From 2355a2f0f1956848cb0fce405fa479ef23355b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 14:45:14 +0200 Subject: [PATCH] Update rich-click requirement from <1.8.1,>=1.4 to >=1.4,<1.8.2 (#689) 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...1.8.1) --- 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 3b71a9ab..c8c6333b 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ "colorama>=0.4.3,<0.4.7", "pathspec>=0.9.0,<0.12.2", "tomli==2.0.*", - "rich_click>=1.4,<1.8.1", + "rich_click>=1.4,<1.8.2", "jinja2>=3.1.3,<4.0", ], extras_require={