From 93c575aaa356e722a91fdfd3fcdc68784cdbfffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:20:00 +0000 Subject: [PATCH] Bump py-build-cmake from 0.3.0 to 0.3.1 Bumps [py-build-cmake](https://github.com/tttapa/py-build-cmake) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/tttapa/py-build-cmake/releases) - [Commits](https://github.com/tttapa/py-build-cmake/compare/0.3.0...0.3.1) --- updated-dependencies: - dependency-name: py-build-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bd81c37..39d0ab1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ python_abi = "none" [build-system] requires = [ - "py-build-cmake==0.3.0", + "py-build-cmake==0.3.1", "cmake~=3.14", "openvino~=2025.0.0.0.dev" ]