Skip to content

Commit 9989d0f

Browse files
authored
Merge pull request #45 from python-project-templates/dependabot/pip/hatchling-gte-1.14.1-and-lt-1.31
Update hatchling requirement from <1.30,>=1.14.1 to >=1.14.1,<1.31
2 parents 4ddbb1e + 9a7e67d commit 9989d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535

3636
dependencies = [
37-
"hatchling>=1.14.1,<1.30",
37+
"hatchling>=1.14.1,<1.31",
3838
"p2a>=0.1.1,<0.2",
3939
"pkn>=0.3,<0.6",
4040
]

0 commit comments

Comments
 (0)