Fix click version constraint, bumping to 8.3.x (#7297)

This commit is contained in:
Sergio Livi
2025-11-26 14:41:56 +01:00
committed by GitHub
parent 7d3b971268
commit f40f8e3285

View File

@@ -72,7 +72,7 @@ dependencies = [
"chardet",
# Click can include breaking changes in minor releases. Make sure to test
# well before updating upper bound.
"click<=8.3.0",
"click<8.4.0",
"colorama>=0.3",
# Used for diffcover plugin
"diff-cover>=2.5.0",