From 152ac755dea89053c1db83f3821ced3d50acc9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:30:35 +0000 Subject: [PATCH] Update rich-click requirement from <1.8.3,>=1.4 to >=1.4,<1.8.4 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] --- 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={