From 6d9586c6e6d58fc9593d10ab69f9e38e5b443157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:37:40 +0000 Subject: [PATCH] Bump einops from 0.7.0 to 0.8.0 Bumps [einops](https://github.com/arogozhnikov/einops) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](https://github.com/arogozhnikov/einops/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: einops dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b66f856fd9d..7db9526b54c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "importlib_resources==6.4.0", "docstring_parser==0.16", # CLI help-formatter "rich_argparse==1.4.0", # CLI help-formatter - "einops==0.7.0", + "einops==0.8.0", "decord==0.6.0", ]