Skip to content

Commit 7d09806

Browse files
Fix version number typo
1 parent 6b9b0fb commit 7d09806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tests = [
4040
"tox>=4.23.2,<5.0", # Keep in sync with tox.ini minimum_version
4141
]
4242
dev = [
43-
"hatchling>=1.5.0,<2.0",
43+
"hatchling>=1.25.0,<2.0",
4444
"pre-commit>=4.0.1,<5.0",
4545
"proplib_template[tests]", # TODO-TEMPLATE set to this package
4646
]

0 commit comments

Comments
 (0)