From 4b0473472276ce41a97c058158ef89976ffbec54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:40:29 +0000 Subject: [PATCH] [deps]: Pin python to 3.9.25 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9a3c0a1..cc068d3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.25' cache: 'poetry' - name: Setup diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1ded88..33509ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.25' cache: 'poetry' - name: Setup @@ -78,7 +78,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.25' cache: 'poetry' - name: Setup @@ -110,7 +110,7 @@ jobs: - name: Set up Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.9' + python-version: '3.9.25' cache: 'poetry' - name: Setup