Skip to content

Commit 89b5112

Browse files
authored
Merge pull request #675 from python-trio/dependabot/pip/dependencies-9c23d033a3
Bump the dependencies group with 9 updates
2 parents 789e36f + 9174470 commit 89b5112

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ python:
1414

1515
sphinx:
1616
fail_on_warning: true
17+
configuration: docs/source/conf.py

docs-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ alabaster==1.0.0
88
# via sphinx
99
babel==2.16.0
1010
# via sphinx
11-
certifi==2024.12.14
11+
certifi==2025.1.31
1212
# via requests
1313
cffi==1.17.1
1414
# via cryptography
@@ -32,7 +32,7 @@ packaging==24.2
3232
# via sphinx
3333
pycparser==2.22
3434
# via cffi
35-
pygments==2.18.0
35+
pygments==2.19.1
3636
# via sphinx
3737
requests==2.32.3
3838
# via sphinx

lint-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --universal lint-requirements.in
33
argcomplete==3.5.3
44
# via nox
5-
black==24.10.0
5+
black==25.1.0
66
# via -r lint-requirements.in
77
cffi==1.17.1
88
# via cryptography
@@ -16,13 +16,13 @@ cryptography==44.0.0
1616
# types-pyopenssl
1717
distlib==0.3.9
1818
# via virtualenv
19-
filelock==3.16.1
19+
filelock==3.17.0
2020
# via virtualenv
2121
idna==3.10
2222
# via -r lint-requirements.in
2323
iniconfig==2.0.0
2424
# via pytest
25-
isort==5.13.2
25+
isort==6.0.0
2626
# via -r lint-requirements.in
2727
mypy==1.14.1
2828
# via -r lint-requirements.in
@@ -53,9 +53,9 @@ types-cffi==1.16.0.20241221
5353
# via types-pyopenssl
5454
types-pyopenssl==24.1.0.20240722
5555
# via -r lint-requirements.in
56-
types-setuptools==75.6.0.20241223
56+
types-setuptools==75.8.0.20250110
5757
# via types-cffi
5858
typing-extensions==4.12.2
5959
# via mypy
60-
virtualenv==20.28.0
60+
virtualenv==20.29.1
6161
# via nox

test-requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --resolver=backtracking test-requirements.in
66
#
7-
attrs==24.3.0
7+
attrs==25.1.0
88
# via service-identity
99
cffi==1.17.1
1010
# via cryptography
@@ -31,9 +31,11 @@ pyasn1-modules==0.4.1
3131
# via service-identity
3232
pycparser==2.22
3333
# via cffi
34-
pyopenssl==24.3.0
34+
pyopenssl==25.0.0
3535
# via -r test-requirements.in
3636
pytest==8.3.4
3737
# via -r test-requirements.in
3838
service-identity==24.2.0
3939
# via -r test-requirements.in
40+
typing-extensions==4.12.2
41+
# via pyopenssl

0 commit comments

Comments
 (0)