Skip to content

Commit c85bcdd

Browse files
deps/autoconf: bump urllib3 from 1.26.20 to 2.5.0 in /src/autoconf
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 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.20...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f415733 commit c85bcdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/autoconf/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ docker==7.1.0
22
kubernetes==33.1.0
33
pytz==2025.2
44
redis[hiredis]==6.2.0
5-
urllib3<2.0.0
5+
urllib3<3.0.0

src/autoconf/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ six==1.17.0 \
347347
# via
348348
# kubernetes
349349
# python-dateutil
350-
urllib3==1.26.20 \
351-
--hash=sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e \
352-
--hash=sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32
350+
urllib3==2.5.0 \
351+
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
352+
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
353353
# via
354354
# -r requirements.in
355355
# docker

0 commit comments

Comments
 (0)