Skip to content

Commit 6af6341

Browse files
Update hatch-cpp requirement from <0.3 to <0.4
Updates the requirements on [hatch-cpp](https://github.com/python-project-templates/hatch-cpp) to permit the latest version. - [Release notes](https://github.com/python-project-templates/hatch-cpp/releases) - [Commits](python-project-templates/hatch-cpp@v0.1.0...v0.3.5) --- updated-dependencies: - dependency-name: hatch-cpp dependency-version: 0.3.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0384eae commit 6af6341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling",
4-
"hatch-cpp<0.3",
4+
"hatch-cpp<0.4",
55
"hatch-js",
66
"pybind11",
77
]
@@ -42,7 +42,7 @@ develop = [
4242
"check-dist",
4343
"cibuildwheel",
4444
"codespell",
45-
"hatch-cpp<0.3",
45+
"hatch-cpp<0.4",
4646
"hatch-js",
4747
"hatchling",
4848
"pybind11",

0 commit comments

Comments
 (0)