Skip to content

Commit 3dd35d7

Browse files
authored
Merge pull request #3401 from python-trio/autodeps/bump_from_f0e176
Bump dependencies from commit f0e176
2 parents f0e1767 + b883485 commit 3dd35d7

File tree

4 files changed

+21
-16
lines changed

4 files changed

+21
-16
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.15.2
27+
rev: v0.15.4
2828
hooks:
2929
- id: ruff-check
3030
types: [file]
@@ -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.43.5
41+
rev: v1.44.0
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.10.4
76+
rev: 0.10.7
7777
hooks:
7878
# Compile requirements
7979
- id: pip-compile

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ babel==2.18.0
1010
# via sphinx
1111
beautifulsoup4==4.14.3
1212
# via sphinx-codeautolink
13-
certifi==2026.1.4
13+
certifi==2026.2.25
1414
# via requests
1515
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
1616
# via

src/trio/_core/_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class CancelStatus:
359359
an abort when their direct parent CancelStatus becomes cancelled.
360360
361361
You can think of CancelStatus as being responsible for the
362-
"plumbing" of cancellations as oppposed to CancelScope which is
362+
"plumbing" of cancellations as opposed to CancelScope which is
363363
responsible for the origination of them.
364364
365365
"""

test-requirements.txt

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ babel==2.18.0
1616
# via sphinx
1717
black==26.1.0 ; implementation_name == 'cpython'
1818
# via -r test-requirements.in
19-
certifi==2026.1.4
19+
certifi==2026.2.25
2020
# via requests
2121
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
2222
# via
@@ -56,8 +56,10 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11'
5656
# via
5757
# -r test-requirements.in
5858
# pytest
59-
filelock==3.24.0
60-
# via virtualenv
59+
filelock==3.24.3
60+
# via
61+
# python-discovery
62+
# virtualenv
6163
identify==2.6.16
6264
# via pre-commit
6365
idna==3.11
@@ -69,13 +71,13 @@ imagesize==1.4.1
6971
# via sphinx
7072
iniconfig==2.3.0
7173
# via pytest
72-
isort==7.0.0
74+
isort==8.0.1
7375
# via pylint
7476
jedi==0.19.2 ; implementation_name == 'cpython'
7577
# via -r test-requirements.in
7678
jinja2==3.1.6
7779
# via sphinx
78-
librt==0.8.0 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy'
80+
librt==0.8.1 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy'
7981
# via mypy
8082
markupsafe==3.0.3
8183
# via jinja2
@@ -105,10 +107,11 @@ pathspec==1.0.4 ; implementation_name == 'cpython'
105107
# via
106108
# black
107109
# mypy
108-
platformdirs==4.9.0
110+
platformdirs==4.9.2
109111
# via
110112
# black
111113
# pylint
114+
# python-discovery
112115
# virtualenv
113116
pluggy==1.6.0
114117
# via pytest
@@ -120,14 +123,16 @@ pygments==2.19.2
120123
# via
121124
# pytest
122125
# sphinx
123-
pylint==4.0.4
126+
pylint==4.0.5
124127
# via -r test-requirements.in
125128
pyopenssl==25.3.0
126129
# via -r test-requirements.in
127130
pyright==1.1.408
128131
# via -r test-requirements.in
129132
pytest==9.0.2
130133
# via -r test-requirements.in
134+
python-discovery==1.1.0
135+
# via virtualenv
131136
pytokens==0.4.1 ; implementation_name == 'cpython'
132137
# via black
133138
pyyaml==6.0.3
@@ -136,7 +141,7 @@ requests==2.32.5
136141
# via sphinx
137142
roman-numerals==4.1.0 ; python_full_version >= '3.11'
138143
# via sphinx
139-
ruff==0.15.2
144+
ruff==0.15.4
140145
# via -r test-requirements.in
141146
sniffio==1.3.1
142147
# via -r test-requirements.in
@@ -177,7 +182,7 @@ types-cffi==1.17.0.20250915
177182
# via
178183
# -r test-requirements.in
179184
# types-pyopenssl
180-
types-docutils==0.22.3.20251115
185+
types-docutils==0.22.3.20260223
181186
# via -r test-requirements.in
182187
types-pyopenssl==24.1.0.20240722
183188
# via -r test-requirements.in
@@ -198,7 +203,7 @@ typing-extensions==4.15.0
198203
# virtualenv
199204
urllib3==2.6.3
200205
# via requests
201-
uv==0.10.4
206+
uv==0.10.7
202207
# via -r test-requirements.in
203-
virtualenv==20.36.1
208+
virtualenv==21.1.0
204209
# via pre-commit

0 commit comments

Comments
 (0)