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.3.0 (#304)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [exceptiongroup](https://redirect.github.com/agronholm/exceptiongroup) ([changelog](https://redirect.github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)) | minor | `==1.2.2` -> `==1.3.0` |
---
### Release Notes
<details>
<summary>agronholm/exceptiongroup (exceptiongroup)</summary>
### [`v1.3.0`](https://redirect.github.com/agronholm/exceptiongroup/releases/tag/1.3.0)
[Compare Source](https://redirect.github.com/agronholm/exceptiongroup/compare/1.2.2...1.3.0)
- 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](https://redirect.github.com/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](https://redirect.github.com/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](https://redirect.github.com/agronholm/exceptiongroup/issues/143))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
0 commit comments