Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.6
rev: v0.14.7
hooks:
- id: ruff-check
types: [file]
Expand All @@ -38,15 +38,15 @@ repos:
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
- tomli
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.39.2
rev: v1.40.0
hooks:
- id: typos
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v1.0.2
hooks:
- id: sphinx-lint
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.16.3
rev: v1.18.0
hooks:
- id: zizmor
- repo: local
Expand All @@ -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.11
rev: 0.9.14
hooks:
# Compile requirements
- id: pip-compile
Expand Down
8 changes: 4 additions & 4 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ attrs==25.4.0
# outcome
babel==2.17.0
# via sphinx
beautifulsoup4==4.14.2
beautifulsoup4==4.14.3
# via sphinx-codeautolink
certifi==2025.10.5
certifi==2025.11.12
# via requests
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# via
# -r docs-requirements.in
# cryptography
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via towncrier
colorama==0.4.6 ; sys_platform == 'win32'
# via
Expand All @@ -30,7 +30,7 @@ docutils==0.21.2
# via
# sphinx
# sphinx-rtd-theme
exceptiongroup==1.3.0
exceptiongroup==1.3.1
# via -r docs-requirements.in
idna==3.11
# via
Expand Down
34 changes: 19 additions & 15 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ babel==2.17.0
# via sphinx
black==25.11.0 ; implementation_name == 'cpython'
# via -r test-requirements.in
certifi==2025.10.5
certifi==2025.11.12
# via requests
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# via
# -r test-requirements.in
# cryptography
cfgv==3.4.0
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.4
# via requests
click==8.3.0 ; implementation_name == 'cpython'
click==8.3.1 ; implementation_name == 'cpython'
# via black
codespell==2.4.1
# via -r test-requirements.in
Expand All @@ -36,7 +36,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# pylint
# pytest
# sphinx
coverage==7.11.3
coverage==7.12.0
# via -r test-requirements.in
cryptography==46.0.3
# via
Expand All @@ -48,9 +48,11 @@ dill==0.4.0
# via pylint
distlib==0.4.0
# via virtualenv
docutils==0.21.2
docutils==0.21.2 ; python_full_version < '3.11'
# via sphinx
exceptiongroup==1.3.0 ; python_full_version < '3.11'
docutils==0.22.3 ; python_full_version >= '3.11'
# via sphinx
exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via
# -r test-requirements.in
# pytest
Expand All @@ -73,11 +75,13 @@ jedi==0.19.2 ; implementation_name == 'cpython'
# via -r test-requirements.in
jinja2==3.1.6
# via sphinx
librt==0.6.3
# via mypy
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
mypy==1.18.2
mypy==1.19.0
# via -r test-requirements.in
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -108,31 +112,31 @@ platformdirs==4.5.0
# virtualenv
pluggy==1.6.0
# via pytest
pre-commit==4.4.0
pre-commit==4.5.0
# via -r test-requirements.in
pycparser==2.23 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
# via cffi
pygments==2.19.2
# via
# pytest
# sphinx
pylint==4.0.2
pylint==4.0.4
# via -r test-requirements.in
pyopenssl==25.3.0
# via -r test-requirements.in
pyright==1.1.407
# via -r test-requirements.in
pytest==9.0.0
pytest==9.0.1
# via -r test-requirements.in
pytokens==0.3.0 ; implementation_name == 'cpython'
# via black
pyyaml==6.0.3
# via pre-commit
requests==2.32.5
# via sphinx
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
roman-numerals==3.1.0 ; python_full_version >= '3.11'
# via sphinx
ruff==0.14.6
ruff==0.14.7
# via -r test-requirements.in
sniffio==1.3.1
# via -r test-requirements.in
Expand All @@ -142,7 +146,7 @@ sortedcontainers==2.4.0
# via -r test-requirements.in
sphinx==8.1.3 ; python_full_version < '3.11'
# via -r test-requirements.in
sphinx==8.2.3 ; python_full_version >= '3.11'
sphinx==9.0.1 ; python_full_version >= '3.11'
# via -r test-requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down Expand Up @@ -171,7 +175,7 @@ types-cffi==1.17.0.20250915
# via
# -r test-requirements.in
# types-pyopenssl
types-docutils==0.22.2.20251006
types-docutils==0.22.3.20251115
# via -r test-requirements.in
types-pyopenssl==24.1.0.20240722
# via -r test-requirements.in
Expand All @@ -192,7 +196,7 @@ typing-extensions==4.15.0
# virtualenv
urllib3==2.5.0
# via requests
uv==0.9.11
uv==0.9.14
# via -r test-requirements.in
virtualenv==20.35.4
# via pre-commit
Loading