You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): Update dependency exceptiongroup to v1.2.0 (#91)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [exceptiongroup](https://togithub.com/agronholm/exceptiongroup) ([changelog](https://togithub.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)) | minor | `==1.1.3` -> `==1.2.0` |
---
### Release Notes
<details>
<summary>agronholm/exceptiongroup (exceptiongroup)</summary>
### [`v1.2.0`](https://togithub.com/agronholm/exceptiongroup/releases/tag/1.2.0)
[Compare Source](https://togithub.com/agronholm/exceptiongroup/compare/1.1.3...1.2.0)
- Added special monkeypatching if [Apport](https://togithub.com/canonical/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
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
0 commit comments