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

Update dependency exceptiongroup to v1.2.2 #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
exceptiongroup (changelog) ==1.1.1 -> ==1.2.2 age adoption passing confidence

Release Notes

agronholm/exceptiongroup (exceptiongroup)

v1.2.2

Compare Source

  • Removed an assert in exceptiongroup._formatting that caused compatibility issues with Sentry (#​123)

v1.2.1

Compare Source

  • Updated the copying of __notes__ to match CPython behavior (PR by CF Bolz-Tereick)
  • Corrected the type annotation of the exception handler callback to accept a BaseExceptionGroup instead of BaseException
  • Fixed type errors on Python < 3.10 and the type annotation of suppress() (PR by John Litborn)

v1.2.0

Compare Source

  • Added special monkeypatching if Apport has overridden sys.excepthook so it will format exception groups correctly (PR by John Litborn)
  • Added a backport of contextlib.suppress() from Python 3.12.1 which also handles suppressing exceptions inside exception groups
  • Fixed bare raise in a handler reraising the original naked exception rather than an exception group which is what is raised when you do a raise in an except* handler

v1.1.3

Compare Source

v1.1.2

Compare Source


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 renovate bot changed the title Update dependency exceptiongroup to v1.1.2 Update dependency exceptiongroup to v1.1.3 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/exceptiongroup-1.x branch from 02591dd to bd6f546 Compare August 14, 2023 12:38
@renovate renovate bot changed the title Update dependency exceptiongroup to v1.1.3 Update dependency exceptiongroup to v1.2.0 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/exceptiongroup-1.x branch from bd6f546 to 1ef5a1d Compare November 21, 2023 10:53
@renovate renovate bot changed the title Update dependency exceptiongroup to v1.2.0 Update dependency exceptiongroup to v1.2.1 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/exceptiongroup-1.x branch from 1ef5a1d to 44ba253 Compare April 18, 2024 22:13
@renovate renovate bot changed the title Update dependency exceptiongroup to v1.2.1 Update dependency exceptiongroup to v1.2.2 Jul 13, 2024
@renovate renovate bot force-pushed the renovate/exceptiongroup-1.x branch from 44ba253 to b41c8cd Compare July 13, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants