Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Jul 1, 2025

This PR contains the following updates:

Package Update Change
exceptiongroup (changelog) minor ==1.2.2 -> ==1.3.0

Release Notes

agronholm/exceptiongroup (exceptiongroup)

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)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Jul 1, 2025
@kodiakhq kodiakhq bot merged commit 73e911f into main Jul 1, 2025
9 checks passed
@kodiakhq kodiakhq bot deleted the renovate/exceptiongroup-1.x branch July 1, 2025 02:29
kodiakhq bot pushed a commit that referenced this pull request Jul 1, 2025
🤖 I have created a release *beep* *boop*
---


## [0.1.45](v0.1.44...v0.1.45) (2025-07-01)


### Bug Fixes

* **deps:** Update dependency cloudquery-plugin-pb to v0.0.44 ([#303](#303)) ([aefd9e1](aefd9e1))
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.45 ([#306](#306)) ([e31f6a0](e31f6a0))
* **deps:** Update dependency exceptiongroup to v1.3.0 ([#304](#304)) ([73e911f](73e911f))
* **deps:** Update dependency grpcio to v1.73.0 ([#305](#305)) ([9c9ee6c](9c9ee6c))
* **deps:** Update dependency protobuf to v5.29.5 [SECURITY] ([#301](#301)) ([dbc81e3](dbc81e3))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants