Skip to content

Commit ab19ad6

Browse files
committed
Corrected dep upper bound
1 parent e83918c commit ab19ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

remove-json-keys/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license-files = [
1919
]
2020
dependencies = [
2121
"colorama>=0.4.6,<1 ; platform_system == 'Windows'",
22-
"find-project-root>=1.0.1,<",
22+
"find-project-root>=1.0.1,<2",
2323
"json5>=0.9.0,<1",
2424
"non-latin-locales>=1.0.0,<2",
2525
"ucs-detect>=2.0.2,<3",

0 commit comments

Comments
 (0)