Skip to content

Commit e9a38f8

Browse files
chore(deps): bump urllib3 from 2.2.2 to 2.5.0 in /docs (#428)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00f1c04 commit e9a38f8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ idna==3.7
1818
# via requests
1919
imagesize==1.4.1
2020
# via sphinx
21+
importlib-metadata==8.7.0
22+
# via sphinx
2123
jinja2==3.1.5
2224
# via sphinx
2325
markupsafe==2.1.5
@@ -53,5 +55,9 @@ sphinxcontrib-qthelp==1.0.8
5355
# via sphinx
5456
sphinxcontrib-serializinghtml==1.1.10
5557
# via sphinx
56-
urllib3==2.2.2
58+
tomli==2.2.1
59+
# via sphinx
60+
urllib3==2.5.0
5761
# via requests
62+
zipp==3.23.0
63+
# via importlib-metadata

0 commit comments

Comments
 (0)