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
8 changes: 4 additions & 4 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ alabaster==1.0.0
# via sphinx
babel==2.16.0
# via sphinx
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
cryptography==43.0.3
cryptography==44.0.0
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
Expand Down Expand Up @@ -54,5 +54,5 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
urllib3==2.2.3
urllib3==2.3.0
# via requests
19 changes: 7 additions & 12 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal lint-requirements.in
argcomplete==3.5.1
argcomplete==3.5.3
# via nox
black==24.10.0
# via -r lint-requirements.in
cffi==1.17.1 ; platform_python_implementation != 'PyPy'
cffi==1.17.1
# via cryptography
click==8.1.7
click==8.1.8
# via black
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
# via
# click
# colorlog
# pytest
colorlog==6.9.0
# via nox
cryptography==44.0.0
Expand All @@ -29,7 +24,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via -r lint-requirements.in
mypy==1.13.0
mypy==1.14.1
# via -r lint-requirements.in
mypy-extensions==1.0.0
# via
Expand All @@ -50,15 +45,15 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via pytest
pycparser==2.22 ; platform_python_implementation != 'PyPy'
pycparser==2.22
# via cffi
pytest==8.3.4
# via -r lint-requirements.in
types-cffi==1.16.0.20240331
types-cffi==1.16.0.20241221
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==75.6.0.20241126
types-setuptools==75.6.0.20241223
# via types-cffi
typing-extensions==4.12.2
# via mypy
Expand Down
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile --resolver=backtracking test-requirements.in
#
attrs==24.2.0
attrs==24.3.0
# via service-identity
cffi==1.17.1
# via cryptography
coverage[toml]==7.6.8
coverage[toml]==7.6.10
# via -r test-requirements.in
cryptography==43.0.3
cryptography==44.0.0
# via
# -r test-requirements.in
# pyopenssl
Expand All @@ -33,7 +33,7 @@ pycparser==2.22
# via cffi
pyopenssl==24.3.0
# via -r test-requirements.in
pytest==8.3.3
pytest==8.3.4
# via -r test-requirements.in
service-identity==24.2.0
# via -r test-requirements.in
Loading