From 91ae5ce0ae08524f5914849bfefc9f47923df1e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 10:19:05 +0200 Subject: [PATCH] Update rich-click requirement from <1.6.2,>=1.4 to >=1.4,<1.7.1 (#581) Updates the requirements on [rich-click](https://github.com/ewels/rich-click) to permit the latest version. - [Release notes](https://github.com/ewels/rich-click/releases) - [Changelog](https://github.com/ewels/rich-click/blob/main/CHANGELOG.md) - [Commits](https://github.com/ewels/rich-click/compare/v1.4...v1.7.0) --- updated-dependencies: - dependency-name: rich-click dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3f9019f..c448e939 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "colorama>=0.4.3,<0.4.7", "pathspec>=0.9.0,<0.11.3", "tomli==2.0.*", - "rich_click>=1.4,<1.6.2", + "rich_click>=1.4,<1.7.1", "jinja2>=3.0,<4.0", ], extras_require={