Skip to content
Merged
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
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ requests==2.34.2
# sphinxcontrib-spelling
rich==15.0.0
# via pytest-codspeed
setuptools==83.0.0
setuptools==84.0.0
# via pip-tools
setuptools-git==1.2
# via -r requirements/test-common-base.in
Expand Down Expand Up @@ -331,7 +331,7 @@ uvloop==0.22.1 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.7.2
virtualenv==21.7.3
# via pre-commit
wheel==0.47.0
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ requests==2.34.2
# via sphinx
rich==15.0.0
# via pytest-codspeed
setuptools==83.0.0
setuptools==84.0.0
# via pip-tools
setuptools-git==1.2
# via -r requirements/test-common-base.in
Expand Down Expand Up @@ -321,7 +321,7 @@ uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpytho
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.7.2
virtualenv==21.7.3
# via pre-commit
wheel==0.47.0
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ uvloop==0.22.1 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.7.2
virtualenv==21.7.3
# via pre-commit
yarl==1.24.5
# via aiohttp
Expand Down
Loading