Skip to content

Commit 000566f

Browse files
deps/common/gen: bump urllib3 from 1.26.20 to 2.5.0 in /src/common/gen
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] <[email protected]>
1 parent 664786e commit 000566f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/common/gen/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ passlib==1.7.4
33
pytz==2025.2
44
redis[hiredis]==6.2.0
55
requests==2.32.4
6-
urllib3<2.0.0
6+
urllib3<3.0.0

src/common/gen/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ requests==2.32.4 \
304304
--hash=sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c \
305305
--hash=sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422
306306
# via -r requirements.in
307-
urllib3==1.26.20 \
308-
--hash=sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e \
309-
--hash=sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32
307+
urllib3==2.5.0 \
308+
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
309+
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
310310
# via
311311
# -r requirements.in
312312
# requests

0 commit comments

Comments
 (0)