diff --git a/poetry.lock b/poetry.lock index 3fa388d4..9d1304eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -622,13 +622,13 @@ files = [ [[package]] name = "exceptiongroup" -version = "1.1.1" +version = "1.2.2" description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" files = [ - {file = "exceptiongroup-1.1.1-py3-none-any.whl", hash = "sha256:232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e"}, - {file = "exceptiongroup-1.1.1.tar.gz", hash = "sha256:d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785"}, + {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, + {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, ] [package.extras] @@ -2498,4 +2498,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cebc737e0948386edc9b6493404c11131243c735d71571d6630b5c56130dc266" +content-hash = "8049f60faa59585da39d277bafdd5697a16c73d8082897062506adfa8083db82" diff --git a/pyproject.toml b/pyproject.toml index aeb1383f..fbd43c94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.9" asyncio = "^3.4.3" attrs = "^23.1.0" azure-devops = "6.0.0b4" -exceptiongroup = "^1.1.1" +exceptiongroup = "^1.2.2" fastapi = "^0.95.1" git-url-parse = "^1.2.2" jira = "3.4.1"