Skip to content

Commit 4d55cd5

Browse files
authored
Merge pull request #3436 from python-trio/autodeps/bump_from_6f75c8
Bump dependencies from commit 6f75c8
2 parents 6f75c87 + 1e4acd7 commit 4d55cd5

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.45.1
41+
rev: v1.46.0
4242
hooks:
4343
- id: typos
4444
- repo: https://github.com/sphinx-contrib/sphinx-lint

docs-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ babel==2.18.0
1010
# via sphinx
1111
beautifulsoup4==4.14.3
1212
# via sphinx-codeautolink
13-
certifi==2026.2.25
13+
certifi==2026.4.22
1414
# via requests
1515
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
1616
# via
1717
# -r docs-requirements.in
1818
# cryptography
1919
charset-normalizer==3.4.7
2020
# via requests
21-
click==8.3.2
21+
click==8.3.3
2222
# via towncrier
2323
colorama==0.4.6 ; sys_platform == 'win32'
2424
# via
2525
# click
2626
# sphinx
27-
cryptography==46.0.6
27+
cryptography==47.0.0
2828
# via pyopenssl
2929
docutils==0.22.4
3030
# via
3131
# sphinx
3232
# sphinx-rtd-theme
3333
exceptiongroup==1.3.1
3434
# via -r docs-requirements.in
35-
idna==3.11
35+
idna==3.13
3636
# via
3737
# -r docs-requirements.in
3838
# requests
@@ -49,13 +49,13 @@ markupsafe==3.0.3
4949
# via jinja2
5050
outcome==1.3.0.post0
5151
# via -r docs-requirements.in
52-
packaging==26.0
52+
packaging==26.2
5353
# via sphinx
5454
pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
5555
# via cffi
5656
pygments==2.20.0
5757
# via sphinx
58-
pyopenssl==26.0.0
58+
pyopenssl==26.1.0
5959
# via -r docs-requirements.in
6060
requests==2.33.1
6161
# via sphinx
@@ -83,7 +83,7 @@ sphinx==9.1.0 ; python_full_version >= '3.12'
8383
# sphinx-rtd-theme
8484
# sphinxcontrib-jquery
8585
# sphinxcontrib-trio
86-
sphinx-codeautolink==0.17.5
86+
sphinx-codeautolink==0.18.1
8787
# via -r docs-requirements.in
8888
sphinx-rtd-theme==3.1.0
8989
# via -r docs-requirements.in

test-requirements.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ babel==2.18.0
1616
# via sphinx
1717
black==26.3.1 ; implementation_name == 'cpython'
1818
# via -r test-requirements.in
19-
certifi==2026.2.25
19+
certifi==2026.4.22
2020
# via requests
2121
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
2222
# via
@@ -26,7 +26,7 @@ cfgv==3.5.0
2626
# via pre-commit
2727
charset-normalizer==3.4.7
2828
# via requests
29-
click==8.3.2 ; implementation_name == 'cpython'
29+
click==8.3.3 ; implementation_name == 'cpython'
3030
# via black
3131
codespell==2.4.2
3232
# via -r test-requirements.in
@@ -38,7 +38,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
3838
# sphinx
3939
coverage==7.13.5
4040
# via -r test-requirements.in
41-
cryptography==46.0.6
41+
cryptography==47.0.0
4242
# via
4343
# -r test-requirements.in
4444
# pyopenssl
@@ -56,13 +56,13 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11'
5656
# via
5757
# -r test-requirements.in
5858
# pytest
59-
filelock==3.25.2
59+
filelock==3.29.0
6060
# via
6161
# python-discovery
6262
# virtualenv
63-
identify==2.6.18
63+
identify==2.6.19
6464
# via pre-commit
65-
idna==3.11
65+
idna==3.13
6666
# via
6767
# -r test-requirements.in
6868
# requests
@@ -77,13 +77,13 @@ jedi==0.19.2 ; implementation_name == 'cpython'
7777
# via -r test-requirements.in
7878
jinja2==3.1.6
7979
# via sphinx
80-
librt==0.8.1 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy'
80+
librt==0.9.0 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy'
8181
# via mypy
8282
markupsafe==3.0.3
8383
# via jinja2
8484
mccabe==0.7.0
8585
# via pylint
86-
mypy==1.20.0 ; implementation_name == 'cpython'
86+
mypy==1.20.2 ; implementation_name == 'cpython'
8787
# via -r test-requirements.in
8888
mypy-extensions==1.1.0
8989
# via
@@ -96,26 +96,26 @@ nodeenv==1.10.0
9696
# pyright
9797
outcome==1.3.0.post0
9898
# via -r test-requirements.in
99-
packaging==26.0
99+
packaging==26.2
100100
# via
101101
# black
102102
# pytest
103103
# sphinx
104104
parso==0.8.6 ; implementation_name == 'cpython'
105105
# via jedi
106-
pathspec==1.0.4 ; implementation_name == 'cpython'
106+
pathspec==1.1.1 ; implementation_name == 'cpython'
107107
# via
108108
# black
109109
# mypy
110-
platformdirs==4.9.4
110+
platformdirs==4.9.6
111111
# via
112112
# black
113113
# pylint
114114
# python-discovery
115115
# virtualenv
116116
pluggy==1.6.0
117117
# via pytest
118-
pre-commit==4.5.1
118+
pre-commit==4.6.0
119119
# via -r test-requirements.in
120120
pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
121121
# via cffi
@@ -125,9 +125,9 @@ pygments==2.20.0
125125
# sphinx
126126
pylint==4.0.5
127127
# via -r test-requirements.in
128-
pyopenssl==26.0.0
128+
pyopenssl==26.1.0
129129
# via -r test-requirements.in
130-
pyright==1.1.408
130+
pyright==1.1.409
131131
# via -r test-requirements.in
132132
pytest==9.0.3
133133
# via -r test-requirements.in
@@ -178,17 +178,17 @@ tomlkit==0.14.0
178178
# via pylint
179179
trustme==1.2.1
180180
# via -r test-requirements.in
181-
types-cffi==2.0.0.20260402
181+
types-cffi==2.0.0.20260429
182182
# via
183183
# -r test-requirements.in
184184
# types-pyopenssl
185-
types-docutils==0.22.3.20260322
185+
types-docutils==0.22.3.20260408
186186
# via -r test-requirements.in
187187
types-pyopenssl==24.1.0.20240722
188188
# via -r test-requirements.in
189-
types-pyyaml==6.0.12.20250915
189+
types-pyyaml==6.0.12.20260408
190190
# via -r test-requirements.in
191-
types-setuptools==82.0.0.20260402
191+
types-setuptools==82.0.0.20260408
192192
# via types-cffi
193193
typing-extensions==4.15.0
194194
# via
@@ -205,5 +205,5 @@ urllib3==2.6.3
205205
# via requests
206206
uv==0.11.8
207207
# via -r test-requirements.in
208-
virtualenv==21.2.0
208+
virtualenv==21.3.0
209209
# via pre-commit

0 commit comments

Comments
 (0)