Skip to content

Commit 4117d28

Browse files
Update rich-click requirement from <1.8.4,>=1.4 to >=1.4,<1.8.6 (#729)
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](ewels/rich-click@v1.4...v1.8.5) --- updated-dependencies: - dependency-name: rich-click dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bartłomiej Hirsz <[email protected]>
1 parent 666f003 commit 4117d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"colorama>=0.4.3,<0.4.7",
4747
"pathspec>=0.9.0,<0.12.2",
4848
"tomli>=2.0,<2.3",
49-
"rich_click>=1.4,<1.8.4",
49+
"rich_click>=1.4,<1.8.6",
5050
"jinja2>=3.1.3,<4.0",
5151
],
5252
extras_require={

0 commit comments

Comments
 (0)