From 26ff2de450cba3619015879ee77227a6bc4bfedb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:42:22 +0000 Subject: [PATCH] Update dependency python to v3.14.0 --- python-format/action.yml | 2 +- python-lint/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-format/action.yml b/python-format/action.yml index 6883dce..f90a703 100644 --- a/python-format/action.yml +++ b/python-format/action.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.13.3 + python-version: 3.14.0 - run: python3 -m pip install --upgrade pip - run: python3 -m pip install black==24.1.1 - id: python-files-found diff --git a/python-lint/action.yml b/python-lint/action.yml index bc0ca51..e60cea9 100644 --- a/python-lint/action.yml +++ b/python-lint/action.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.13.3 + python-version: 3.14.0 - run: python3 -m pip install --upgrade pip - run: python3 -m pip install ruff==0.1.15 - run: ruff --respect-gitignore $GITHUB_WORKSPACE # ruff automatically finds python files