Skip to content

Commit

Permalink
Update click requirement from <=8.1.7,>=8.1.0 to >=8.1.0,<=8.1.8
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@8.1.0...8.1.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mdellweg committed Jan 2, 2025
1 parent e33f883 commit 146ee63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"asyncio-throttle>=1.0,<=1.0.2",
"async-timeout>=4.0.3,<4.0.4;python_version<'3.11'",
"backoff>=2.1.2,<2.2.2",
"click>=8.1.0,<=8.1.7",
"click>=8.1.0,<=8.1.8",
"cryptography>=38.0.1,<44.0.1",
"Django~=4.2.0", # LTS version, switch only if we have a compelling reason to",
"django-filter>=23.1,<=24.3",
Expand Down

0 comments on commit 146ee63

Please sign in to comment.