sqlalchemy-tutorial
sqlalchemy-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.0 -> 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>).
v0.7.2
=====================
- Add support for formatting of
ExceptionGrouperrors (#​805 <https://github.com/Delgan/loguru/issues/805>_). - Fix possible
RuntimeErrorwhen usingmultiprocessing.set_start_method()after importing thelogger(#​974 <https://github.com/Delgan/loguru/issues/974>_). - Fix formatting of possible
__notes__attached to anException(#​980 <https://github.com/Delgan/loguru/issues/980>_).
v0.7.1
=====================
- Add a new
contextoptional argument tologger.add()specifyingmultiprocessingcontext (like"spawn"or"fork") to be used internally instead of the default one (#​851 <https://github.com/Delgan/loguru/issues/851>_). - Add support for true colors on Windows using ANSI/VT console when available (
#​934 <https://github.com/Delgan/loguru/issues/934>, thanks@tunaflsh <https://github.com/tunaflsh>). - Fix possible deadlock when calling
logger.complete()with concurrent logging of an asynchronous sink (#​906 <https://github.com/Delgan/loguru/issues/906>_). - Fix file possibly rotating too early or too late when re-starting an application around midnight (
#​894 <https://github.com/Delgan/loguru/issues/894>_). - Fix inverted
"<hide>"and"<strike>"color tags (#​943 <https://github.com/Delgan/loguru/pull/943>, thanks@tunaflsh <https://github.com/tunaflsh>). - Fix possible untraceable errors raised when logging non-unpicklable
Exceptioninstances while usingenqueue=True(#​329 <https://github.com/Delgan/loguru/issues/329>_). - Fix possible errors raised when logging non-picklable
Exceptioninstances while usingenqueue=True(#​342 <https://github.com/Delgan/loguru/issues/342>, thanks@ncoudene <https://github.com/ncoudene>). - Fix missing seconds and microseconds when formatting timezone offset that requires such accuracy (
#​961 <https://github.com/Delgan/loguru/issues/961>_). - Raise
ValueErrorif an attempt to use nanosecond precision for time formatting is detected (#​855 <https://github.com/Delgan/loguru/issues/855>_).
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.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code