Skip to content

Commit 7ef5c1c

Browse files
authored
Merge pull request #701 from python-trio/dependabot/pip/dependencies-e39c7c362f
Bump the dependencies group with 12 updates
2 parents f980499 + 5a5da4c commit 7ef5c1c

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

docs-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
alabaster==1.0.0
88
# via sphinx
9-
babel==2.17.0
9+
babel==2.18.0
1010
# via sphinx
11-
certifi==2026.1.4
11+
certifi==2026.2.25
1212
# via requests
1313
cffi==2.0.0
1414
# via cryptography
1515
charset-normalizer==3.4.4
1616
# via requests
17-
cryptography==46.0.4
17+
cryptography==46.0.5
1818
# via -r docs-requirements.in
1919
docutils==0.21.2
2020
# via sphinx

lint-requirements.txt

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ argcomplete==3.6.3
44
# via nox
55
attrs==25.4.0
66
# via nox
7-
black==25.12.0
7+
black==26.1.0
88
# via -r lint-requirements.in
99
cffi==2.0.0
1010
# via cryptography
1111
click==8.3.1
1212
# via black
1313
colorlog==6.10.1
1414
# via nox
15-
cryptography==46.0.4
15+
cryptography==46.0.5
1616
# via
1717
# -r lint-requirements.in
1818
# types-pyopenssl
@@ -22,25 +22,27 @@ distlib==0.4.0
2222
# via virtualenv
2323
exceptiongroup==1.3.1
2424
# via pytest
25-
filelock==3.20.3
26-
# via virtualenv
25+
filelock==3.24.3
26+
# via
27+
# python-discovery
28+
# virtualenv
2729
humanize==4.15.0
2830
# via nox
2931
idna==3.11
3032
# via -r lint-requirements.in
3133
iniconfig==2.3.0
3234
# via pytest
33-
isort==7.0.0
35+
isort==8.0.1
3436
# via -r lint-requirements.in
35-
librt==0.7.8
37+
librt==0.8.1
3638
# via mypy
3739
mypy==1.19.1
3840
# via -r lint-requirements.in
3941
mypy-extensions==1.1.0
4042
# via
4143
# black
4244
# mypy
43-
nox==2025.11.12
45+
nox==2026.2.9
4446
# via -r lint-requirements.in
4547
packaging==26.0
4648
# via
@@ -52,9 +54,10 @@ pathspec==1.0.4
5254
# via
5355
# black
5456
# mypy
55-
platformdirs==4.5.1
57+
platformdirs==4.9.2
5658
# via
5759
# black
60+
# python-discovery
5861
# virtualenv
5962
pluggy==1.6.0
6063
# via pytest
@@ -64,6 +67,8 @@ pygments==2.19.2
6467
# via pytest
6568
pytest==9.0.2
6669
# via -r lint-requirements.in
70+
python-discovery==1.1.0
71+
# via virtualenv
6772
pytokens==0.4.1
6873
# via black
6974
tomli==2.4.0
@@ -77,7 +82,7 @@ types-cffi==1.17.0.20250915
7782
# via types-pyopenssl
7883
types-pyopenssl==24.1.0.20240722
7984
# via -r lint-requirements.in
80-
types-setuptools==80.10.0.20260124
85+
types-setuptools==82.0.0.20260210
8186
# via types-cffi
8287
typing-extensions==4.15.0
8388
# via
@@ -86,5 +91,5 @@ typing-extensions==4.15.0
8691
# exceptiongroup
8792
# mypy
8893
# virtualenv
89-
virtualenv==20.36.1
94+
virtualenv==21.1.0
9095
# via nox

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ attrs==25.4.0
88
# via service-identity
99
cffi==2.0.0
1010
# via cryptography
11-
coverage[toml]==7.13.2
11+
coverage[toml]==7.13.4
1212
# via -r test-requirements.in
13-
cryptography==46.0.4
13+
cryptography==46.0.5
1414
# via
1515
# -r test-requirements.in
1616
# pyopenssl

0 commit comments

Comments
 (0)