Merge pull request #615 from GSA/dependabot/pip/exceptiongroup-1.2.0

Bump exceptiongroup from 1.1.3 to 1.2.0
This commit is contained in:
Carlo Costino
2023-11-22 09:40:21 -05:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1176,13 +1176,13 @@ six = ">=1.10.0"
[[package]]
name = "exceptiongroup"
version = "1.1.3"
version = "1.2.0"
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
files = [
{file = "exceptiongroup-1.1.3-py3-none-any.whl", hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3"},
{file = "exceptiongroup-1.1.3.tar.gz", hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9"},
{file = "exceptiongroup-1.2.0-py3-none-any.whl", hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14"},
{file = "exceptiongroup-1.2.0.tar.gz", hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"},
]
[package.extras]
@@ -4709,4 +4709,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "f02ca25f34c90ca0577ee2957d034f602bd9d6727e673e4e7140867494c8515e"
content-hash = "f2b127d209a12198543d1d9d41b8bdfafcd852775a740e0899d66dfbb5686584"

View File

@@ -55,7 +55,7 @@ awscli = "^1.29.74"
bandit = "*"
black = "^23.11.0"
cloudfoundry-client = "*"
exceptiongroup = "==1.1.3"
exceptiongroup = "==1.2.0"
flake8 = "^6.1.0"
flake8-bugbear = "^23.9.16"
freezegun = "^1.2.2"