Skip to content

Update dependency exceptiongroup to v1.3.1#52

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/exceptiongroup-1.x
Open

Update dependency exceptiongroup to v1.3.1#52
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/exceptiongroup-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 12, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
exceptiongroup (changelog) ==1.1.1==1.3.1 age confidence

Release Notes

agronholm/exceptiongroup (exceptiongroup)

v1.3.1

Compare Source

  • Fixed AttributeError: 'TracebackException' object has no attribute 'exceptions' when formatting unpickled TBEs from another Python process which did not apply the exceptiongroup patches (#​144)

v1.3.0

Compare Source

  • Added **kwargs to function and method signatures as appropriate to match the signatures in the standard library
  • In line with the stdlib typings in typeshed, updated (Base)ExceptionGroup generic types to define defaults for their generic arguments (defaulting to BaseExceptionGroup[BaseException] and ExceptionGroup[Exception]) (PR by @​mikenerone)
  • Changed BaseExceptionGroup.__init__() to directly call BaseException.__init__() instead of the superclass __init__() in order to emulate the CPython behavior (broken or not) (PR by @​cfbolz)
  • Changed the exceptions attribute to always return the same tuple of exceptions, created from the original exceptions sequence passed to BaseExceptionGroup to match CPython behavior (#​143)

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: (UTC)

  • 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
@renovate renovate Bot changed the title Update dependency exceptiongroup to v1.2.2 Update dependency exceptiongroup to v1.3.0 May 10, 2025
@renovate renovate Bot force-pushed the renovate/exceptiongroup-1.x branch from b41c8cd to 6a906f5 Compare May 10, 2025 18:09
@renovate renovate Bot changed the title Update dependency exceptiongroup to v1.3.0 Update dependency exceptiongroup to v1.3.1 Nov 22, 2025
@renovate renovate Bot force-pushed the renovate/exceptiongroup-1.x branch from 6a906f5 to 14d62f4 Compare November 22, 2025 02:02
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