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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
- tomli
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.42.1
rev: v1.42.3
hooks:
- id: typos
- repo: https://github.com/sphinx-contrib/sphinx-lint
Expand Down Expand Up @@ -73,7 +73,7 @@ repos:
additional_dependencies: ["pyyaml"]
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.26
rev: 0.9.28
hooks:
# Compile requirements
- id: pip-compile
Expand Down
10 changes: 5 additions & 5 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# sphinx
cryptography==46.0.3
cryptography==46.0.4
# via pyopenssl
docutils==0.21.2
# via
Expand All @@ -49,9 +49,9 @@ markupsafe==3.0.3
# via jinja2
outcome==1.3.0.post0
# via -r docs-requirements.in
packaging==25.0
packaging==26.0
# via sphinx
pycparser==2.23 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
# via cffi
pygments==2.19.2
# via sphinx
Expand All @@ -69,7 +69,7 @@ snowballstemmer==3.0.1
# via sphinx
sortedcontainers==2.4.0
# via -r docs-requirements.in
soupsieve==2.8.2
soupsieve==2.8.3
# via beautifulsoup4
sphinx==8.2.3
# via
Expand Down Expand Up @@ -98,7 +98,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-trio==1.1.2
sphinxcontrib-trio==1.2.0
# via -r docs-requirements.in
towncrier==25.8.0
# via -r docs-requirements.in
Expand Down
16 changes: 8 additions & 8 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
# pylint
# pytest
# sphinx
coverage==7.13.1
coverage==7.13.2
# via -r test-requirements.in
cryptography==46.0.3
cryptography==46.0.4
# via
# -r test-requirements.in
# pyopenssl
Expand Down Expand Up @@ -94,14 +94,14 @@ nodeenv==1.10.0
# pyright
outcome==1.3.0.post0
# via -r test-requirements.in
packaging==25.0
packaging==26.0
# via
# black
# pytest
# sphinx
parso==0.8.5 ; implementation_name == 'cpython'
# via jedi
pathspec==1.0.3 ; implementation_name == 'cpython'
pathspec==1.0.4 ; implementation_name == 'cpython'
# via
# black
# mypy
Expand All @@ -114,7 +114,7 @@ pluggy==1.6.0
# via pytest
pre-commit==4.5.1
# via -r test-requirements.in
pycparser==2.23 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
# via cffi
pygments==2.19.2
# via
Expand All @@ -128,7 +128,7 @@ pyright==1.1.408
# via -r test-requirements.in
pytest==9.0.2
# via -r test-requirements.in
pytokens==0.4.0 ; implementation_name == 'cpython'
pytokens==0.4.1 ; implementation_name == 'cpython'
# via black
pyyaml==6.0.3
# via pre-commit
Expand Down Expand Up @@ -183,7 +183,7 @@ types-pyopenssl==24.1.0.20240722
# via -r test-requirements.in
types-pyyaml==6.0.12.20250915
# via -r test-requirements.in
types-setuptools==80.9.0.20251223
types-setuptools==80.10.0.20260124
# via types-cffi
typing-extensions==4.15.0
# via
Expand All @@ -198,7 +198,7 @@ typing-extensions==4.15.0
# virtualenv
urllib3==2.6.3
# via requests
uv==0.9.26
uv==0.9.28
# via -r test-requirements.in
virtualenv==20.36.1
# via pre-commit