From 71fb25eeb1bfd4379b5fc6b1c85b7aa46b6a94ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:33:26 +0000 Subject: [PATCH] :arrow_up: Bump lightning from 2.6.1 to 2.6.5 Bumps [lightning](https://github.com/Lightning-AI/pytorch-lightning) from 2.6.1 to 2.6.5. - [Release notes](https://github.com/Lightning-AI/pytorch-lightning/releases) - [Commits](https://github.com/Lightning-AI/pytorch-lightning/compare/2.6.1...2.6.5) --- updated-dependencies: - dependency-name: lightning dependency-version: 2.6.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c9e2c7..4270700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ dependencies = [ "roboflow>=1.1.0", "dacite>=1.9.1", - "lightning==2.6.1", + "lightning==2.6.5", "supervision>=0.26.0rc4", "requests>=2.31.0,<=2.32.5", "typer>=0.12.5",