Skip to content

Commit 0442f62

Browse files
chore(deps-dev): update hatchling requirement
Updates the requirements on [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `hatchling` to 1.31.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v1.0.0...hatchling-v1.31.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.31.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 751da3d commit 0442f62

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
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"hatchling>=1,<2",
3+
"hatchling>=1.31.0,<2",
44
"hatch-vcs>=0.5",
55
]
66
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)