From 58df87dc6c01e9293c40b3ba03f78ea73693d82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:19:31 +0000 Subject: [PATCH] Bump the requirements-txt group across 2 directories with 3 updates Bumps the requirements-txt group with 3 updates in the /demo-notebooks/guided-demos directory: [pytorch-lightning](https://github.com/Lightning-AI/lightning), [torchmetrics](https://github.com/Lightning-AI/torchmetrics) and [torchvision](https://github.com/pytorch/vision). Bumps the requirements-txt group with 3 updates in the /tests/e2e directory: [pytorch-lightning](https://github.com/Lightning-AI/lightning), [torchmetrics](https://github.com/Lightning-AI/torchmetrics) and [torchvision](https://github.com/pytorch/vision). Updates `pytorch-lightning` from 1.9.5 to 2.4.0 - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/1.9.5...2.4.0) Updates `torchmetrics` from 0.9.1 to 1.4.3 - [Release notes](https://github.com/Lightning-AI/torchmetrics/releases) - [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md) - [Commits](https://github.com/Lightning-AI/torchmetrics/compare/v0.9.1...v1.4.3) Updates `torchvision` from 0.12.0 to 0.19.1 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.12.0...v0.19.1) Updates `pytorch-lightning` from 1.9.5 to 2.4.0 - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/1.9.5...2.4.0) Updates `torchmetrics` from 0.9.1 to 1.4.3 - [Release notes](https://github.com/Lightning-AI/torchmetrics/releases) - [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md) - [Commits](https://github.com/Lightning-AI/torchmetrics/compare/v0.9.1...v1.4.3) Updates `torchvision` from 0.19.0 to 0.19.1 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.12.0...v0.19.1) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-major dependency-group: requirements-txt - dependency-name: torchmetrics dependency-type: direct:production update-type: version-update:semver-major dependency-group: requirements-txt - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-minor dependency-group: requirements-txt - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-major dependency-group: requirements-txt - dependency-name: torchmetrics dependency-type: direct:production update-type: version-update:semver-major dependency-group: requirements-txt - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch dependency-group: requirements-txt ... Signed-off-by: dependabot[bot] --- .../guided-demos/notebook-ex-outputs/requirements.txt | 6 +++--- demo-notebooks/guided-demos/preview_nbs/requirements.txt | 6 +++--- demo-notebooks/guided-demos/requirements.txt | 6 +++--- tests/e2e/mnist_pip_requirements.txt | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/demo-notebooks/guided-demos/notebook-ex-outputs/requirements.txt b/demo-notebooks/guided-demos/notebook-ex-outputs/requirements.txt index e77d612b1..92ff0da50 100644 --- a/demo-notebooks/guided-demos/notebook-ex-outputs/requirements.txt +++ b/demo-notebooks/guided-demos/notebook-ex-outputs/requirements.txt @@ -1,4 +1,4 @@ -pytorch_lightning==1.9.5 +pytorch_lightning==2.4.0 ray_lightning -torchmetrics==0.9.1 -torchvision==0.12.0 +torchmetrics==1.4.3 +torchvision==0.19.1 diff --git a/demo-notebooks/guided-demos/preview_nbs/requirements.txt b/demo-notebooks/guided-demos/preview_nbs/requirements.txt index e77d612b1..92ff0da50 100644 --- a/demo-notebooks/guided-demos/preview_nbs/requirements.txt +++ b/demo-notebooks/guided-demos/preview_nbs/requirements.txt @@ -1,4 +1,4 @@ -pytorch_lightning==1.9.5 +pytorch_lightning==2.4.0 ray_lightning -torchmetrics==0.9.1 -torchvision==0.12.0 +torchmetrics==1.4.3 +torchvision==0.19.1 diff --git a/demo-notebooks/guided-demos/requirements.txt b/demo-notebooks/guided-demos/requirements.txt index af1bb36b0..92ff0da50 100644 --- a/demo-notebooks/guided-demos/requirements.txt +++ b/demo-notebooks/guided-demos/requirements.txt @@ -1,4 +1,4 @@ -pytorch_lightning==2.2.5 +pytorch_lightning==2.4.0 ray_lightning -torchmetrics==1.4.0 -torchvision==0.18.0 +torchmetrics==1.4.3 +torchvision==0.19.1 diff --git a/tests/e2e/mnist_pip_requirements.txt b/tests/e2e/mnist_pip_requirements.txt index 05ed58168..b012f0ebf 100644 --- a/tests/e2e/mnist_pip_requirements.txt +++ b/tests/e2e/mnist_pip_requirements.txt @@ -1,4 +1,4 @@ -pytorch_lightning==1.9.5 -torchmetrics==0.9.1 -torchvision==0.19.0 +pytorch_lightning==2.4.0 +torchmetrics==1.4.3 +torchvision==0.19.1 minio