Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion all-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ elasticsearch==9.1.2 ; python_full_version < '3.10'
# via glances
elasticsearch==9.2.0 ; python_full_version >= '3.10'
# via glances
exceptiongroup==1.2.2 ; python_full_version < '3.11'
exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via anyio
fastapi==0.122.0
# via glances
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ docutils==0.21.2
# rstcheck-core
# sphinx
# sphinx-rtd-theme
exceptiongroup==1.2.2
exceptiongroup==1.3.1
# via
# anyio
# pytest
Expand Down
2 changes: 1 addition & 1 deletion docker-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defusedxml==0.7.1
# via glances
docker==7.1.0
# via glances
exceptiongroup==1.2.2 ; python_full_version < '3.11'
exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via anyio
fastapi==0.122.0
# via glances
Expand Down
Loading