Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
663bdffe12 fix(deps): update python to v3.14.2 2025-12-09 19:14:39 +00:00
renovate[bot]
ea1cd46d22 chore(deps): lock file maintenance 2025-12-09 12:30:29 +00:00
5 changed files with 9 additions and 9 deletions

View File

@@ -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"

View File

@@ -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!

View File

@@ -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 }}"

View File

@@ -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"

View File

@@ -3035,9 +3035,9 @@ vue@^3.5.13:
"@vue/shared" "3.5.25"
vuetify@^3.7.4:
version "3.11.2"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.11.2.tgz#dd345af4cc4b4deaea525bb69904f51a7dcc7b9c"
integrity sha512-1lL0qN6JIdbx6xGYpo6dnx378EfC0t4EotPJdP4go8ThmIdRO3xLva1ALxhxi5lSYTht4R9OVk9miVnwVfDx3A==
version "3.11.3"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.11.3.tgz#b95cd9db1130a75eb8f708538195d47b0a200676"
integrity sha512-sZe/2f143cbqtJupkynOGOHxgn+YjRrXIj0atZlBECbOr4nZPCmSdukPSbudb0wU3fQpUjlaTGx0m4vIBPQqGQ==
walk-up-path@^4.0.0:
version "4.0.0"