Skip to content

Commit c4da90e

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 aws#4168
1 parent fcfc402 commit c4da90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
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)