Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump loguru from 0.7.1 to 0.7.2 #1521

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps loguru from 0.7.1 to 0.7.2.

Release notes

Sourced from loguru's releases.

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).
Changelog

Sourced from loguru's changelog.

0.7.2_ (2023-09-11)

  • Add support for formatting of ExceptionGroup errors ([#805](https://github.com/Delgan/loguru/issues/805) <https://github.com/Delgan/loguru/issues/805>_).
  • Fix possible RuntimeError when using multiprocessing.set_start_method() after importing the logger ([#974](https://github.com/Delgan/loguru/issues/974) <https://github.com/Delgan/loguru/issues/974>_)
  • Fix formatting of possible __notes__ attached to an Exception ([#980](https://github.com/Delgan/loguru/issues/980) <https://github.com/Delgan/loguru/issues/980>_).
Commits
  • e1f48c9 Bump version to 0.7.2
  • 086126f Fix error using "set_start_method()" after "logger" import (#974)
  • 14fa062 Add tested support for Python 3.12
  • 3086159 Fix some deprecation warnings in tests by upgrading Mypy
  • b28978e Fix deprecation caused by pickled "itertools.count()"
  • 37a2db2 Fix deprecation of "datetime.utcfromoffset()"
  • f1e94ab Fix f-string formatting in traceback of Python 3.12
  • 22bccb7 Fix possible truncated source while colorizing traceback in Python 3.12
  • db6c40b Remove some noqa and adjust test reference files (#982)
  • 0f9cdeb Fix formatting of possible notes added to an Exception (#980)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [loguru](https://github.com/Delgan/loguru) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/Delgan/loguru/releases)
- [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst)
- [Commits](Delgan/loguru@0.7.1...0.7.2)

---
updated-dependencies:
- dependency-name: loguru
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Security Urgent because related to security label Sep 11, 2023
@dependabot dependabot bot requested a review from lisphilar September 11, 2023 20:53
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (fdd7097) 91.71% compared to head (67202f2) 91.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1521   +/-   ##
=======================================
  Coverage   91.71%   91.71%           
=======================================
  Files          43       43           
  Lines        2800     2800           
  Branches      349      349           
=======================================
  Hits         2568     2568           
  Misses        213      213           
  Partials       19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lisphilar lisphilar added this to the Release 3.0.1 milestone Sep 11, 2023
@lisphilar lisphilar merged commit 0d620e6 into main Sep 11, 2023
14 checks passed
@delete-merged-branch delete-merged-branch bot deleted the dependabot/pip/loguru-0.7.2 branch September 11, 2023 21:13
@lisphilar lisphilar modified the milestones: Release 3.0.1, Release 3.1.0 Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Security Urgent because related to security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant