Skip to content

Commit

Permalink
only bump urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
malavhs committed Oct 30, 2024
1 parent ad42f75 commit 08f5f31
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
Flask==2.2.5 # sagemaker-containers requires flask 1.1.1
Flask==1.1.1 # sagemaker-containers requires flask 1.1.1
PyYAML==5.4.1
Pillow==10.2.0
boto3==1.28.57
botocore==1.31.57
cryptography==42.0.4
Pillow==9.1.1
boto3==1.17.52
botocore==1.20.52
cryptography==39.0.1
dask==2022.11.1
dask-cuda==22.12.0
gunicorn==22.0.0
gunicorn==19.10.0
itsdangerous==2.0.1
matplotlib==3.4.1
multi-model-server==1.1.2
numpy==1.24.1
pandas==1.2.4
protobuf==3.20.2
protobuf==3.20.1
psutil==5.6.7 # sagemaker-containers requires psutil 5.6.7
pynvml==11.4.1
python-dateutil==2.8.1
retrying==1.3.3
requests==2.29.0
sagemaker-training==4.7.4
sagemaker-inference==1.10.1
scikit-learn==1.2.1
sagemaker-containers==2.8.6.post2
sagemaker-inference==1.5.5
scikit-learn==0.24.1
scipy==1.8.0
urllib3==2.2.3
wheel==0.38.1
jinja2==3.1.4
urllib3==1.26.17
wheel==0.36.2
jinja2==2.11.3
MarkupSafe==1.1.1
Werkzeug==3.0.3
Werkzeug==0.15.6
certifi==2023.7.22
gevent==23.9.1
numba==0.58.1
2 changes: 1 addition & 1 deletion test/resources/versions/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
scikit-learn==0.24.1
scipy==1.8.0
smdebug==1.0.29
urllib3==1.26.5
urllib3==1.26.17
wheel==0.36.2
jinja2==2.11.3
MarkupSafe==1.1.1
Expand Down

0 comments on commit 08f5f31

Please sign in to comment.