From 761fa8c334cb1d65c16c15c33ff0c7951b82e2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 23:36:43 +0000 Subject: [PATCH 1/2] build(deps): bump the pip-minor-patch-updates group across 5 directories with 4 updates Bumps the pip-minor-patch-updates group with 1 update in the / directory: [ruff](https://github.com/astral-sh/ruff). Bumps the pip-minor-patch-updates group with 1 update in the /notebooks/.devcontainer directory: [ipykernel](https://github.com/ipython/ipykernel). Bumps the pip-minor-patch-updates group with 1 update in the /src directory: [ipykernel](https://github.com/ipython/ipykernel). Bumps the pip-minor-patch-updates group with 1 update in the /src/common directory: [ipykernel](https://github.com/ipython/ipykernel). Bumps the pip-minor-patch-updates group with 2 updates in the /src/sample_pytorch_gpu_project/.devcontainer directory: [mlflow](https://github.com/mlflow/mlflow) and [azureml-mlflow](https://github.com/Azure/MachineLearningNotebooks). Updates `ruff` from 0.14.14 to 0.15.4 - [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.14.14...0.15.4) Updates `ipykernel` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v7.1.0...v7.2.0) Updates `ipykernel` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v7.1.0...v7.2.0) Updates `ipykernel` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v7.1.0...v7.2.0) Updates `mlflow` from 3.5.0 to 3.10.0 - [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/v3.5.0...v3.10.0) Updates `azureml-mlflow` from 1.61.0.post1 to 1.62.0 - [Release notes](https://github.com/Azure/MachineLearningNotebooks/releases) - [Commits](https://github.com/Azure/MachineLearningNotebooks/commits) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: mlflow dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: azureml-mlflow dependency-version: 1.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates ... Signed-off-by: dependabot[bot] --- notebooks/.devcontainer/requirements.txt | 2 +- requirements-dev.txt | 2 +- src/common/requirements.txt | 2 +- src/sample_pytorch_gpu_project/.devcontainer/requirements.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/notebooks/.devcontainer/requirements.txt b/notebooks/.devcontainer/requirements.txt index 4e930cc..5894ccf 100644 --- a/notebooks/.devcontainer/requirements.txt +++ b/notebooks/.devcontainer/requirements.txt @@ -1,4 +1,4 @@ # notebooks specific requirements -ipykernel==7.1.0 +ipykernel==7.2.0 nbconvert==7.17.0 nbformat==5.10.4 diff --git a/requirements-dev.txt b/requirements-dev.txt index 2ef3f4b..8ededa8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ mypy==1.19.1 pytest==9.0.2 pre-commit==4.5.1 pytest-cov==7.0.0 -ruff==0.14.14 +ruff==0.15.4 diff --git a/src/common/requirements.txt b/src/common/requirements.txt index 535ed89..29f1b1c 100644 --- a/src/common/requirements.txt +++ b/src/common/requirements.txt @@ -1,2 +1,2 @@ # libraries for common modules -ipykernel==7.1.0 +ipykernel==7.2.0 diff --git a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt index 2b8c29a..524e4e4 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.10.0 torchvision==0.25.0 # the below are used by AML, can be deleted if not using AML -mlflow==3.5.0 -azureml-mlflow==1.61.0.post1 +mlflow==3.10.0 +azureml-mlflow==1.62.0 From 37050f145ebeef859a872c1bba57cce9989f70eb Mon Sep 17 00:00:00 2001 From: Kosuke Fujimoto Date: Tue, 3 Mar 2026 15:10:26 +0900 Subject: [PATCH 2/2] Apply suggestion from @fujikosu --- src/sample_pytorch_gpu_project/.devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt index 524e4e4..3533149 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.10.0 torchvision==0.25.0 # the below are used by AML, can be deleted if not using AML -mlflow==3.10.0 +mlflow==3.9.0 azureml-mlflow==1.62.0