From 5f6b711c0d2a5e1a9f5ffda5c07b12e2cd322b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 17:59:53 +0000 Subject: [PATCH] Bump lightning-bolts from 0.3.3 to 0.4.0 Bumps [lightning-bolts](https://github.com/PyTorchLightning/lightning-bolts) from 0.3.3 to 0.4.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.4.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..7857a84d 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.4.0 ray[tune] torch==1.8.1 torchvision