Skip to content

Commit 683e875

Browse files
authored
Merge pull request #1 from python-project-templates/dependabot/pip/hatchling-gte-1.14.1-and-lt-1.28
Update hatchling requirement from <1.15,>=1.14.1 to >=1.14.1,<1.28
2 parents 5d39366 + a2021ce commit 683e875

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
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232

3333
dependencies = [
34-
"hatchling>=1.14.1,<1.15",
34+
"hatchling>=1.14.1,<1.28",
3535
]
3636

3737
[project.optional-dependencies]

0 commit comments

Comments
 (0)