From ba2e1d044864d06c1f3eb7e69cfc648861888637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 23:32:41 +0000 Subject: [PATCH] build(deps): bump the pip-minor-patch-updates group across 5 directories with 4 updates Bumps the pip-minor-patch-updates group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [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 1 update in the /src/sample_pytorch_gpu_project/.devcontainer directory: [mlflow](https://github.com/mlflow/mlflow). Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.1) Updates `ruff` from 0.12.1 to 0.12.7 - [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.12.1...0.12.7) Updates `ipykernel` from 6.29.5 to 6.30.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/v6.29.5...v6.30.0) Updates `ipykernel` from 6.29.5 to 6.30.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/v6.29.5...v6.30.0) Updates `ipykernel` from 6.29.5 to 6.30.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/v6.29.5...v6.30.0) Updates `mlflow` from 3.1.1 to 3.1.4 - [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.1.1...v3.1.4) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ruff dependency-version: 0.12.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 6.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 6.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 6.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: mlflow dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates ... Signed-off-by: dependabot[bot] --- notebooks/.devcontainer/requirements.txt | 2 +- requirements-dev.txt | 4 ++-- src/common/requirements.txt | 2 +- src/sample_pytorch_gpu_project/.devcontainer/requirements.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/notebooks/.devcontainer/requirements.txt b/notebooks/.devcontainer/requirements.txt index 933e2f1..8276567 100644 --- a/notebooks/.devcontainer/requirements.txt +++ b/notebooks/.devcontainer/requirements.txt @@ -1,4 +1,4 @@ # notebooks specific requirements -ipykernel==6.29.5 +ipykernel==6.30.0 nbconvert==7.16.6 nbformat==5.10.4 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9271b21..80387af 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -mypy==1.16.1 +mypy==1.17.1 pytest==8.4.1 pre-commit==4.2.0 pytest-cov==6.2.1 -ruff==0.12.1 +ruff==0.12.7 diff --git a/src/common/requirements.txt b/src/common/requirements.txt index c7980ed..d53e0df 100644 --- a/src/common/requirements.txt +++ b/src/common/requirements.txt @@ -1,2 +1,2 @@ # libraries for common modules -ipykernel==6.29.5 +ipykernel==6.30.0 diff --git a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt index e450735..22d82fd 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.1 torchvision==0.22.1 # the below are used by AML, can be deleted if not using AML -mlflow==3.1.1 +mlflow==3.1.4 azureml-mlflow==1.60.0