Update click requirement from <=8.1.7,>=7.0 to >=7.0,<=8.1.8 (#7432)
Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/7.0...8.1.8) --- updated-dependencies: - dependency-name: click dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2a63ec3648
commit
ebb5f29264
|
@ -62,7 +62,7 @@ dependencies = [
|
|||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"click>=7.0,<=8.1.7",
|
||||
"click>=7.0,<=8.1.8",
|
||||
"hypothesis>=6.104.2,<=6.122.1",
|
||||
"pdoc>=14.5.1,<=15.0.1",
|
||||
"pyinstaller==6.11.1",
|
||||
|
|
Loading…
Reference in New Issue