Skip to content

Commit a2021ce

Browse files
Update hatchling requirement from <1.15,>=1.14.1 to >=1.14.1,<1.28
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.27.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a604cf commit a2021ce

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)