Skip to content

Commit 747f7b9

Browse files
Update dependency exceptiongroup to v1.3.1
1 parent 9797fc7 commit 747f7b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

all-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ elasticsearch==9.1.2 ; python_full_version < '3.10'
5858
# via glances
5959
elasticsearch==9.2.0 ; python_full_version >= '3.10'
6060
# via glances
61-
exceptiongroup==1.2.2 ; python_full_version < '3.11'
61+
exceptiongroup==1.3.1 ; python_full_version < '3.11'
6262
# via
6363
# anyio
6464
# pytest

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ docutils==0.21.2
8989
# rstcheck-core
9090
# sphinx
9191
# sphinx-rtd-theme
92-
exceptiongroup==1.2.2
92+
exceptiongroup==1.3.1
9393
# via
9494
# anyio
9595
# pytest

docker-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defusedxml==0.7.1
1818
# via glances
1919
docker==7.1.0
2020
# via glances
21-
exceptiongroup==1.2.2 ; python_full_version < '3.11'
21+
exceptiongroup==1.3.1 ; python_full_version < '3.11'
2222
# via anyio
2323
fastapi==0.121.1
2424
# via glances

0 commit comments

Comments
 (0)