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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
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.11.25
rev: 0.11.26
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 @@ -8,17 +8,17 @@ attrs==26.1.0
# outcome
babel==2.18.0
# via sphinx
beautifulsoup4==4.14.3
beautifulsoup4==4.15.0
# via sphinx-codeautolink
certifi==2026.5.20
certifi==2026.6.17
# via requests
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# via
# -r docs-requirements.in
# cryptography
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via towncrier
colorama==0.4.6 ; sys_platform == 'win32'
# via
Expand All @@ -32,7 +32,7 @@ docutils==0.22.4
# sphinx-rtd-theme
exceptiongroup==1.3.1
# via -r docs-requirements.in
idna==3.17
idna==3.18
# via
# -r docs-requirements.in
# requests
Expand Down Expand Up @@ -63,7 +63,7 @@ roman-numerals==4.1.0
# via sphinx
sniffio==1.3.1
# via -r docs-requirements.in
snowballstemmer==3.1.0
snowballstemmer==3.1.1
# via sphinx
sortedcontainers==2.4.0
# via -r docs-requirements.in
Expand Down
30 changes: 15 additions & 15 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# uv pip compile --universal --python-version=3.10 test-requirements.in -o test-requirements.txt
alabaster==1.0.0
# via sphinx
ast-serialize==0.5.0 ; implementation_name == 'cpython'
ast-serialize==0.6.0 ; implementation_name == 'cpython'
# via mypy
astor==0.8.1
# via -r test-requirements.in
Expand All @@ -18,7 +18,7 @@ babel==2.18.0
# via sphinx
black==26.5.1 ; implementation_name == 'cpython'
# via -r test-requirements.in
certifi==2026.5.20
certifi==2026.6.17
# via requests
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# via
Expand All @@ -28,7 +28,7 @@ cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.7
# via requests
click==8.4.1 ; implementation_name == 'cpython'
click==8.4.2 ; implementation_name == 'cpython'
# via black
codespell==2.4.2
# via -r test-requirements.in
Expand All @@ -38,7 +38,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# pylint
# pytest
# sphinx
coverage==7.14.1
coverage==7.14.3
# via -r test-requirements.in
cryptography==48.0.0
# via
Expand All @@ -48,7 +48,7 @@ cryptography==48.0.0
# types-pyopenssl
dill==0.4.1
# via pylint
distlib==0.4.0
distlib==0.4.3
# via virtualenv
docutils==0.21.2 ; python_full_version < '3.11'
# via sphinx
Expand All @@ -58,13 +58,13 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via
# -r test-requirements.in
# pytest
filelock==3.29.0
filelock==3.29.4
# via
# python-discovery
# virtualenv
identify==2.6.19
# via pre-commit
idna==3.17
idna==3.18
# via
# -r test-requirements.in
# requests
Expand All @@ -79,7 +79,7 @@ jedi==0.20.0 ; implementation_name == 'cpython'
# via -r test-requirements.in
jinja2==3.1.6
# via sphinx
librt==0.11.0 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy'
librt==0.12.0 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy'
# via mypy
markupsafe==3.0.3
# via jinja2
Expand Down Expand Up @@ -125,15 +125,15 @@ pygments==2.20.0
# via
# pytest
# sphinx
pylint==4.0.5
pylint==4.0.6
# via -r test-requirements.in
pyopenssl==26.2.0
# via -r test-requirements.in
pyright==1.1.409
pyright==1.1.411
# via -r test-requirements.in
pytest==9.0.3
pytest==9.1.1
# via -r test-requirements.in
python-discovery==1.4.0
python-discovery==1.4.2
# via virtualenv
pytokens==0.4.1 ; implementation_name == 'cpython'
# via black
Expand All @@ -147,7 +147,7 @@ ruff==0.15.20
# via -r test-requirements.in
sniffio==1.3.1
# via -r test-requirements.in
snowballstemmer==3.1.0
snowballstemmer==3.1.1
# via sphinx
sortedcontainers==2.4.0
# via -r test-requirements.in
Expand Down Expand Up @@ -205,7 +205,7 @@ typing-extensions==4.15.0
# virtualenv
urllib3==2.7.0
# via requests
uv==0.11.25
uv==0.11.26
# via -r test-requirements.in
virtualenv==21.4.2
virtualenv==21.5.1
# via pre-commit
Loading