From bf3c15d068c2d552ad264e912115246555f2f6fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 00:48:35 +0400 Subject: [PATCH] Bump py-build-cmake from 0.3.3 to 0.3.4 (#358) Bumps [py-build-cmake](https://github.com/tttapa/py-build-cmake) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/tttapa/py-build-cmake/releases) - [Commits](https://github.com/tttapa/py-build-cmake/compare/0.3.3...0.3.4) --- updated-dependencies: - dependency-name: py-build-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9980a6b7..1cf5ba0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ python_abi = "none" [build-system] requires = [ - "py-build-cmake==0.3.3", + "py-build-cmake==0.3.4", "cmake~=3.14", "openvino~=2025.0.0.dev" ]