Skip to content

Commit 0c8d2d0

Browse files
authored
Merge pull request #691 from python-trio/dependabot/pip/dependencies-58fba63452
Bump the dependencies group with 15 updates
2 parents a0c36df + d374ce4 commit 0c8d2d0

File tree

3 files changed

+32
-22
lines changed

3 files changed

+32
-22
lines changed

docs-requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ alabaster==0.7.16
88
# via sphinx
99
babel==2.17.0
1010
# via sphinx
11-
certifi==2025.10.5
11+
certifi==2025.11.12
1212
# via requests
1313
cffi==2.0.0
1414
# via cryptography
1515
charset-normalizer==3.4.4
1616
# via requests
17-
cryptography==45.0.6
17+
cryptography==46.0.3
1818
# via -r docs-requirements.in
1919
docutils==0.21.2
2020
# via sphinx
@@ -38,7 +38,7 @@ requests==2.32.5
3838
# via sphinx
3939
snowballstemmer==3.0.1
4040
# via sphinx
41-
sphinx==7.4.7
41+
sphinx==8.1.3
4242
# via sphinxcontrib-trio
4343
sphinxcontrib-applehelp==2.0.0
4444
# via sphinx
@@ -56,5 +56,7 @@ sphinxcontrib-trio==1.1.2
5656
# via -r docs-requirements.in
5757
tomli==2.3.0
5858
# via sphinx
59+
typing-extensions==4.15.0
60+
# via cryptography
5961
urllib3==2.6.0
6062
# via requests

lint-requirements.txt

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,39 @@ black==25.9.0
88
# via -r lint-requirements.in
99
cffi==2.0.0
1010
# via cryptography
11-
click==8.1.8
11+
click==8.3.1
1212
# via black
1313
colorlog==6.10.1
1414
# via nox
15-
cryptography==45.0.6
15+
cryptography==46.0.3
1616
# via
1717
# -r lint-requirements.in
1818
# types-pyopenssl
1919
dependency-groups==1.3.1
2020
# via nox
2121
distlib==0.4.0
2222
# via virtualenv
23-
exceptiongroup==1.3.0
23+
exceptiongroup==1.3.1
2424
# via pytest
25-
filelock==3.19.1
25+
filelock==3.20.0
2626
# via virtualenv
27-
humanize==4.13.0
27+
humanize==4.14.0
2828
# via nox
2929
idna==3.11
3030
# via -r lint-requirements.in
31-
importlib-metadata==8.7.0
32-
# via isort
33-
iniconfig==2.1.0
31+
iniconfig==2.3.0
3432
# via pytest
35-
isort==6.1.0
33+
isort==7.0.0
3634
# via -r lint-requirements.in
37-
mypy==1.18.2
35+
librt==0.7.3
36+
# via mypy
37+
mypy==1.19.0
3838
# via -r lint-requirements.in
3939
mypy-extensions==1.1.0
4040
# via
4141
# black
4242
# mypy
43-
nox==2025.10.16
43+
nox==2025.11.12
4444
# via -r lint-requirements.in
4545
packaging==25.0
4646
# via
@@ -52,7 +52,7 @@ pathspec==0.12.1
5252
# via
5353
# black
5454
# mypy
55-
platformdirs==4.4.0
55+
platformdirs==4.5.1
5656
# via
5757
# black
5858
# virtualenv
@@ -62,9 +62,9 @@ pycparser==2.23
6262
# via cffi
6363
pygments==2.19.2
6464
# via pytest
65-
pytest==8.4.2
65+
pytest==9.0.2
6666
# via -r lint-requirements.in
67-
pytokens==0.2.0
67+
pytokens==0.3.0
6868
# via black
6969
tomli==2.3.0
7070
# via
@@ -82,10 +82,9 @@ types-setuptools==80.9.0.20250822
8282
typing-extensions==4.15.0
8383
# via
8484
# black
85+
# cryptography
8586
# exceptiongroup
8687
# mypy
8788
# virtualenv
8889
virtualenv==20.35.4
8990
# via nox
90-
zipp==3.23.0
91-
# via importlib-metadata

test-requirements.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ attrs==25.4.0
88
# via service-identity
99
cffi==2.0.0
1010
# via cryptography
11-
coverage[toml]==7.11.0
11+
coverage[toml]==7.12.0
1212
# via -r test-requirements.in
1313
cryptography==46.0.3
1414
# via
1515
# -r test-requirements.in
1616
# pyopenssl
1717
# service-identity
18+
exceptiongroup==1.3.1
19+
# via pytest
1820
idna==3.11
1921
# via -r test-requirements.in
2022
iniconfig==2.3.0
@@ -35,9 +37,16 @@ pygments==2.19.2
3537
# via pytest
3638
pyopenssl==25.3.0
3739
# via -r test-requirements.in
38-
pytest==8.4.2
40+
pytest==9.0.2
3941
# via -r test-requirements.in
4042
service-identity==24.2.0
4143
# via -r test-requirements.in
44+
tomli==2.3.0
45+
# via
46+
# coverage
47+
# pytest
4248
typing-extensions==4.15.0
43-
# via pyopenssl
49+
# via
50+
# cryptography
51+
# exceptiongroup
52+
# pyopenssl

0 commit comments

Comments
 (0)