From 5dfa51429315238a293259c5691d759f9802d87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 04:04:06 +0000 Subject: [PATCH 1/2] Bump lightning-bolts from 0.3.3 to 0.5.0 Bumps [lightning-bolts](https://github.com/PyTorchLightning/lightning-bolts) from 0.3.3 to 0.5.0. - [Release notes](https://github.com/PyTorchLightning/lightning-bolts/releases) - [Changelog](https://github.com/PyTorchLightning/lightning-bolts/blob/master/CHANGELOG.md) - [Commits](https://github.com/PyTorchLightning/lightning-bolts/compare/0.3.3...0.5.0) --- updated-dependencies: - dependency-name: lightning-bolts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 493dc4a6..a6ddf4ab 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,7 +5,7 @@ flake8-quotes yapf==0.23.0 pytest pytorch-lightning==1.4.7 -lightning-bolts==0.3.3 +lightning-bolts==0.5.0 ray[tune] torch==1.8.1 torchvision From f700c73141f7a9e882324201af61416301464f64 Mon Sep 17 00:00:00 2001 From: Amog Kamsetty Date: Tue, 18 Jan 2022 21:07:53 -0800 Subject: [PATCH 2/2] Update requirements-test.txt --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index a6ddf4ab..2763d5cd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -7,5 +7,5 @@ pytest pytorch-lightning==1.4.7 lightning-bolts==0.5.0 ray[tune] -torch==1.8.1 +torch==1.9.0 torchvision