Skip to content

Commit 107048d

Browse files
Dependency updates (#3354)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 300adee commit 107048d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ repos:
2020
- id: sort-simple-yaml
2121
files: .pre-commit-config.yaml
2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: 25.9.0
23+
rev: 25.11.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.14.3
27+
rev: v0.14.4
2828
hooks:
2929
- id: ruff-check
3030
types: [file]
@@ -46,7 +46,7 @@ repos:
4646
hooks:
4747
- id: sphinx-lint
4848
- repo: https://github.com/woodruffw/zizmor-pre-commit
49-
rev: v1.16.2
49+
rev: v1.16.3
5050
hooks:
5151
- id: zizmor
5252
- repo: local
@@ -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.7
76+
rev: 0.9.8
7777
hooks:
7878
# Compile requirements
7979
- id: pip-compile

test-requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alabaster==1.0.0
44
# via sphinx
55
astor==0.8.1
66
# via -r test-requirements.in
7-
astroid==4.0.1
7+
astroid==4.0.2
88
# via pylint
99
async-generator==1.10
1010
# via -r test-requirements.in
@@ -14,7 +14,7 @@ attrs==25.4.0
1414
# outcome
1515
babel==2.17.0
1616
# via sphinx
17-
black==25.9.0 ; implementation_name == 'cpython'
17+
black==25.11.0 ; implementation_name == 'cpython'
1818
# via -r test-requirements.in
1919
certifi==2025.10.5
2020
# via requests
@@ -36,7 +36,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
3636
# pylint
3737
# pytest
3838
# sphinx
39-
coverage==7.11.0
39+
coverage==7.11.3
4040
# via -r test-requirements.in
4141
cryptography==46.0.3
4242
# via
@@ -108,7 +108,7 @@ platformdirs==4.5.0
108108
# virtualenv
109109
pluggy==1.6.0
110110
# via pytest
111-
pre-commit==4.3.0
111+
pre-commit==4.4.0
112112
# via -r test-requirements.in
113113
pycparser==2.23 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
114114
# via cffi
@@ -122,17 +122,17 @@ pyopenssl==25.3.0
122122
# via -r test-requirements.in
123123
pyright==1.1.407
124124
# via -r test-requirements.in
125-
pytest==8.4.2
125+
pytest==9.0.0
126126
# via -r test-requirements.in
127-
pytokens==0.2.0 ; implementation_name == 'cpython'
127+
pytokens==0.3.0 ; implementation_name == 'cpython'
128128
# via black
129129
pyyaml==6.0.3
130130
# via pre-commit
131131
requests==2.32.5
132132
# via sphinx
133133
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
134134
# via sphinx
135-
ruff==0.14.3
135+
ruff==0.14.4
136136
# via -r test-requirements.in
137137
sniffio==1.3.1
138138
# via -r test-requirements.in
@@ -192,7 +192,7 @@ typing-extensions==4.15.0
192192
# virtualenv
193193
urllib3==2.5.0
194194
# via requests
195-
uv==0.9.7
195+
uv==0.9.8
196196
# via -r test-requirements.in
197197
virtualenv==20.35.4
198198
# via pre-commit

0 commit comments

Comments
 (0)