We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f415733 commit c85bcddCopy full SHA for c85bcdd
src/autoconf/requirements.in
@@ -2,4 +2,4 @@ docker==7.1.0
2
kubernetes==33.1.0
3
pytz==2025.2
4
redis[hiredis]==6.2.0
5
-urllib3<2.0.0
+urllib3<3.0.0
src/autoconf/requirements.txt
@@ -347,9 +347,9 @@ six==1.17.0 \
347
# via
348
# kubernetes
349
# python-dateutil
350
-urllib3==1.26.20 \
351
- --hash=sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e \
352
- --hash=sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32
+urllib3==2.5.0 \
+ --hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
+ --hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
353
354
# -r requirements.in
355
# docker
0 commit comments