fix(deps): update dependency build123d to >=0.10,<0.11

This commit is contained in:
renovate[bot]
2025-11-05 22:34:18 +00:00
committed by GitHub
parent efa689bfe4
commit 41170118c3
2 changed files with 100 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ build_backend = "poetry build --format wheel"
python = ">=3.12,<3.13" # Due to vtk transitive dependency of build123d -> cadquery-ocp -> vtk
# CAD
build123d = ">=0.9,<0.10"
build123d = ">=0.10,<0.11"
# Misc
pygltflib = "^1.16.2"