Skip to content

Commit ba3cc52

Browse files
Update hatchling requirement from <1.28,>=1.14.1 to >=1.14.1,<1.29
Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v1.14.1...hatchling-v1.28.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6466e18 commit ba3cc52

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

3232
dependencies = [
33-
"hatchling>=1.14.1,<1.28",
33+
"hatchling>=1.14.1,<1.29",
3434
"p2a>=0.1.1,<0.2",
3535
"pkn>=0.3,<0.4",
3636
]

0 commit comments

Comments
 (0)