From 6574207782b405afb207a769767747b3b43dc216 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 06:53:49 +0000 Subject: [PATCH] Update dependency python to v3.14.2 --- 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..3d106fc 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.2 - 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..6712e7b 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.2 - 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