Skip to content

Commit

Permalink
fix(deps): Update dependency exceptiongroup to v1.2.2 (#211)
Browse files Browse the repository at this point in the history
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.1` -> `==1.2.2` |

---

### Release Notes

<details>
<summary>agronholm/exceptiongroup (exceptiongroup)</summary>

### [`v1.2.2`](https://togithub.com/agronholm/exceptiongroup/releases/tag/1.2.2)

[Compare Source](https://togithub.com/agronholm/exceptiongroup/compare/1.2.1...1.2.2)

-   Removed an `assert` in `exceptiongroup._formatting` that caused compatibility issues with Sentry ([#&#8203;123](https://togithub.com/agronholm/exceptiongroup/issues/123))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Aug 1, 2024
1 parent 18fb202 commit ea7f54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

dependencies = [
"cloudquery-plugin-pb==0.0.32",
"exceptiongroup==1.2.1",
"exceptiongroup==1.2.2",
"black==24.4.2",
"grpcio==1.64.1",
"grpcio-tools==1.64.1",
Expand Down

0 comments on commit ea7f54b

Please sign in to comment.