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:
dependabot[bot] 2025-01-02 08:12:10 +01:00 committed by GitHub
parent 2a63ec3648
commit ebb5f29264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",