diff --git a/requirements-dev.txt b/requirements-dev.txt index 214f33f..b9741d2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -mypy==1.18.2 +mypy==1.19.0 pytest==9.0.1 -pre-commit==4.3.0 +pre-commit==4.5.0 pytest-cov==7.0.0 -ruff==0.14.3 +ruff==0.14.8 diff --git a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt index 1706179..129bfc1 100644 --- a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt +++ b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt @@ -1,5 +1,5 @@ -torch==2.9.0 -torchvision==0.24.0 +torch==2.9.1 +torchvision==0.24.1 # the below are used by AML, can be deleted if not using AML -mlflow==3.5.1 -azureml-mlflow==1.60.0 +mlflow==3.6.0 +azureml-mlflow==1.61.0