From d9e0ce9a0496cccaf9e12a41bcc791df0a5f581f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:08:22 +0200 Subject: [PATCH] Update rich-click requirement from <1.8.3,>=1.4 to >=1.4,<1.8.4 (#703) 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.8.3) --- 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 b44a425b..45ead73b 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.3", + "rich_click>=1.4,<1.8.4", "jinja2>=3.1.3,<4.0", ], extras_require={