Skip to content

Commit 23c61db

Browse files
Bump urllib3 from 1.26.8 to 1.26.20
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.8 to 1.26.20. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.8...1.26.20) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 1.26.20 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa122de commit 23c61db

File tree

2 files changed

+10
-55
lines changed

2 files changed

+10
-55
lines changed

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ sphinxcontrib-qthelp==1.0.3
4848
# via sphinx
4949
sphinxcontrib-serializinghtml==1.1.5
5050
# via sphinx
51-
urllib3==1.26.8
51+
urllib3==1.26.20
5252
# via requests

test-requirements.txt

Lines changed: 9 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,18 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --python-version=3.10 test-requirements.in -o test-requirements.txt
3-
alabaster==1.0.0
4-
# via sphinx
53
async-generator==1.10
64
# via -r test-requirements.in
7-
babel==2.17.0
8-
# via sphinx
9-
certifi==2026.1.4
10-
# via requests
11-
charset-normalizer==3.4.4
12-
# via requests
13-
colorama==0.4.6 ; sys_platform == 'win32'
14-
# via
15-
# pytest
16-
# sphinx
175
contextlib2==21.6.0
186
# via -r test-requirements.in
19-
coverage==7.13.1
7+
coverage[toml]==7.10.7
208
# via pytest-cov
219
cssselect==1.3.0
2210
# via -r test-requirements.in
23-
docutils==0.21.2 ; python_full_version < '3.11'
24-
# via sphinx
25-
docutils==0.22.4 ; python_full_version >= '3.11'
11+
docutils==0.22.4
2612
# via sphinx
27-
exceptiongroup==1.3.1 ; python_full_version < '3.11'
13+
exceptiongroup==1.3.1
2814
# via pytest
29-
idna==3.11
30-
# via requests
31-
imagesize==1.4.1
32-
# via sphinx
33-
iniconfig==2.3.0
15+
iniconfig==2.1.0
3416
# via pytest
3517
jinja2==3.1.6
3618
# via sphinx
@@ -39,9 +21,7 @@ lxml==6.0.2
3921
markupsafe==3.0.3
4022
# via jinja2
4123
packaging==26.0
42-
# via
43-
# pytest
44-
# sphinx
24+
# via pytest
4525
pluggy==1.6.0
4626
# via
4727
# pytest
@@ -50,42 +30,17 @@ pygments==2.19.2
5030
# via
5131
# pytest
5232
# sphinx
53-
pytest==9.0.2
33+
pytest==8.4.2
5434
# via
5535
# -r test-requirements.in
5636
# pytest-cov
5737
pytest-cov==7.0.0
5838
# via -r test-requirements.in
59-
requests==2.32.5
60-
# via sphinx
61-
roman-numerals==4.1.0 ; python_full_version >= '3.11'
62-
# via sphinx
63-
snowballstemmer==3.0.1
64-
# via sphinx
65-
sphinx==8.1.3 ; python_full_version < '3.11'
66-
# via -r test-requirements.in
67-
sphinx==9.0.4 ; python_full_version == '3.11.*'
39+
sphinx==1.2.3
6840
# via -r test-requirements.in
69-
sphinx==9.1.0 ; python_full_version >= '3.12'
70-
# via -r test-requirements.in
71-
sphinxcontrib-applehelp==2.0.0
72-
# via sphinx
73-
sphinxcontrib-devhelp==2.0.0
74-
# via sphinx
75-
sphinxcontrib-htmlhelp==2.1.0
76-
# via sphinx
77-
sphinxcontrib-jsmath==1.0.1
78-
# via sphinx
79-
sphinxcontrib-qthelp==2.0.0
80-
# via sphinx
81-
sphinxcontrib-serializinghtml==2.0.0
82-
# via sphinx
83-
tomli==2.4.0 ; python_full_version <= '3.11'
41+
tomli==2.4.0
8442
# via
8543
# coverage
8644
# pytest
87-
# sphinx
88-
typing-extensions==4.15.0 ; python_full_version < '3.11'
45+
typing-extensions==4.15.0
8946
# via exceptiongroup
90-
urllib3==2.6.3
91-
# via requests

0 commit comments

Comments
 (0)