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
6 changes: 4 additions & 2 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==1.0.0
# via sphinx
babel==2.16.0
babel==2.17.0
# via sphinx
certifi==2025.1.31
# via requests
Expand Down Expand Up @@ -36,9 +36,11 @@ 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.1.3
sphinx==8.2.1
# via sphinxcontrib-trio
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down
15 changes: 10 additions & 5 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# uv pip compile --universal lint-requirements.in
argcomplete==3.5.3
# via nox
attrs==25.1.0
# via nox
black==25.1.0
# via -r lint-requirements.in
cffi==1.17.1
Expand All @@ -14,6 +16,8 @@ cryptography==44.0.1
# via
# -r lint-requirements.in
# types-pyopenssl
dependency-groups==1.3.0
# via nox
distlib==0.3.9
# via virtualenv
filelock==3.17.0
Expand All @@ -22,19 +26,20 @@ idna==3.10
# via -r lint-requirements.in
iniconfig==2.0.0
# via pytest
isort==6.0.0
isort==6.0.1
# via -r lint-requirements.in
mypy==1.14.1
mypy==1.15.0
# via -r lint-requirements.in
mypy-extensions==1.0.0
# via
# black
# mypy
nox==2024.10.9
nox==2025.2.9
# via -r lint-requirements.in
packaging==24.2
# via
# black
# dependency-groups
# nox
# pytest
pathspec==0.12.1
Expand All @@ -53,9 +58,9 @@ types-cffi==1.16.0.20241221
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==75.8.0.20250110
types-setuptools==75.8.0.20250225
# via types-cffi
typing-extensions==4.12.2
# via mypy
virtualenv==20.29.1
virtualenv==20.29.2
# via nox
4 changes: 1 addition & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==25.1.0
# via service-identity
cffi==1.17.1
# via cryptography
coverage[toml]==7.6.10
coverage[toml]==7.6.12
# via -r test-requirements.in
cryptography==44.0.1
# via
Expand Down Expand Up @@ -37,5 +37,3 @@ pytest==8.3.4
# via -r test-requirements.in
service-identity==24.2.0
# via -r test-requirements.in
typing-extensions==4.12.2
# via pyopenssl