From 593dbf7d4e24de7408ff3298fb3a423fd46b0f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:46:40 +0000 Subject: [PATCH 1/2] build(deps): bump pytorch-lightning from 2.0.9 to 2.1.0 Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 2.0.9 to 2.1.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/2.0.9...2.1.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/pytorch-lightning.txt | 2 +- requirements/typing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/pytorch-lightning.txt b/requirements/pytorch-lightning.txt index 32a0275..60c5952 100644 --- a/requirements/pytorch-lightning.txt +++ b/requirements/pytorch-lightning.txt @@ -1,4 +1,4 @@ # this sets the requirements contains if you go with main lightning # in 2.0.7 we have removed pytorch_lightning.overrides.base._LightningPrecisionModuleWrapperBase -pytorch-lightning >=2.0.0, <=2.0.6 +pytorch-lightning >=2.0.0, <=2.1.0 diff --git a/requirements/typing.txt b/requirements/typing.txt index b6cc335..9ccd3ec 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,2 +1,2 @@ mypy ==1.6.1 -pytorch-lightning ==2.0.9 +pytorch-lightning ==2.1.0 From 7bbb6ee65331515e8c577f89c8963f11fc65e346 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:48:17 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- requirements/pytorch-lightning.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch-lightning.txt b/requirements/pytorch-lightning.txt index 60c5952..7fcd58e 100644 --- a/requirements/pytorch-lightning.txt +++ b/requirements/pytorch-lightning.txt @@ -1,4 +1,4 @@ # this sets the requirements contains if you go with main lightning # in 2.0.7 we have removed pytorch_lightning.overrides.base._LightningPrecisionModuleWrapperBase -pytorch-lightning >=2.0.0, <=2.1.0 +pytorch-lightning >=2.0.0, <2.2.0