From b1c4a165c36f193d754da6f82e0e7633197577ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:04:55 +0000 Subject: [PATCH] Bump pytorch-lightning from 1.7.6 to 1.9.3 in /requirements Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.7.6 to 1.9.3. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/1.7.6...1.9.3) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/required.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/required.txt b/requirements/required.txt index e74e2f48879..73b4d7054ba 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -11,7 +11,7 @@ omegaconf==2.2.3 packaging==21.3 pillow==9.2.0 pyproj==3.4.0;python_version>='3.8' -pytorch-lightning==1.7.6 +pytorch-lightning==1.9.3 rasterio==1.3.2;python_version>='3.8' rtree==1.0.0 scikit-learn==1.1.2;python_version>='3.8'