chore(pip-prod)(deps): bump exceptiongroup from 1.2.1 to 1.2.2

Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/agronholm/exceptiongroup/releases)
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
- [Commits](https://github.com/agronholm/exceptiongroup/compare/1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: exceptiongroup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-15 00:37:01 +00:00 committed by Luke Tainton
parent 9afd9a78c1
commit 6365f3c3e2
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -295,13 +295,13 @@ profile = ["gprof2dot (>=2022.7.29)"]
[[package]]
name = "exceptiongroup"
version = "1.2.1"
version = "1.2.2"
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
files = [
{file = "exceptiongroup-1.2.1-py3-none-any.whl", hash = "sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad"},
{file = "exceptiongroup-1.2.1.tar.gz", hash = "sha256:a4785e48b045528f5bfe627b6ad554ff32def154f42372786903b7abcfe1aa16"},
{file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"},
{file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"},
]
[package.extras]
@ -747,4 +747,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "5aba7f445d4044d6deed84aed018629acb1175ae80791f9a019bd65845ec82ca"
content-hash = "b629a8f985e4dad0f1b9bd38ecb3a69f3ba60c41dbc716ce5683cf759ed36134"

View File

@ -16,7 +16,7 @@ certifi = "2024.7.4"
charset-normalizer = "3.3.2"
click = "8.1.7"
dill = "0.3.8"
exceptiongroup = "1.2.1"
exceptiongroup = "1.2.2"
idna = "3.7"
iniconfig = "2.0.0"
lazy-object-proxy = "1.10.0"