Skip to content

Commit d834a97

Browse files
authored
fix: Relax the version constraint for urllib
Use the version which is not vulnerable to CVE-2023-43804
1 parent 5561df1 commit d834a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
boto3~=1.9.246
22
kubernetes~=10.0.1
33
python-dotenv~=0.10.2
4-
urllib3<1.26
4+
urllib3=~1.26.17

0 commit comments

Comments
 (0)