From 1a30ccf12ebd2bfde7afb2cad672f858ce5693ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:31:19 +0000 Subject: [PATCH] [MNT] [Dependabot](deps): Bump einops from 0.8.0 to 0.8.2 Bumps [einops](https://github.com/arogozhnikov/einops) from 0.8.0 to 0.8.2. - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](https://github.com/arogozhnikov/einops/compare/v0.8.0...v0.8.2) --- updated-dependencies: - dependency-name: einops dependency-version: 0.8.2 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 45ec0b5d..42c1da01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies_2024 = [ "scipy==1.14.1", "omegaconf==2.3.0", "torchmetrics==1.5.2", - "einops==0.8.0", + "einops==0.8.2", ]