From 6af63414e934a0d07d1627d7538091c206825775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 01:20:58 +0000 Subject: [PATCH] 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](https://github.com/python-project-templates/hatch-cpp/compare/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] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68a72f5..278378b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "hatchling", - "hatch-cpp<0.3", + "hatch-cpp<0.4", "hatch-js", "pybind11", ] @@ -42,7 +42,7 @@ develop = [ "check-dist", "cibuildwheel", "codespell", - "hatch-cpp<0.3", + "hatch-cpp<0.4", "hatch-js", "hatchling", "pybind11",