TeamPiped / Piped-Kubernetes

GNU Affero General Public License v3.0
7 stars 5 forks source link

Update dependency loguru to v0.7.0 #8

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
loguru (changelog) ==0.6.0 -> ==0.7.0 age adoption passing confidence

Release Notes

Delgan/loguru ### [`v0.7.0`](https://togithub.com/Delgan/loguru/blob/HEAD/CHANGELOG.rst#​070-2023-04-10) [Compare Source](https://togithub.com/Delgan/loguru/compare/0.6.0...0.7.0) \===================== - Update `InterceptHandler` recipe to make it compatible with Python 3.11 (`#​654 `\_). - Add a new `watch` optional argument to file sinks in order to automatically re-create possibly deleted or changed file (`#​471 `\_). - Make `patch()` calls cumulative instead of overriding the possibly existing patching function (`#​462 `\_). - Make sinks added with `enqueue=True` and `catch=False` still process logged messages in case of internal exception (`#​833 `\_). - Avoid possible deadlocks caused by re-using the logger inside a sink, a signal handler or a `__del__` method. Since the logger is not re-entrant, such misuse will be detected and will now generate a `RuntimeError` (`#​712 `*, thanks `@jacksmith15 `*). - Fix file sink rotation using an aware `datetime.time` for which the timezone was ignored (`#​697 `\_). - Fix logs colorization not automatically enabled for Jupyter Notebook and Google Colab (`#​494 `\_). - Fix logs colorization not automatically enabled for Github Actions and others CI platforms (`#​604 `\_). - Fix `logger.complete()` possibly hanging forever when `enqueue=True` and `catch=False` if internal thread killed due to `Exception` raised by sink (`#​647 `\_). - Fix incompatibility with `freezegun` library used to simulate time (`#​600 `\_). - Raise exception if `logger.catch()` is used to wrap a class instead of a function to avoid unexpected behavior (`#​623 `\_).

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.