Skip to content

Commit

Permalink
Update click requirement from <8,>=7 to >=7,<9
Browse files Browse the repository at this point in the history
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](pallets/click@7.0...8.1.7)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent ee167db commit 0ebd20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cachetools==5.3.3
certifi==2024.2.2
cffi==1.15.1
chardet==5.2.0
click>=7,<8
click>=7,<9
cssselect==1.2.0
dnspython==2.6.1
docker==5.0.3
Expand Down

0 comments on commit 0ebd20d

Please sign in to comment.