Skip to content

Commit 4a77d1d

Browse files
authored
Bump requirements versions to fix security vulnerabilities (#182)
1 parent 705469e commit 4a77d1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Flask==1.1.1 # sagemaker-containers requires flask 1.1.1
2-
PyYAML<4.3
2+
PyYAML==5.4.1
33
boto3==1.10.14
44
botocore==1.13.14
55
gunicorn<20.0.0
6+
cryptography==3.4.6
67
matplotlib==3.3.2
78
multi-model-server==1.1.1
89
numpy==1.19.2
@@ -16,5 +17,5 @@ sagemaker-inference==1.2.0
1617
scikit-learn==0.23.2
1718
scipy==1.2.2
1819
smdebug==0.4.13
19-
urllib3<1.25
20+
urllib3==1.25.9
2021
wheel

0 commit comments

Comments
 (0)