Skip to content

Commit 09daf03

Browse files
authored
Merge pull request #3207 from python-trio/autodeps/bump_from_ad9462
Bump dependencies from commit ad9462
2 parents ad9462b + 5900c7c commit 09daf03

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.5.29
62+
rev: 0.5.30
6363
hooks:
6464
# Compile requirements
6565
- id: pip-compile

docs-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ exceptiongroup >= 1.0.0rc9
2323
immutables >= 0.6
2424

2525
# types used in annotations
26-
# TODO: for some reason bumping this fails docs build
26+
# TODO: fix support for importing typing-extensions
2727
pyOpenSSL < 25.0.0

docs-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ attrs==25.1.0
66
# via
77
# -r docs-requirements.in
88
# outcome
9-
babel==2.16.0
9+
babel==2.17.0
1010
# via sphinx
1111
beautifulsoup4==4.12.3
1212
# via sphinx-codeautolink
@@ -24,7 +24,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
2424
# via
2525
# click
2626
# sphinx
27-
cryptography==44.0.0
27+
cryptography==44.0.1
2828
# via pyopenssl
2929
docutils==0.21.2
3030
# via

test-requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ attrs==25.1.0
1414
# via
1515
# -r test-requirements.in
1616
# outcome
17-
babel==2.16.0
17+
babel==2.17.0
1818
# via sphinx
1919
black==25.1.0 ; implementation_name == 'cpython'
2020
# via -r test-requirements.in
@@ -38,9 +38,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
3838
# pylint
3939
# pytest
4040
# sphinx
41-
coverage==7.6.10
41+
coverage==7.6.12
4242
# via -r test-requirements.in
43-
cryptography==44.0.0
43+
cryptography==44.0.1
4444
# via
4545
# -r test-requirements.in
4646
# pyopenssl
@@ -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.6
61+
identify==2.6.7
6262
# via pre-commit
6363
idna==3.10
6464
# via
@@ -130,7 +130,7 @@ pyyaml==6.0.2
130130
# via pre-commit
131131
requests==2.32.3
132132
# via sphinx
133-
ruff==0.9.4
133+
ruff==0.9.6
134134
# via -r test-requirements.in
135135
sniffio==1.3.1
136136
# via -r test-requirements.in
@@ -173,7 +173,7 @@ types-docutils==0.21.0.20241128
173173
# via -r test-requirements.in
174174
types-pyopenssl==24.1.0.20240722
175175
# via -r test-requirements.in
176-
types-setuptools==75.8.0.20250110
176+
types-setuptools==75.8.0.20250210
177177
# via types-cffi
178178
typing-extensions==4.12.2
179179
# via
@@ -186,9 +186,9 @@ typing-extensions==4.12.2
186186
# pyright
187187
urllib3==2.3.0
188188
# via requests
189-
uv==0.5.26
189+
uv==0.5.30
190190
# via -r test-requirements.in
191-
virtualenv==20.29.1
191+
virtualenv==20.29.2
192192
# via pre-commit
193193
zipp==3.21.0 ; python_full_version < '3.10'
194194
# via importlib-metadata

0 commit comments

Comments
 (0)