From e2e82df3121b3cc8ff9ecd761d932ec6a44de764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:00:02 +0000 Subject: [PATCH] build(deps): bump the pip-minor-patch-updates group across 5 directories with 5 updates Bumps the pip-minor-patch-updates group with 2 updates in the / directory: [pre-commit](https://github.com/pre-commit/pre-commit) 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 2 updates in the /src/sample_pytorch_gpu_project/.devcontainer directory: [torch](https://github.com/pytorch/pytorch) and [torchvision](https://github.com/pytorch/vision). Updates `pre-commit` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.3.0) Updates `ruff` from 0.12.7 to 0.12.11 - [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.7...0.12.11) Updates `ipykernel` from 6.30.0 to 6.30.1 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/v6.30.1/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.30.0...v6.30.1) Updates `ipykernel` from 6.30.0 to 6.30.1 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/v6.30.1/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.30.0...v6.30.1) Updates `ipykernel` from 6.30.0 to 6.30.1 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/v6.30.1/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.30.0...v6.30.1) Updates `torch` from 2.7.1 to 2.8.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.7.1...v2.8.0) Updates `torchvision` from 0.22.1 to 0.23.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.22.1...0.23.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: ruff dependency-version: 0.12.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 6.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 6.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: ipykernel dependency-version: 6.30.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch-updates - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch-updates - dependency-name: torchvision dependency-version: 0.23.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 | 4 ++-- src/common/requirements.txt | 2 +- src/sample_pytorch_gpu_project/.devcontainer/requirements.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/notebooks/.devcontainer/requirements.txt b/notebooks/.devcontainer/requirements.txt index 8276567..9abe3c2 100644 --- a/notebooks/.devcontainer/requirements.txt +++ b/notebooks/.devcontainer/requirements.txt @@ -1,4 +1,4 @@ # notebooks specific requirements -ipykernel==6.30.0 +ipykernel==6.30.1 nbconvert==7.16.6 nbformat==5.10.4 diff --git a/requirements-dev.txt b/requirements-dev.txt index 80387af..5c825d8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ mypy==1.17.1 pytest==8.4.1 -pre-commit==4.2.0 +pre-commit==4.3.0 pytest-cov==6.2.1 -ruff==0.12.7 +ruff==0.12.11 diff --git a/src/common/requirements.txt b/src/common/requirements.txt index d53e0df..d12c766 100644 --- a/src/common/requirements.txt +++ b/src/common/requirements.txt @@ -1,2 +1,2 @@ # libraries for common modules -ipykernel==6.30.0 +ipykernel==6.30.1 diff --git a/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt b/src/sample_pytorch_gpu_project/.devcontainer/requirements.txt index 22d82fd..dda3760 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 +torch==2.8.0 +torchvision==0.23.0 # the below are used by AML, can be deleted if not using AML mlflow==3.1.4 azureml-mlflow==1.60.0