From 0eecedf2aa3a4c0889d52085a132dfab3c700739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:10:20 +0000 Subject: [PATCH] chore(dependencies): update dependency python to v3.9.25 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3f0c5f..df72867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.9.25" architecture: "x64" - uses: snok/install-poetry@v1.3.1 - run: poetry install