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 @@ -57,7 +57,7 @@ cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via
# pip-tools
# slotscheck
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via
# pip-tools
# slotscheck
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2026.6.17
# via requests
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via towncrier
docutils==0.21.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2026.6.17
# via requests
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via towncrier
docutils==0.21.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cffi==2.0.0
# pycares
cfgv==3.5.0
# via pre-commit
click==8.4.1
click==8.4.2
# via slotscheck
cryptography==49.0.0
# via trustme
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ attrs==26.1.0
# via aiohttp
backports-asyncio-runner==1.2.0
# via pytest-asyncio
click==8.4.1
click==8.4.2
# via wait-for-it
coverage==7.14.3
# via pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ blockbuster==1.5.26
# via -r requirements/test-common.in
cffi==2.0.0
# via cryptography
click==8.4.1
click==8.4.2
# via wait-for-it
coverage==7.14.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cffi==2.0.0
# via
# cryptography
# pycares
click==8.4.1
click==8.4.2
# via wait-for-it
coverage==7.14.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cffi==2.0.0 ; sys_platform != "android" and sys_platform != "ios"
# via
# -r requirements/test-mobile.in
# pycares
click==8.4.1
click==8.4.2
# via wait-for-it
coverage==7.14.3
# via pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cffi==2.0.0
# via
# cryptography
# pycares
click==8.4.1
click==8.4.2
# via wait-for-it
coverage==7.14.3
# via
Expand Down
Loading