Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates exceptiongroup from 1.1.2 to 1.1.3.

Changelog

1.1.3

- ``catch()`` now raises a ``TypeError`` if passed an async exception handler instead of
just giving a ``RuntimeWarning`` about the coroutine never being awaited. (66, PR by
John Litborn)
- Fixed plain ``raise`` statement in an exception handler callback to work like a
``raise`` in an ``except*`` block
- Fixed new exception group not being chained to the original exception when raising an
exception group from exceptions raised in handler callbacks
- Fixed type annotations of the ``derive()``, ``subgroup()`` and ``split()`` methods to
match the ones in typeshed
Links

@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Merging #287 (9210e17) into master (5f02dc7) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #287   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          126       126           
=========================================
  Hits           126       126           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #319

@pyup-bot pyup-bot closed this Nov 21, 2023
@renatodamas renatodamas deleted the pyup-update-exceptiongroup-1.1.2-to-1.1.3 branch November 21, 2023 10:07
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.

1 participant