From 4bdde07699f8f2846df89c10c13ea670511db12f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 23:24:55 +0000 Subject: [PATCH] build(deps): bump the pip-minor-patch-updates group across 2 directories with 6 updates Bumps the pip-minor-patch-updates group with 2 updates in the / directory: [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [ruff](https://github.com/astral-sh/ruff). Bumps the pip-minor-patch-updates group with 4 updates in the /src/sample_pytorch_gpu_project/.devcontainer directory: [torch](https://github.com/pytorch/pytorch), [torchvision](https://github.com/pytorch/vision), [mlflow](https://github.com/mlflow/mlflow) and [azureml-mlflow](https://github.com/Azure/MachineLearningNotebooks). Updates `pytest-cov` from 6.1.0 to 6.1.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.0...v6.1.1) Updates `ruff` from 0.11.2 to 0.11.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.11.2...0.11.8) Updates `torch` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.6.0...v2.7.0) Updates `torchvision` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.21.0...v0.22.0) Updates `mlflow` from 2.21.2 to 2.21.3 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/mlflow/mlflow/compare/v2.21.2...v2.21.3) Updates `azureml-mlflow` from 1.59.0.post1 to 1.60.0 - [Release notes](https://github.com/Azure/MachineLearningNotebooks/releases) - [Commits](https://github.com/Azure/MachineLearningNotebooks/commits) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: ruff dependency-version: 0.11.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: torchvision dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: mlflow dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: azureml-mlflow dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- .../.devcontainer/requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 04828ef..7ee4e61 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ mypy==1.15.0 pytest==8.3.5 pre-commit==4.2.0 -pytest-cov==6.1.0 -ruff==0.11.2 +pytest-cov==6.1.1 +ruff==0.11.8 diff --git a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt index 9ffcc62..ff39e67 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.6.0 -torchvision==0.21.0 +torch==2.7.0 +torchvision==0.22.0 # the below are used by AML, can be deleted if not using AML -mlflow==2.21.2 -azureml-mlflow==1.59.0.post1 +mlflow==2.21.3 +azureml-mlflow==1.60.0