TheLovinator1 / discord-free-game-notifier

Send webhook to Discord when a new game releases on Steam, Epic Games Store, Ubisoft Connect or GOG.
GNU General Public License v3.0
26 stars 4 forks source link

Update dependency loguru to v0.7.1 #104

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

Delgan/loguru (loguru) ### [`v0.7.1`](https://togithub.com/Delgan/loguru/blob/HEAD/CHANGELOG.rst#071-2023-09-04) [Compare Source](https://togithub.com/Delgan/loguru/compare/0.7.0...0.7.1) \===================== - Add a new `context` optional argument to `logger.add()` specifying `multiprocessing` context (like `"spawn"` or `"fork"`) to be used internally instead of the default one (`#​851 `\_). - Add support for true colors on Windows using ANSI/VT console when available (`#​934 `*, thanks `@tunaflsh `*). - Fix possible deadlock when calling `logger.complete()` with concurrent logging of an asynchronous sink (`#​906 `\_). - Fix file possibly rotating too early or too late when re-starting an application around midnight (`#​894 `\_). - Fix inverted `""` and `""` color tags (`#​943 `*, thanks `@tunaflsh `*). - Fix possible untraceable errors raised when logging non-unpicklable `Exception` instances while using `enqueue=True` (`#​329 `\_). - Fix possible errors raised when logging non-picklable `Exception` instances while using `enqueue=True` (`#​342 `*, thanks `@ncoudene `*). - Fix missing seconds and microseconds when formatting timezone offset that requires such accuracy (`#​961 `\_). - Raise `ValueError` if an attempt to use nanosecond precision for time formatting is detected (`#​855 `\_).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • [ ] If you want to rebase/retry this PR, check this box

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