From a3f11a57068a9acffc4fa70375ae1e26aa5c501e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 07:44:11 +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 a312064f881..17ad7d10b05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "importlib_resources==6.4.0", "docstring_parser==0.16", # CLI help-formatter "rich_argparse==1.5.2", # CLI help-formatter - "einops==0.7.0", + "einops==0.8.0", "decord==0.6.0", # TODO(ashwinvaidya17): https://github.com/openvinotoolkit/anomalib/issues/2126 "setuptools<70",