Compare commits

...

3 Commits

Author SHA1 Message Date
renovate[bot]
624613d88f fix(deps): update python to v3.14.0 2025-10-11 20:55:03 +00:00
renovate[bot]
e5ee7a45be chore(deps): update dependency @types/node to v22.18.10 2025-10-11 18:00:21 +00:00
renovate[bot]
c9c3fe5bd9 chore(deps): update dependency vuetify to v3.10.5 2025-10-11 08:51:28 +00:00
5 changed files with 12 additions and 12 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.9,<0.10"

View File

@@ -1037,9 +1037,9 @@
integrity sha512-oANmFZMnFQvb219SSBIhI1Ih/r4CvHDOzkWyJS/XRqkMrGH5/kaPSA1hQhdIBzouaE+5KpE/f5ylI9cujmckQg==
"@types/node@^22.9.3":
version "22.18.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.9.tgz#5c55a22de88d7bbbb8e1e5f041fa0293b5beae82"
integrity sha512-5yBtK0k/q8PjkMXbTfeIEP/XVYnz1R9qZJ3yUicdEW7ppdDJfe+MqXEhpqDL3mtn4Wvs1u0KLEG0RXzCgNpsSg==
version "22.18.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.10.tgz#37f0ac8d2ec41af7bba06f162c85ff409e4e3420"
integrity sha512-anNG/V/Efn/YZY4pRzbACnKxNKoBng2VTFydVu8RRs5hQjikP8CQfaeAV59VFSCzKNp90mXiVXW2QzV56rwMrg==
dependencies:
undici-types "~6.21.0"
@@ -3103,9 +3103,9 @@ vue@^3.5.13:
"@vue/shared" "3.5.22"
vuetify@^3.7.4:
version "3.10.4"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.10.4.tgz#8b1c3f4bf2cddbc3e1d2114f60835c4b6ef23c26"
integrity sha512-aatUQ0RM0i6VdkJaFyj3gydecuFmAgACNO3RwWznvjvIvRENQXxMRiv+vlGFoshbw2UG+zOPPMhO12OCPSa2UQ==
version "3.10.5"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.10.5.tgz#76beded9efcf85efed4d5d31cf255d97ec08b308"
integrity sha512-3h1onfjcj04B+LJ0cXvGrOOe6C3652JAlyUAuGKgQXwhP9Oe1hAfdM6+svXR5Dt1xC39lQEGqJdacZtwisUEoQ==
walk-up-path@^4.0.0:
version "4.0.0"