Skip to content

Commit b94373d

Browse files
author
malavhs
committed
only bump urllib3
1 parent ad42f75 commit b94373d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
Flask==2.2.5 # sagemaker-containers requires flask 1.1.1
1+
Flask==1.1.1 # sagemaker-containers requires flask 1.1.1
22
PyYAML==5.4.1
3-
Pillow==10.2.0
4-
boto3==1.28.57
5-
botocore==1.31.57
6-
cryptography==42.0.4
3+
Pillow==9.1.1
4+
boto3==1.17.52
5+
botocore==1.20.52
6+
cryptography==39.0.1
77
dask==2022.11.1
88
dask-cuda==22.12.0
9-
gunicorn==22.0.0
9+
gunicorn==19.10.0
1010
itsdangerous==2.0.1
1111
matplotlib==3.4.1
1212
multi-model-server==1.1.2
1313
numpy==1.24.1
1414
pandas==1.2.4
15-
protobuf==3.20.2
15+
protobuf==3.20.1
1616
psutil==5.6.7 # sagemaker-containers requires psutil 5.6.7
1717
pynvml==11.4.1
1818
python-dateutil==2.8.1
1919
retrying==1.3.3
2020
requests==2.29.0
21-
sagemaker-training==4.7.4
22-
sagemaker-inference==1.10.1
23-
scikit-learn==1.2.1
21+
sagemaker-containers==2.8.6.post2
22+
sagemaker-inference==1.5.5
23+
scikit-learn==0.24.1
2424
scipy==1.8.0
25-
urllib3==2.2.3
26-
wheel==0.38.1
27-
jinja2==3.1.4
25+
urllib3==1.26.17
26+
wheel==0.36.2
27+
jinja2==2.11.3
2828
MarkupSafe==1.1.1
29-
Werkzeug==3.0.3
29+
Werkzeug==0.15.6
3030
certifi==2023.7.22
3131
gevent==23.9.1
3232
numba==0.58.1

0 commit comments

Comments
 (0)