Skip to content

Commit a967af9

Browse files
committed
fix: relax upper bound on urllib in local mode requirements
Allows users to upgrade addressing CVE-2023-43804 and CVE-2023-45803 Docker python 6.1 now supports urllib 2+ https://github.com/docker/docker-py/releases/tag/6.1.0 closes #4168
1 parent 4befd93 commit a967af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
urllib3>=1.26.8,<1.26.15
1+
urllib3>=1.26.8,<3.0.0
22
docker>=5.0.2,<7.0.0
33
PyYAML>=5.4.1,<7

0 commit comments

Comments
 (0)