From a7dcf780e19c05c41b4df3e1271b9af70b1cfd03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 22:03:01 +0000 Subject: [PATCH] fix(deps): update python to v3.14.2 --- .github/workflows/build.yml | 6 +++--- .github/workflows/deploy1.yml | 2 +- .github/workflows/deploy2.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11b79be..62fd701 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - run: "pipx install poetry" - uses: "actions/setup-python@v6" with: - python-version: "3.13" + python-version: "3.14" cache: "poetry" - run: "poetry lock" - run: "poetry install" @@ -54,7 +54,7 @@ jobs: - run: "pipx install poetry" - uses: "actions/setup-python@v6" with: - python-version: "3.13" + python-version: "3.14" cache: "poetry" - run: "poetry lock" - run: "poetry install" @@ -75,7 +75,7 @@ jobs: - run: "pipx install poetry" - uses: "actions/setup-python@v6" with: - python-version: "3.13" + python-version: "3.14" cache: "poetry" - run: "poetry lock" - run: "poetry install" diff --git a/.github/workflows/deploy1.yml b/.github/workflows/deploy1.yml index 48799dd..79ccbf8 100644 --- a/.github/workflows/deploy1.yml +++ b/.github/workflows/deploy1.yml @@ -37,7 +37,7 @@ jobs: - run: "pipx install poetry" - uses: "actions/setup-python@v6" with: - python-version: "3.13" + python-version: "3.14" cache: "poetry" - run: "poetry version $CLEAN_VERSION" # Commit the changes and move the tag! diff --git a/.github/workflows/deploy2.yml b/.github/workflows/deploy2.yml index 5277592..bece40e 100644 --- a/.github/workflows/deploy2.yml +++ b/.github/workflows/deploy2.yml @@ -63,7 +63,7 @@ jobs: - run: "pipx install poetry" - uses: "actions/setup-python@v6" with: - python-version: "3.13" + python-version: "3.14" cache: "poetry" - run: "poetry install" - run: "poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}" diff --git a/pyproject.toml b/pyproject.toml index 7c7191a..5270863 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ build_frontend = "rm -rf yacv_server/frontend || true && yarn install && YACV_SM build_backend = "poetry build --format wheel" [tool.poetry.dependencies] -python = ">=3.12,<3.13" # Due to vtk transitive dependency of build123d -> cadquery-ocp -> vtk +python = ">=3.14,<3.15" # Due to vtk transitive dependency of build123d -> cadquery-ocp -> vtk # CAD build123d = ">=0.10,<0.11"