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 @@ -228,7 +228,7 @@ python-on-whales==0.81.0
# -r requirements/test-common.in
pyyaml==6.0.3
# via pre-commit
requests==2.34.0
requests==2.34.1
# via
# sphinx
# sphinxcontrib-spelling
Expand Down Expand Up @@ -305,7 +305,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.3.2
virtualenv==21.3.3
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test-common.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ python-on-whales==0.81.0
# -r requirements/test-common.in
pyyaml==6.0.3
# via pre-commit
requests==2.34.0
requests==2.34.1
# via sphinx
rich==15.0.0
# via pytest-codspeed
Expand Down Expand Up @@ -295,7 +295,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.3.2
virtualenv==21.3.3
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test-common.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pyenchant==3.3.0
# via sphinxcontrib-spelling
pygments==2.20.0
# via sphinx
requests==2.34.0
requests==2.34.1
# via
# sphinx
# sphinxcontrib-spelling
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ packaging==26.2
# via sphinx
pygments==2.20.0
# via sphinx
requests==2.34.0
requests==2.34.1
# via sphinx
snowballstemmer==3.0.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.3.2
virtualenv==21.3.3
# via pre-commit
yarl==1.23.0
# via aiohttp
Expand Down
Loading