Skip to content

Commit 5cb3a71

Browse files
authored
Merge pull request #685 from python-trio/dependabot/pip/dependencies-d73b77d7d5
2 parents 3df28f1 + 219e878 commit 5cb3a71

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs-requirements.txt

Lines changed: 2 additions & 2 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.6.15
11+
certifi==2025.7.14
1212
# via requests
1313
cffi==1.17.1
1414
# via cryptography
1515
charset-normalizer==3.4.2
1616
# via requests
17-
cryptography==45.0.4
17+
cryptography==45.0.5
1818
# via -r docs-requirements.in
1919
docutils==0.21.2
2020
# via sphinx

lint-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ click==8.1.8
1212
# via black
1313
colorlog==6.9.0
1414
# via nox
15-
cryptography==45.0.4
15+
cryptography==45.0.5
1616
# via
1717
# -r lint-requirements.in
1818
# types-pyopenssl
1919
dependency-groups==1.3.1
2020
# via nox
21-
distlib==0.3.9
21+
distlib==0.4.0
2222
# via virtualenv
2323
exceptiongroup==1.3.0
2424
# via pytest
@@ -30,7 +30,7 @@ iniconfig==2.1.0
3030
# via pytest
3131
isort==6.0.1
3232
# via -r lint-requirements.in
33-
mypy==1.16.1
33+
mypy==1.17.1
3434
# via -r lint-requirements.in
3535
mypy-extensions==1.1.0
3636
# via
@@ -73,10 +73,10 @@ types-pyopenssl==24.1.0.20240722
7373
# via -r lint-requirements.in
7474
types-setuptools==80.9.0.20250529
7575
# via types-cffi
76-
typing-extensions==4.14.0
76+
typing-extensions==4.14.1
7777
# via
7878
# black
7979
# exceptiongroup
8080
# mypy
81-
virtualenv==20.31.2
81+
virtualenv==20.32.0
8282
# via nox

test-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ attrs==25.3.0
88
# via service-identity
99
cffi==1.17.1
1010
# via cryptography
11-
coverage[toml]==7.9.1
11+
coverage[toml]==7.10.1
1212
# via -r test-requirements.in
13-
cryptography==45.0.4
13+
cryptography==45.0.5
1414
# via
1515
# -r test-requirements.in
1616
# pyopenssl
@@ -45,7 +45,7 @@ tomli==2.2.1
4545
# via
4646
# coverage
4747
# pytest
48-
typing-extensions==4.14.0
48+
typing-extensions==4.14.1
4949
# via
5050
# exceptiongroup
5151
# pyopenssl

0 commit comments

Comments
 (0)