Bump exceptiongroup from 1.3.0 to 1.3.1 (#3128)

Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.3.0 to 1.3.1.
- [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.3.0...1.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-22 08:48:21 -05:00
committed by GitHub
parent 8b203666df
commit 31a46b7485
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -978,14 +978,14 @@ files = [
[[package]] [[package]]
name = "exceptiongroup" name = "exceptiongroup"
version = "1.3.0" version = "1.3.1"
description = "Backport of PEP 654 (exception groups)" description = "Backport of PEP 654 (exception groups)"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "exceptiongroup-1.3.0-py3-none-any.whl", hash = "sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10"}, {file = "exceptiongroup-1.3.1-py3-none-any.whl", hash = "sha256:a7a39a3bd276781e98394987d3a5701d0c4edffb633bb7a5144577f82c773598"},
{file = "exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88"}, {file = "exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219"},
] ]
[package.extras] [package.extras]
@@ -4440,4 +4440,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.13.2" python-versions = "^3.13.2"
content-hash = "a8db50ca0197c8d7ea81ce05fe8d00d28f0d220419b515ef49d9473888dcc262" content-hash = "0cd5d8ad5b74fdb5f923a56010b2095261bd5f6b3143da4d6463c7b1fa7eeaf7"

View File

@@ -13,7 +13,7 @@ ago = "~=0.1.0"
beautifulsoup4 = "^4.14.2" beautifulsoup4 = "^4.14.2"
blinker = "~=1.8" blinker = "~=1.8"
gevent = "==25.9.1" gevent = "==25.9.1"
exceptiongroup = "==1.3.0" exceptiongroup = "==1.3.1"
flask = "~=3.1" flask = "~=3.1"
flask-basicauth = "~=0.2" flask-basicauth = "~=0.2"
flask-login = "^0.6" flask-login = "^0.6"