mirror of
https://github.com/sqlfluff/sqlfluff
synced 2025-12-17 19:31:32 +00:00
Fix click version constraint, bumping to 8.3.x (#7297)
This commit is contained in:
@@ -72,7 +72,7 @@ dependencies = [
|
|||||||
"chardet",
|
"chardet",
|
||||||
# Click can include breaking changes in minor releases. Make sure to test
|
# Click can include breaking changes in minor releases. Make sure to test
|
||||||
# well before updating upper bound.
|
# well before updating upper bound.
|
||||||
"click<=8.3.0",
|
"click<8.4.0",
|
||||||
"colorama>=0.3",
|
"colorama>=0.3",
|
||||||
# Used for diffcover plugin
|
# Used for diffcover plugin
|
||||||
"diff-cover>=2.5.0",
|
"diff-cover>=2.5.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user