Skip to content

Commit 8f431d0

Browse files
dependabot[bot]ggainey
authored andcommitted
Update click requirement from <8.4,>=8.1.0 to >=8.1.0,<8.5
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.4.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e58f91 commit 8f431d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"aiohttp>=3.10.10,<3.14", # SemVer https://docs.aiohttp.org/en/stable/faq.html#what-is-the-api-stability-and-deprecation-policy .
3131
"asyncio-throttle>=1.0,<=1.0.2", # Unsure about versioning, but not released often anyway.
3232
"backoff>=2.1.2,<2.3", # Looks like only bugfixes in z-Stream.
33-
"click>=8.1.0,<8.4", # Uses milestone.feature.fix https://palletsprojects.com/versions .
33+
"click>=8.1.0,<8.5", # Uses milestone.feature.fix https://palletsprojects.com/versions .
3434
"cryptography>=44.0.3,<49.0", # SemVer compatible https://cryptography.io/en/latest/api-stability/#versioning .
3535
"Django>=4.2.24,<5.3, !=5.0, !=5.1", # LTS version, switch only if we have a compelling reason to".
3636
"django-filter>=23.1,<=25.2", # Uses CalVer, not released often https://github.com/carltongibson/django-filter

0 commit comments

Comments
 (0)