redis-python-tutorial
redis-python-tutorial copied to clipboard
Update dependency loguru to v0.7.3
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| loguru (changelog) | ==0.7.2 -> ==0.7.3 |
Release Notes
Delgan/loguru (loguru)
v0.7.3
=====================
- Fix Cython incompatibility caused by the absence of underlying stack frames, which resulted in a
ValueErrorduring logging (#​88 <https://github.com/Delgan/loguru/issues/88>_). - Fix possible
RuntimeErrorwhen removing all handlers withlogger.remove()due to thread-safety issue (#​1183 <https://github.com/Delgan/loguru/issues/1183>, thanks@jeremyk <https://github.com/jeremyk>). - Fix
diagnose=Trueoption of exception formatting not working as expected with Python 3.13 (#​1235 <https://github.com/Delgan/loguru/issues/1235>, thanks@etianen <https://github.com/etianen>). - Fix non-standard level names not fully compatible with
logging.Formatter()(#​1231 <https://github.com/Delgan/loguru/issues/1231>, thanks@yechielb2000 <https://github.com/yechielb2000>). - Fix inability to display a literal
"\"immediately before color markups (#​988 <https://github.com/Delgan/loguru/issues/988>_). - Fix possible infinite recursion when an exception is raised from a
__repr__method decorated withlogger.catch()(#​1044 <https://github.com/Delgan/loguru/issues/1044>_). - Improve performance of
datetimeformatting while logging messages (#​1201 <https://github.com/Delgan/loguru/issues/1201>, thanks@trim21 <https://github.com/trim21>). - Reduce startup time in the presence of installed but unused
IPythonthird-party library (#​1001 <https://github.com/Delgan/loguru/issues/1001>, thanks@zakstucke <https://github.com/zakstucke>).
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.