czerus / pydriverr

0 stars 0 forks source link

fix(deps): update dependency loguru to ^0.7.0 #114

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

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 (loguru) ### [`v0.7.2`](https://togithub.com/Delgan/loguru/blob/HEAD/CHANGELOG.rst#072-2023-09-11) [Compare Source](https://togithub.com/Delgan/loguru/compare/0.7.1...0.7.2) \===================== - Add support for formatting of `ExceptionGroup` errors (`#​805 `\_). - Fix possible `RuntimeError` when using `multiprocessing.set_start_method()` after importing the `logger` (`#​974 `\_) - Fix formatting of possible `__notes__` attached to an `Exception` (`#​980 `\_). ### [`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 `\_). ### [`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.


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

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Because describerr (0.2.1) depends on loguru (>=0.6.0,<0.7.0)
 and no versions of describerr match >0.2.1,<0.3.0, describerr (>=0.2.1,<0.3.0) requires loguru (>=0.6.0,<0.7.0).
So, because pydriverr depends on both loguru (^0.7.0) and describerr (^0.2.1), version solving failed.