From c298ae1a9abd3c17dac57348a94ce1d04dc69908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:24:21 +0000 Subject: [PATCH] Bump the pip-others group with 2 updates Bumps the pip-others group with 2 updates: [rich-argparse](https://github.com/hamdanal/rich-argparse) and [einops](https://github.com/arogozhnikov/einops). Updates `rich-argparse` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/hamdanal/rich-argparse/releases) - [Changelog](https://github.com/hamdanal/rich-argparse/blob/main/CHANGELOG.md) - [Commits](https://github.com/hamdanal/rich-argparse/compare/v1.6.0...v1.7.0) Updates `einops` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](https://github.com/arogozhnikov/einops/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: rich-argparse dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-others - dependency-name: einops dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-others ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e267acfa25..00bae0e530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,8 @@ dependencies = [ "regex==2024.11.6", "importlib_resources==6.5.2", "docstring_parser==0.16", # CLI help-formatter - "rich_argparse==1.6.0", # CLI help-formatter - "einops==0.8.0", + "rich_argparse==1.7.0", # CLI help-formatter + "einops==0.8.1", "decord==0.6.0", "typeguard>=4.3,<4.5", "numba==0.61.0",