Skip to content

Commit 3733c5f

Browse files
authored
Merge branch 'main' into pre-commit-tests-sync
2 parents 200b221 + cb16631 commit 3733c5f

File tree

4 files changed

+31
-25
lines changed

4 files changed

+31
-25
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.11.4
27+
rev: v0.11.8
2828
hooks:
2929
- id: ruff
3030
types: [file]
@@ -37,16 +37,16 @@ repos:
3737
additional_dependencies:
3838
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
3939
- tomli
40-
- repo: https://github.com/crate-ci/typos
41-
rev: v1.31.1
40+
- repo: https://github.com/adhtruong/mirrors-typos
41+
rev: v1.32.0
4242
hooks:
4343
- id: typos
4444
- repo: https://github.com/sphinx-contrib/sphinx-lint
4545
rev: v1.0.0
4646
hooks:
4747
- id: sphinx-lint
4848
- repo: https://github.com/woodruffw/zizmor-pre-commit
49-
rev: v1.5.2
49+
rev: v1.6.0
5050
hooks:
5151
- id: zizmor
5252
- repo: local
@@ -66,7 +66,7 @@ repos:
6666
additional_dependencies: ["pyyaml"]
6767
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
6868
- repo: https://github.com/astral-sh/uv-pre-commit
69-
rev: 0.6.13
69+
rev: 0.7.2
7070
hooks:
7171
# Compile requirements
7272
- id: pip-compile

docs-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ attrs==25.3.0
88
# outcome
99
babel==2.17.0
1010
# via sphinx
11-
beautifulsoup4==4.13.3
11+
beautifulsoup4==4.13.4
1212
# via sphinx-codeautolink
13-
certifi==2025.1.31
13+
certifi==2025.4.26
1414
# via requests
1515
cffi==1.17.1 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
1616
# via
@@ -49,7 +49,7 @@ markupsafe==3.0.2
4949
# via jinja2
5050
outcome==1.3.0.post0
5151
# via -r docs-requirements.in
52-
packaging==24.2
52+
packaging==25.0
5353
# via sphinx
5454
pycparser==2.22 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
5555
# via cffi
@@ -67,7 +67,7 @@ snowballstemmer==2.2.0
6767
# via sphinx
6868
sortedcontainers==2.4.0
6969
# via -r docs-requirements.in
70-
soupsieve==2.6
70+
soupsieve==2.7
7171
# via beautifulsoup4
7272
sphinx==8.2.3
7373
# via
@@ -100,9 +100,9 @@ sphinxcontrib-trio==1.1.2
100100
# via -r docs-requirements.in
101101
towncrier==24.8.0
102102
# via -r docs-requirements.in
103-
typing-extensions==4.13.0
103+
typing-extensions==4.13.2
104104
# via
105105
# beautifulsoup4
106106
# pyopenssl
107-
urllib3==2.3.0
107+
urllib3==2.4.0
108108
# via requests

test-requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ babel==2.17.0
1818
# via sphinx
1919
black==25.1.0 ; implementation_name == 'cpython'
2020
# via -r test-requirements.in
21-
certifi==2025.1.31
21+
certifi==2025.4.26
2222
# via requests
2323
cffi==1.17.1 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
2424
# via
@@ -46,7 +46,7 @@ cryptography==44.0.2
4646
# pyopenssl
4747
# trustme
4848
# types-pyopenssl
49-
dill==0.3.9
49+
dill==0.4.0
5050
# via pylint
5151
distlib==0.3.9
5252
# via virtualenv
@@ -58,7 +58,7 @@ exceptiongroup==1.2.2 ; python_full_version < '3.11'
5858
# pytest
5959
filelock==3.18.0
6060
# via virtualenv
61-
identify==2.6.9
61+
identify==2.6.10
6262
# via pre-commit
6363
idna==3.10
6464
# via
@@ -67,7 +67,7 @@ idna==3.10
6767
# trustme
6868
imagesize==1.4.1
6969
# via sphinx
70-
importlib-metadata==8.6.1 ; python_full_version < '3.10'
70+
importlib-metadata==8.7.0 ; python_full_version < '3.10'
7171
# via sphinx
7272
iniconfig==2.1.0
7373
# via pytest
@@ -83,7 +83,7 @@ mccabe==0.7.0
8383
# via pylint
8484
mypy==1.15.0
8585
# via -r test-requirements.in
86-
mypy-extensions==1.0.0
86+
mypy-extensions==1.1.0
8787
# via
8888
# -r test-requirements.in
8989
# black
@@ -92,11 +92,11 @@ nodeenv==1.9.1
9292
# via
9393
# pre-commit
9494
# pyright
95-
orjson==3.10.16 ; python_full_version < '3.14' and implementation_name == 'cpython'
95+
orjson==3.10.18 ; python_full_version < '3.14' and implementation_name == 'cpython'
9696
# via -r test-requirements.in
9797
outcome==1.3.0.post0
9898
# via -r test-requirements.in
99-
packaging==24.2
99+
packaging==25.0
100100
# via
101101
# black
102102
# pytest
@@ -122,7 +122,7 @@ pylint==3.3.6
122122
# via -r test-requirements.in
123123
pyopenssl==25.0.0
124124
# via -r test-requirements.in
125-
pyright==1.1.398
125+
pyright==1.1.400
126126
# via -r test-requirements.in
127127
pytest==8.3.5
128128
# via -r test-requirements.in
@@ -132,9 +132,9 @@ requests==2.32.3
132132
# via sphinx
133133
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
134134
# via sphinx
135-
ruff==0.11.4
135+
ruff==0.11.8
136136
# via -r test-requirements.in
137-
setuptools==78.1.0
137+
setuptools==80.1.0
138138
# via types-setuptools
139139
sniffio==1.3.1
140140
# via -r test-requirements.in
@@ -181,9 +181,9 @@ types-pyopenssl==24.1.0.20240722
181181
# via -r test-requirements.in
182182
types-pyyaml==6.0.12.20250326
183183
# via -r test-requirements.in
184-
types-setuptools==78.1.0.20250329
184+
types-setuptools==80.0.0.20250429
185185
# via types-cffi
186-
typing-extensions==4.13.0
186+
typing-extensions==4.13.2
187187
# via
188188
# -r test-requirements.in
189189
# astroid
@@ -192,9 +192,9 @@ typing-extensions==4.13.0
192192
# pylint
193193
# pyopenssl
194194
# pyright
195-
urllib3==2.3.0
195+
urllib3==2.4.0
196196
# via requests
197-
uv==0.6.13
197+
uv==0.7.2
198198
# via -r test-requirements.in
199199
virtualenv==20.30.0
200200
# via pre-commit

zizmor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
rules:
2+
unpinned-uses:
3+
config:
4+
policies:
5+
# TODO: use the default policies
6+
"*": any

0 commit comments

Comments
 (0)