Skip to content

Commit e197df2

Browse files
Bump idna from 3.6 to 3.7 in /requirements
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a91dc8f commit e197df2

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

requirements/doc-spelling.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --allow-unsafe --output-file=requirements/doc-spelling.txt --strip-extras requirements/doc-spelling.in
66
#
77
aiohttp-theme==0.1.7
8-
# via -r requirements/doc.in
8+
# via -r doc.in
99
alabaster==1.0.0
1010
# via sphinx
1111
babel==2.16.0
@@ -18,7 +18,7 @@ click==8.1.8
1818
# via towncrier
1919
docutils==0.21.2
2020
# via sphinx
21-
idna==3.6
21+
idna==3.7
2222
# via requests
2323
imagesize==1.4.1
2424
# via sphinx
@@ -44,7 +44,7 @@ snowballstemmer==2.2.0
4444
# via sphinx
4545
sphinx==8.1.3
4646
# via
47-
# -r requirements/doc.in
47+
# -r doc.in
4848
# sphinxcontrib-spelling
4949
# sphinxcontrib-towncrier
5050
sphinxcontrib-applehelp==2.0.0
@@ -60,17 +60,17 @@ sphinxcontrib-qthelp==2.0.0
6060
sphinxcontrib-serializinghtml==2.0.0
6161
# via sphinx
6262
sphinxcontrib-spelling==8.0.1 ; platform_system != "Windows"
63-
# via -r requirements/doc-spelling.in
63+
# via -r doc-spelling.in
6464
sphinxcontrib-towncrier==0.4.0a0
65-
# via -r requirements/doc.in
65+
# via -r doc.in
6666
tomli==2.2.1
6767
# via
6868
# incremental
6969
# sphinx
7070
# towncrier
7171
towncrier==23.11.0
7272
# via
73-
# -r requirements/doc.in
73+
# -r doc.in
7474
# sphinxcontrib-towncrier
7575
urllib3==2.3.0
7676
# via requests

requirements/doc.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --allow-unsafe --output-file=requirements/doc.txt --resolver=backtracking --strip-extras requirements/doc.in
66
#
77
aiohttp-theme==0.1.7
8-
# via -r requirements/doc.in
8+
# via -r doc.in
99
alabaster==1.0.0
1010
# via sphinx
1111
babel==2.16.0
@@ -18,7 +18,7 @@ click==8.1.8
1818
# via towncrier
1919
docutils==0.21.2
2020
# via sphinx
21-
idna==3.6
21+
idna==3.7
2222
# via requests
2323
imagesize==1.4.1
2424
# via sphinx
@@ -40,7 +40,7 @@ snowballstemmer==2.2.0
4040
# via sphinx
4141
sphinx==8.1.3
4242
# via
43-
# -r requirements/doc.in
43+
# -r doc.in
4444
# sphinxcontrib-towncrier
4545
sphinxcontrib-applehelp==2.0.0
4646
# via sphinx
@@ -55,15 +55,15 @@ sphinxcontrib-qthelp==2.0.0
5555
sphinxcontrib-serializinghtml==2.0.0
5656
# via sphinx
5757
sphinxcontrib-towncrier==0.4.0a0
58-
# via -r requirements/doc.in
58+
# via -r doc.in
5959
tomli==2.2.1
6060
# via
6161
# incremental
6262
# sphinx
6363
# towncrier
6464
towncrier==23.11.0
6565
# via
66-
# -r requirements/doc.in
66+
# -r doc.in
6767
# sphinxcontrib-towncrier
6868
urllib3==2.3.0
6969
# via requests

requirements/lint.txt

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --allow-unsafe --output-file=requirements/lint.txt --strip-extras requirements/lint.in
66
#
77
aiodns==3.2.0
8-
# via -r requirements/lint.in
8+
# via -r lint.in
99
annotated-types==0.7.0
1010
# via pydantic
1111
async-timeout==5.0.1
@@ -28,7 +28,7 @@ exceptiongroup==1.2.2
2828
filelock==3.16.1
2929
# via virtualenv
3030
freezegun==1.5.1
31-
# via -r requirements/lint.in
31+
# via -r lint.in
3232
identify==2.6.5
3333
# via pre-commit
3434
idna==3.7
@@ -40,7 +40,7 @@ markdown-it-py==3.0.0
4040
mdurl==0.1.2
4141
# via markdown-it-py
4242
mypy==1.14.1 ; implementation_name == "cpython"
43-
# via -r requirements/lint.in
43+
# via -r lint.in
4444
mypy-extensions==1.0.0
4545
# via mypy
4646
nodeenv==1.9.1
@@ -52,9 +52,9 @@ platformdirs==4.3.6
5252
pluggy==1.5.0
5353
# via pytest
5454
pre-commit==4.0.1
55-
# via -r requirements/lint.in
55+
# via -r lint.in
5656
proxy-py==2.4.9
57-
# via -r requirements/lint.in
57+
# via -r lint.in
5858
pycares==4.5.0
5959
# via aiodns
6060
pycparser==2.22
@@ -67,32 +67,32 @@ pygments==2.19.1
6767
# via rich
6868
pytest==8.1.1
6969
# via
70-
# -r requirements/lint.in
70+
# -r lint.in
7171
# pytest-codspeed
7272
# pytest-mock
7373
pytest-codspeed==3.1.1
74-
# via -r requirements/lint.in
74+
# via -r lint.in
7575
pytest-mock==3.14.0
76-
# via -r requirements/lint.in
76+
# via -r lint.in
7777
python-dateutil==2.9.0.post0
7878
# via freezegun
7979
python-on-whales==0.74.0
80-
# via -r requirements/lint.in
80+
# via -r lint.in
8181
pyyaml==6.0.2
8282
# via pre-commit
8383
rich==13.9.4
8484
# via pytest-codspeed
8585
six==1.17.0
8686
# via python-dateutil
8787
slotscheck==0.19.1
88-
# via -r requirements/lint.in
88+
# via -r lint.in
8989
tomli==2.2.1
9090
# via
9191
# mypy
9292
# pytest
9393
# slotscheck
9494
trustme==1.2.1
95-
# via -r requirements/lint.in
95+
# via -r lint.in
9696
typing-extensions==4.12.2
9797
# via
9898
# mypy
@@ -101,8 +101,8 @@ typing-extensions==4.12.2
101101
# python-on-whales
102102
# rich
103103
uvloop==0.21.0 ; platform_system != "Windows"
104-
# via -r requirements/lint.in
104+
# via -r lint.in
105105
valkey==6.0.2
106-
# via -r requirements/lint.in
106+
# via -r lint.in
107107
virtualenv==20.28.1
108108
# via pre-commit

0 commit comments

Comments
 (0)