Skip to content

Commit ebae2b6

Browse files
Dependency updates
1 parent bdcbfc0 commit ebae2b6

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
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.31.1
41+
rev: v1.31.2
4242
hooks:
4343
- id: typos
4444
- repo: https://github.com/sphinx-contrib/sphinx-lint
@@ -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.17
62+
rev: 0.7.2
6363
hooks:
6464
# Compile requirements
6565
- 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: 13 additions & 13 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
@@ -134,7 +134,7 @@ roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
134134
# via sphinx
135135
ruff==0.11.7
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
@@ -179,9 +179,9 @@ types-docutils==0.21.0.20241128
179179
# via -r test-requirements.in
180180
types-pyopenssl==24.1.0.20240722
181181
# via -r test-requirements.in
182-
types-setuptools==78.1.0.20250329
182+
types-setuptools==80.0.0.20250429
183183
# via types-cffi
184-
typing-extensions==4.13.0
184+
typing-extensions==4.13.2
185185
# via
186186
# -r test-requirements.in
187187
# astroid
@@ -190,9 +190,9 @@ typing-extensions==4.13.0
190190
# pylint
191191
# pyopenssl
192192
# pyright
193-
urllib3==2.3.0
193+
urllib3==2.4.0
194194
# via requests
195-
uv==0.6.17
195+
uv==0.7.2
196196
# via -r test-requirements.in
197197
virtualenv==20.30.0
198198
# via pre-commit

0 commit comments

Comments
 (0)