From b2e1fa36f3f91cbe93adfa085ef09f214334012b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:01:34 +0000 Subject: [PATCH] chore(deps): update dependency lightning-bolts to ^0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fb4a9e..e022c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ commitizen = "^2.27.0" [tool.poetry.group.example.dependencies] torchvision = "^0.12.0" -lightning-bolts = "^0.6.0" +lightning-bolts = "^0.7.0" [[tool.poetry.source]] name = "torch"