From 8e05e21e19b861d617d1b708364a4373402621a1 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 20:06:22 +0000 Subject: [PATCH] fix(deps): update python to v3.14.0 | datasource | package | from | to | | --------------- | ----------------------------- | ------- | ------ | | github-releases | containerbase/python-prebuild | 3.13.8 | 3.14.0 | | github-releases | actions/python-versions | 3.10.18 | 3.14.0 | --- .github/workflows/publish.yml | 2 +- .github/workflows/rigging_pr_description.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9806374..7290a6a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Python uses: actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234 with: - python-version: "3.10" + python-version: "3.14" - name: Install Poetry uses: abatilo/actions-poetry@b8f6fe29ba2eb78e0d45ccbf41cd14154c4e25b2 diff --git a/.github/workflows/rigging_pr_description.yml b/.github/workflows/rigging_pr_description.yml index 6d230c6..71d465c 100644 --- a/.github/workflows/rigging_pr_description.yml +++ b/.github/workflows/rigging_pr_description.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: - python-version: "3.10" + python-version: "3.14" - name: Install uv run: | diff --git a/pyproject.toml b/pyproject.toml index acddc54..3184707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [{ include = "rigging" }] # Dependencies [tool.poetry.dependencies] -python = ">=3.10,<3.14" +python = ">=3.14,<3.15" pydantic = "^2.7.3" pydantic-xml = "^2.11.0" loguru = "^0.7.2"