Skip to content

Commit 598e7d5

Browse files
Dependency updates
1 parent 4a9c6db commit 598e7d5

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
3939
- tomli
4040
- repo: https://github.com/adhtruong/mirrors-typos
41-
rev: v1.42.1
41+
rev: v1.42.3
4242
hooks:
4343
- id: typos
4444
- repo: https://github.com/sphinx-contrib/sphinx-lint
@@ -73,7 +73,7 @@ repos:
7373
additional_dependencies: ["pyyaml"]
7474
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
7575
- repo: https://github.com/astral-sh/uv-pre-commit
76-
rev: 0.9.26
76+
rev: 0.9.28
7777
hooks:
7878
# Compile requirements
7979
- id: pip-compile

docs-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
2424
# via
2525
# click
2626
# sphinx
27-
cryptography==46.0.3
27+
cryptography==46.0.4
2828
# via pyopenssl
2929
docutils==0.21.2
3030
# via
@@ -49,9 +49,9 @@ markupsafe==3.0.3
4949
# via jinja2
5050
outcome==1.3.0.post0
5151
# via -r docs-requirements.in
52-
packaging==25.0
52+
packaging==26.0
5353
# via sphinx
54-
pycparser==2.23 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
54+
pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
5555
# via cffi
5656
pygments==2.19.2
5757
# via sphinx
@@ -69,7 +69,7 @@ snowballstemmer==3.0.1
6969
# via sphinx
7070
sortedcontainers==2.4.0
7171
# via -r docs-requirements.in
72-
soupsieve==2.8.2
72+
soupsieve==2.8.3
7373
# via beautifulsoup4
7474
sphinx==8.2.3
7575
# via
@@ -98,7 +98,7 @@ sphinxcontrib-qthelp==2.0.0
9898
# via sphinx
9999
sphinxcontrib-serializinghtml==2.0.0
100100
# via sphinx
101-
sphinxcontrib-trio==1.1.2
101+
sphinxcontrib-trio==1.2.0
102102
# via -r docs-requirements.in
103103
towncrier==25.8.0
104104
# via -r docs-requirements.in

test-requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
3636
# pylint
3737
# pytest
3838
# sphinx
39-
coverage==7.13.1
39+
coverage==7.13.2
4040
# via -r test-requirements.in
41-
cryptography==46.0.3
41+
cryptography==46.0.4
4242
# via
4343
# -r test-requirements.in
4444
# pyopenssl
@@ -94,14 +94,14 @@ nodeenv==1.10.0
9494
# pyright
9595
outcome==1.3.0.post0
9696
# via -r test-requirements.in
97-
packaging==25.0
97+
packaging==26.0
9898
# via
9999
# black
100100
# pytest
101101
# sphinx
102102
parso==0.8.5 ; implementation_name == 'cpython'
103103
# via jedi
104-
pathspec==1.0.3 ; implementation_name == 'cpython'
104+
pathspec==1.0.4 ; implementation_name == 'cpython'
105105
# via
106106
# black
107107
# mypy
@@ -114,7 +114,7 @@ pluggy==1.6.0
114114
# via pytest
115115
pre-commit==4.5.1
116116
# via -r test-requirements.in
117-
pycparser==2.23 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
117+
pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
118118
# via cffi
119119
pygments==2.19.2
120120
# via
@@ -128,7 +128,7 @@ pyright==1.1.408
128128
# via -r test-requirements.in
129129
pytest==9.0.2
130130
# via -r test-requirements.in
131-
pytokens==0.4.0 ; implementation_name == 'cpython'
131+
pytokens==0.4.1 ; implementation_name == 'cpython'
132132
# via black
133133
pyyaml==6.0.3
134134
# via pre-commit
@@ -183,7 +183,7 @@ types-pyopenssl==24.1.0.20240722
183183
# via -r test-requirements.in
184184
types-pyyaml==6.0.12.20250915
185185
# via -r test-requirements.in
186-
types-setuptools==80.9.0.20251223
186+
types-setuptools==80.10.0.20260124
187187
# via types-cffi
188188
typing-extensions==4.15.0
189189
# via
@@ -198,7 +198,7 @@ typing-extensions==4.15.0
198198
# virtualenv
199199
urllib3==2.6.3
200200
# via requests
201-
uv==0.9.26
201+
uv==0.9.28
202202
# via -r test-requirements.in
203203
virtualenv==20.36.1
204204
# via pre-commit

0 commit comments

Comments
 (0)