Skip to content

Commit a67e61d

Browse files
Dependency updates
1 parent a78b5da commit a67e61d

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.9.7
27+
rev: v0.9.9
2828
hooks:
2929
- id: ruff
3030
types: [file]
@@ -38,15 +38,15 @@ repos:
3838
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
3939
- tomli
4040
- repo: https://github.com/crate-ci/typos
41-
rev: v1.29.9
41+
rev: typos-dict-v0.12.6
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.3.1
49+
rev: v1.4.1
5050
hooks:
5151
- id: zizmor
5252
- repo: local
@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies: ["astor", "attrs", "black", "ruff"]
6060
files: ^src\/trio\/_core\/(_run|(_i(o_(common|epoll|kqueue|windows)|nstrumentation)))\.py$
6161
- repo: https://github.com/astral-sh/uv-pre-commit
62-
rev: 0.6.2
62+
rev: 0.6.3
6363
hooks:
6464
# Compile requirements
6565
- id: pip-compile

docs-requirements.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs==25.1.0
88
# outcome
99
babel==2.17.0
1010
# via sphinx
11-
beautifulsoup4==4.12.3
11+
beautifulsoup4==4.13.3
1212
# via sphinx-codeautolink
1313
certifi==2025.1.31
1414
# via requests
@@ -59,6 +59,8 @@ pyopenssl==24.3.0
5959
# via -r docs-requirements.in
6060
requests==2.32.3
6161
# via sphinx
62+
roman-numerals-py==3.1.0
63+
# via sphinx
6264
sniffio==1.3.1
6365
# via -r docs-requirements.in
6466
snowballstemmer==2.2.0
@@ -67,15 +69,15 @@ sortedcontainers==2.4.0
6769
# via -r docs-requirements.in
6870
soupsieve==2.6
6971
# via beautifulsoup4
70-
sphinx==8.1.3
72+
sphinx==8.2.1
7173
# via
7274
# -r docs-requirements.in
7375
# sphinx-codeautolink
7476
# sphinx-hoverxref
7577
# sphinx-rtd-theme
7678
# sphinxcontrib-jquery
7779
# sphinxcontrib-trio
78-
sphinx-codeautolink==0.16.2
80+
sphinx-codeautolink==0.17.1
7981
# via -r docs-requirements.in
8082
sphinx-hoverxref==1.4.2
8183
# via -r docs-requirements.in
@@ -102,5 +104,7 @@ sphinxcontrib-trio==1.1.2
102104
# via -r docs-requirements.in
103105
towncrier==24.8.0
104106
# via -r docs-requirements.in
107+
typing-extensions==4.12.2
108+
# via beautifulsoup4
105109
urllib3==2.3.0
106110
# via requests

test-requirements.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ exceptiongroup==1.2.2 ; python_full_version < '3.11'
5858
# pytest
5959
filelock==3.17.0
6060
# via virtualenv
61-
identify==2.6.7
61+
identify==2.6.8
6262
# via pre-commit
6363
idna==3.10
6464
# via
@@ -71,7 +71,7 @@ importlib-metadata==8.6.1 ; python_full_version < '3.10'
7171
# via sphinx
7272
iniconfig==2.0.0
7373
# via pytest
74-
isort==6.0.0
74+
isort==6.0.1
7575
# via pylint
7676
jedi==0.19.2 ; implementation_name == 'cpython'
7777
# via -r test-requirements.in
@@ -122,15 +122,17 @@ pylint==3.3.4
122122
# via -r test-requirements.in
123123
pyopenssl==25.0.0
124124
# via -r test-requirements.in
125-
pyright==1.1.393
125+
pyright==1.1.395
126126
# via -r test-requirements.in
127127
pytest==8.3.4
128128
# via -r test-requirements.in
129129
pyyaml==6.0.2
130130
# via pre-commit
131131
requests==2.32.3
132132
# via sphinx
133-
ruff==0.9.7
133+
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
134+
# via sphinx
135+
ruff==0.9.9
134136
# via -r test-requirements.in
135137
sniffio==1.3.1
136138
# via -r test-requirements.in
@@ -140,7 +142,9 @@ sortedcontainers==2.4.0
140142
# via -r test-requirements.in
141143
sphinx==7.4.7 ; python_full_version < '3.10'
142144
# via -r test-requirements.in
143-
sphinx==8.1.3 ; python_full_version >= '3.10'
145+
sphinx==8.1.3 ; python_full_version == '3.10.*'
146+
# via -r test-requirements.in
147+
sphinx==8.2.1 ; python_full_version >= '3.11'
144148
# via -r test-requirements.in
145149
sphinxcontrib-applehelp==2.0.0
146150
# via sphinx
@@ -173,7 +177,7 @@ types-docutils==0.21.0.20241128
173177
# via -r test-requirements.in
174178
types-pyopenssl==24.1.0.20240722
175179
# via -r test-requirements.in
176-
types-setuptools==75.8.0.20250210
180+
types-setuptools==75.8.0.20250225
177181
# via types-cffi
178182
typing-extensions==4.12.2
179183
# via
@@ -186,7 +190,7 @@ typing-extensions==4.12.2
186190
# pyright
187191
urllib3==2.3.0
188192
# via requests
189-
uv==0.6.2
193+
uv==0.6.3
190194
# via -r test-requirements.in
191195
virtualenv==20.29.2
192196
# via pre-commit

0 commit comments

Comments
 (0)