From 73608649a56e69860264c62767467309465cf909 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:37:25 +0000 Subject: [PATCH] chore(dependencies): update dependency python to v3.14.5 --- .github/workflows/speedtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/speedtest.yml b/.github/workflows/speedtest.yml index 13d4339..8709779 100644 --- a/.github/workflows/speedtest.yml +++ b/.github/workflows/speedtest.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false - uses: actions/setup-python@v6 with: - python-version: "3.14" + python-version: "3.14.5" architecture: "x64" - run: python -m pip install -U pip wheel setuptools - run: python -m pip install -r test-requirements.txt