From 45b4b01a01da513c9d04a6c4052cb065dcbc9361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:05:48 +0000 Subject: [PATCH] Bump lightning from 2.0.2 to 2.1.2 Bumps [lightning](https://github.com/Lightning-AI/lightning) from 2.0.2 to 2.1.2. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/2.0.2...2.1.2) --- updated-dependencies: - dependency-name: lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e466596..47a7a1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -lightning==2.0.2 +lightning==2.1.2 sqlmodel==0.0.11 pydantic==1.10.4 uvicorn==0.24.0.post1