diff --git a/poetry.lock b/poetry.lock index 91fad70a4..d449b60bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1361,16 +1361,19 @@ dev = ["black", "build", "commitizen", "isort", "pip-tools", "pre-commit", "twin [[package]] name = "exceptiongroup" -version = "1.2.2" +version = "1.3.0" description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, - {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, + {file = "exceptiongroup-1.3.0-py3-none-any.whl", hash = "sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10"}, + {file = "exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88"}, ] +[package.dependencies] +typing-extensions = {version = ">=4.6.0", markers = "python_version < \"3.13\""} + [package.extras] test = ["pytest (>=6)"] @@ -5599,4 +5602,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "c6586a6fac5b972f4450eb43acef947763798ea2b8dd75d7bbbdb4b016291c04" +content-hash = "9729f0344b75085d7b4d300b6f0a823c86062b5e409e1ea2c2c5d7ef1d80883f" diff --git a/pyproject.toml b/pyproject.toml index 4824044db..749ecf0f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ awscli = "^1.33.32" bandit = "*" black = "^25.1.0" cloudfoundry-client = "*" -exceptiongroup = "==1.2.2" +exceptiongroup = "==1.3.0" flake8 = "^7.2.0" flake8-bugbear = "^24.12.12" freezegun = "^1.5.1"