From 085273d3728a145aed810e174363bae12b808b1c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Feb 2026 17:06:27 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index ba2f857..e44a89a 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -20,7 +20,7 @@ jobs: - name: Set up python uses: actions/setup-python@v6.1.0 with: - python-version: "3.13" + python-version: "3.14" # https://github.com/pre-commit/action - name: Run pre-commit