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
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ typing-inspection==0.4.1
# via pydantic
uritemplate==4.2.0
# via gidgethub
urllib3==2.4.0
urllib3==2.5.0
# via requests
uvloop==0.21.0 ; platform_system != "Windows"
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ typing-inspection==0.4.1
# via pydantic
uritemplate==4.2.0
# via gidgethub
urllib3==2.4.0
urllib3==2.5.0
# via requests
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ towncrier==23.11.0
# via
# -r requirements/doc.in
# sphinxcontrib-towncrier
urllib3==2.4.0
urllib3==2.5.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ towncrier==23.11.0
# via
# -r requirements/doc.in
# sphinxcontrib-towncrier
urllib3==2.4.0
urllib3==2.5.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading