diff --git a/poetry.lock b/poetry.lock index 710e55691..f5364ddf8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -978,14 +978,14 @@ files = [ [[package]] name = "exceptiongroup" -version = "1.3.0" +version = "1.3.1" description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "exceptiongroup-1.3.0-py3-none-any.whl", hash = "sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10"}, - {file = "exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88"}, + {file = "exceptiongroup-1.3.1-py3-none-any.whl", hash = "sha256:a7a39a3bd276781e98394987d3a5701d0c4edffb633bb7a5144577f82c773598"}, + {file = "exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219"}, ] [package.extras] @@ -4440,4 +4440,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "a8db50ca0197c8d7ea81ce05fe8d00d28f0d220419b515ef49d9473888dcc262" +content-hash = "0cd5d8ad5b74fdb5f923a56010b2095261bd5f6b3143da4d6463c7b1fa7eeaf7" diff --git a/pyproject.toml b/pyproject.toml index fdc9ace75..3a385c9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ ago = "~=0.1.0" beautifulsoup4 = "^4.14.2" blinker = "~=1.8" gevent = "==25.9.1" -exceptiongroup = "==1.3.0" +exceptiongroup = "==1.3.1" flask = "~=3.1" flask-basicauth = "~=0.2" flask-login = "^0.6"