Skip to content

Commit b7b8a19

Browse files
Bump urllib3 from 1.26.19 to 2.5.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 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@1.26.19...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c6cedc commit b7b8a19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-docs-lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ tomli==2.2.1 \
299299
--hash=sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a \
300300
--hash=sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7
301301
# via sphinx
302-
urllib3==1.26.19 ; python_version < "3.10" \
303-
--hash=sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3 \
304-
--hash=sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429
302+
urllib3==2.5.0 ; python_version < "3.10" \
303+
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
304+
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
305305
# via
306306
# -r requirements-docs.txt
307307
# requests

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ furo==2024.08.06
33
sphinx_copybutton==0.5.1
44
sphinx-remove-toctrees==0.0.3
55
# Avoid urllib3 2.x below Python 3.10
6-
urllib3<2.0 ; python_version < "3.10"
6+
urllib3<3.0 ; python_version < "3.10"

0 commit comments

Comments
 (0)