From 6bb358e6e17c5ca3bd3013bb17f3f9e84584b359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 23:53:34 +0000 Subject: [PATCH] build(deps-dev): update cadquery-ocp-novtk requirement in /kiln Updates the requirements on cadquery-ocp-novtk to permit the latest version. --- updated-dependencies: - dependency-name: cadquery-ocp-novtk dependency-version: 7.9.3.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- kiln/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiln/pyproject.toml b/kiln/pyproject.toml index fdd878a6..32256d57 100644 --- a/kiln/pyproject.toml +++ b/kiln/pyproject.toml @@ -112,7 +112,7 @@ mesh-diagnostics = [] # never open a STEP file; `kiln install-step-backend` installs it for the # ones who do. Anyone who already has full cadquery keeps working — the OCP # backend uses whichever build provides the `OCP` module. -step = ["cadquery-ocp-novtk>=7.9"] +step = ["cadquery-ocp-novtk>=7.9.3.1.1"] dev = [ "pytest>=7.0", "pytest-cov>=4.0",