From 5e7376bea1180998094e545e833b2a2bc278dd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 20:50:05 +0000 Subject: [PATCH] Bump pytorch-lightning from 1.6.0 to 2.6.1 in /examples/mdetr Bumps [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) from 1.6.0 to 2.6.1. - [Release notes](https://github.com/Lightning-AI/pytorch-lightning/releases) - [Commits](https://github.com/Lightning-AI/pytorch-lightning/compare/1.6.0...2.6.1) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-version: 2.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/mdetr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mdetr/requirements.txt b/examples/mdetr/requirements.txt index c6a835959..43469ffca 100644 --- a/examples/mdetr/requirements.txt +++ b/examples/mdetr/requirements.txt @@ -1,5 +1,5 @@ prettytable==3.3.0 pycocotools==2.0.4 -pytorch-lightning==1.6.0 +pytorch-lightning==2.6.1 scipy==1.10.0 transformers==4.30.0