Skip to content

Bump the pip group across 11 directories with 6 updates #4656

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker==4.2.0
pyfiglet==0.8.post1
reprint==0.5.2
ruamel.yaml==0.18.10
black==23.3.0
black==24.3.0
junit-xml==1.9
toml==0.10.2
retrying
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protobuf>=3.20,<3.21
sagemaker>=2.187,<3
coverage
flake8==3.7.7
Flask==1.1.1
Flask==2.2.5
mock
pytest
pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion test/sagemaker_tests/autogluon/training/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protobuf>=3.20,<3.21
sagemaker>=2.187,<3
coverage
flake8==3.7.7
Flask==1.1.1
Flask==2.2.5
mock
pytest
pytest-cov
Expand Down
6 changes: 3 additions & 3 deletions test/sagemaker_tests/huggingface/inference/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coverage
docker<=6.1.3
docker-compose
flake8==3.7.7
Flask==1.1.1
Flask==2.2.5
mock
pytest
pytest-cov
Expand All @@ -14,11 +14,11 @@ PyYAML
protobuf>=3.20,<=3.20.2
sagemaker>=2,<3
six
requests<2.32.0
requests<2.33.0
requests_mock
Pillow
retrying==1.3.3
urllib3==1.26.0
urllib3==1.26.19
pluggy==0.13.1
requests_mock
sagemaker-inference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ coverage
docker==6.1.3
docker-compose
flake8==3.7.7
Flask==1.1.1
Flask==2.2.5
mock
pytest
pytest-cov
pytest-rerunfailures
pytest-xdist
requests==2.31.0
requests==2.32.2
pluggy<1,>=0.3.0
requests_mock
fabric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python-dateutil>=2.1,<2.8.1
requests-mock
# test pipemode fails for 2.x containers with module 'tensorflow' has no attribute 'train'
# without the below package
tensorflow==2.11.1
tensorflow==2.12.1
fabric
invoke
retrying==1.3.3
Expand Down
2 changes: 1 addition & 1 deletion test/sagemaker_tests/mxnet/training/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest==5.3.5
pytest-cov
pytest-rerunfailures==9.0
pytest-xdist
requests==2.25.1
requests==2.32.2
urllib3>=1.26.6
mock
sagemaker
Expand Down
4 changes: 2 additions & 2 deletions test/sagemaker_tests/pytorch/inference/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coverage
# Docker v7.0.0 breaks compatibility with Docker Compose v1 (SageMaker Local)
docker<=6.1.3
docker-compose
Flask==1.1.1
Flask==2.2.5
fabric
flake8==3.7.7
gitpython
Expand All @@ -17,7 +17,7 @@ pytest<8.1
pytest-cov
pytest-rerunfailures
pytest-xdist
requests<2.32.0
requests<2.33.0
requests_mock
retrying==1.3.3
sagemaker>=2,<3
Expand Down
2 changes: 1 addition & 1 deletion test/sagemaker_tests/pytorch/training/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ protobuf
sagemaker>=2.180.0
coverage
flake8==3.7.7
Flask==1.1.1
Flask==2.2.5
mock==2.0.0
# Preserve pytest caching behavior in earlier versions
pytest<8.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ datasets
numpy
scipy
torchnet
transformers==4.21.0
transformers==4.48.0
smdebug
humanize
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pytest==5.3.5
pytest-cov
pytest-rerunfailures==9.0
pytest-xdist
requests==2.24
requests==2.32.2
mock
sagemaker>=2,<3
docker-compose
Expand Down