Skip to content
Open
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 docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --resolver=backtracking docs-requirements.in
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
babel==2.17.0
# via sphinx
Expand Down Expand Up @@ -58,5 +58,5 @@ tomli==2.3.0
# via sphinx
typing-extensions==4.15.0
# via cryptography
urllib3==2.6.0
urllib3==2.6.2
# via requests
12 changes: 6 additions & 6 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ argcomplete==3.6.3
# via nox
attrs==25.4.0
# via nox
black==25.9.0
black==25.12.0
# via -r lint-requirements.in
cffi==2.0.0
# via cryptography
Expand All @@ -22,19 +22,19 @@ distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.1
# via pytest
filelock==3.20.0
filelock==3.20.1
# via virtualenv
humanize==4.14.0
humanize==4.15.0
# via nox
idna==3.11
# via -r lint-requirements.in
iniconfig==2.3.0
# via pytest
isort==7.0.0
# via -r lint-requirements.in
librt==0.7.3
librt==0.7.5
# via mypy
mypy==1.19.0
mypy==1.19.1
# via -r lint-requirements.in
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -77,7 +77,7 @@ types-cffi==1.17.0.20250915
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==80.9.0.20250822
types-setuptools==80.9.0.20251223
# via types-cffi
typing-extensions==4.15.0
# via
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==25.4.0
# via service-identity
cffi==2.0.0
# via cryptography
coverage[toml]==7.12.0
coverage[toml]==7.13.1
# via -r test-requirements.in
cryptography==46.0.3
# via
Expand Down