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
16 changes: 10 additions & 6 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==1.0.0
alabaster==0.7.16
# via sphinx
babel==2.17.0
# via sphinx
Expand All @@ -14,7 +14,7 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.1
# via requests
cryptography==44.0.1
cryptography==44.0.2
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
Expand All @@ -24,7 +24,9 @@ idna==3.10
# requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
importlib-metadata==8.6.1
# via sphinx
jinja2==3.1.6
# via sphinx
markupsafe==3.0.2
# via jinja2
Expand All @@ -36,11 +38,9 @@ pygments==2.19.1
# via sphinx
requests==2.32.3
# via sphinx
roman-numerals-py==3.1.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==8.2.1
sphinx==7.4.7
# via sphinxcontrib-trio
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -56,5 +56,9 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
tomli==2.2.1
# via sphinx
urllib3==2.3.0
# via requests
zipp==3.21.0
# via importlib-metadata
33 changes: 22 additions & 11 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal lint-requirements.in
argcomplete==3.5.3
argcomplete==3.6.1
# via nox
attrs==25.1.0
attrs==25.3.0
# via nox
black==25.1.0
# via -r lint-requirements.in
Expand All @@ -12,19 +12,21 @@ click==8.1.8
# via black
colorlog==6.9.0
# via nox
cryptography==44.0.1
cryptography==44.0.2
# via
# -r lint-requirements.in
# types-pyopenssl
dependency-groups==1.3.0
# via nox
distlib==0.3.9
# via virtualenv
filelock==3.17.0
exceptiongroup==1.2.2
# via pytest
filelock==3.18.0
# via virtualenv
idna==3.10
# via -r lint-requirements.in
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
isort==6.0.1
# via -r lint-requirements.in
Expand All @@ -44,23 +46,32 @@ packaging==24.2
# pytest
pathspec==0.12.1
# via black
platformdirs==4.3.6
platformdirs==4.3.7
# via
# black
# virtualenv
pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pytest==8.3.4
pytest==8.3.5
# via -r lint-requirements.in
types-cffi==1.16.0.20241221
tomli==2.2.1
# via
# black
# dependency-groups
# mypy
# nox
# pytest
types-cffi==1.17.0.20250326
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==75.8.0.20250225
types-setuptools==78.1.0.20250329
# via types-cffi
typing-extensions==4.12.2
# via mypy
virtualenv==20.29.2
# via
# black
# mypy
virtualenv==20.30.0
# via nox
20 changes: 14 additions & 6 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@
#
# pip-compile --resolver=backtracking test-requirements.in
#
attrs==25.1.0
attrs==25.3.0
# via service-identity
cffi==1.17.1
# via cryptography
coverage[toml]==7.6.12
coverage[toml]==7.8.0
# via -r test-requirements.in
cryptography==44.0.1
cryptography==44.0.2
# via
# -r test-requirements.in
# pyopenssl
# service-identity
exceptiongroup==1.2.2
# via pytest
idna==3.10
# via -r test-requirements.in
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
packaging==24.2
# via pytest
Expand All @@ -27,13 +29,19 @@ pyasn1==0.6.1
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.4.1
pyasn1-modules==0.4.2
# via service-identity
pycparser==2.22
# via cffi
pyopenssl==25.0.0
# via -r test-requirements.in
pytest==8.3.4
pytest==8.3.5
# via -r test-requirements.in
service-identity==24.2.0
# via -r test-requirements.in
tomli==2.2.1
# via
# coverage
# pytest
typing-extensions==4.13.0
# via pyopenssl