Skip to content

Commit a04dc77

Browse files
authored
torchx - fix deps vulnerability for pytorch-lightning and sagemaker
Differential Revision: D71812076 Pull Request resolved: #1025
1 parent 01f987d commit a04dc77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aiobotocore==2.12.1
1+
aiobotocore==2.20.0
22
ax-platform[mysql]==0.2.3
3-
boto3==1.34.51
3+
boto3==1.36.0
44
captum>=0.4.0
55
docker
66
kubernetes==25.3.0
@@ -20,9 +20,9 @@ pyre-extensions
2020
pyre-check
2121
pytest
2222
pytest-cov
23-
pytorch-lightning==2.3.1
23+
pytorch-lightning==2.5.0
2424
tensorboard==2.14.0
25-
sagemaker==2.224.4
25+
sagemaker==2.230.0
2626
torch-model-archiver>=0.4.2
2727
torch>=2.6.0
2828
torchmetrics==1.6.3

0 commit comments

Comments
 (0)