Commit 21c5de7
authored
fix(deps): Update dependency exceptiongroup to v1.2.1 (#159)
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)) | patch | `==1.2.0` -> `==1.2.1` |
---
### Release Notes
<details>
<summary>agronholm/exceptiongroup (exceptiongroup)</summary>
### [`v1.2.1`](https://togithub.com/agronholm/exceptiongroup/releases/tag/1.2.1)
[Compare Source](https://togithub.com/agronholm/exceptiongroup/compare/1.2.0...1.2.1)
- 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)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent 4ae506b commit 21c5de7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments