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
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cryptography==44.0.0
# via
# pyjwt
# trustme
cython==3.0.11
cython==3.0.12
# via -r requirements/cython.in
distlib==0.3.9
# via virtualenv
Expand Down Expand Up @@ -266,7 +266,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.0.2
# via -r requirements/lint.in
virtualenv==20.29.1
virtualenv==20.29.2
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test.in
Expand All @@ -276,7 +276,7 @@ yarl==1.18.3
# via -r requirements/runtime-deps.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.0
pip==25.0.1
# via pip-tools
setuptools==75.8.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/cython.txt --resolver=backtracking --strip-extras requirements/cython.in
#
cython==3.0.11
cython==3.0.12
# via -r requirements/cython.in
multidict==6.1.0
# via -r requirements/multidict.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
# -r requirements/lint.in
valkey==6.0.2
# via -r requirements/lint.in
virtualenv==20.29.1
virtualenv==20.29.2
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test.in
Expand All @@ -267,7 +267,7 @@ yarl==1.18.3
# via -r requirements/runtime-deps.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.0
pip==25.0.1
# via pip-tools
setuptools==75.8.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.0.2
# via -r requirements/lint.in
virtualenv==20.29.1
virtualenv==20.29.2
# via pre-commit
Loading