diff --git a/requirements-dev.txt b/requirements-dev.txt index 4c4005d..9271b21 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -mypy==1.16.0 -pytest==8.3.5 +mypy==1.16.1 +pytest==8.4.1 pre-commit==4.2.0 -pytest-cov==6.1.1 -ruff==0.11.12 +pytest-cov==6.2.1 +ruff==0.12.1 diff --git a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt index f9c57ae..e450735 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.7.0 -torchvision==0.22.0 +torch==2.7.1 +torchvision==0.22.1 # the below are used by AML, can be deleted if not using AML -mlflow==3.1.0 +mlflow==3.1.1 azureml-mlflow==1.60.0