From 5d972f47d06deaf5c81892d6eda5578156e0c37b Mon Sep 17 00:00:00 2001 From: Tony Kao Date: Wed, 26 Mar 2025 18:19:31 -0700 Subject: [PATCH] torchx - fix deps vulnerability for pytorch-lightning and sagemaker (#1025) Summary: upgrade torchx dependencies for pytorch-lightning and sagemaker to address vulnerability Differential Revision: D71812076 --- dev-requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index adc00cab7..987e967f0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -aiobotocore==2.12.1 +aiobotocore==2.20.0 ax-platform[mysql]==0.2.3 -boto3==1.34.51 +boto3==1.36.0 captum>=0.4.0 docker kubernetes==25.3.0 @@ -20,9 +20,9 @@ pyre-extensions pyre-check pytest pytest-cov -pytorch-lightning==2.3.1 +pytorch-lightning==2.5.0 tensorboard==2.14.0 -sagemaker==2.224.4 +sagemaker==2.230.0 torch-model-archiver>=0.4.2 torch>=2.6.0 torchmetrics==1.6.3