From 69cccd4c21b0630208cc668417d664e4512d74c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:52:47 +0000 Subject: [PATCH] chore(dependencies): update dependency python to v3.14.3 --- .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..e8fb81b 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.3" architecture: "x64" - run: python -m pip install -U pip wheel setuptools - run: python -m pip install -r test-requirements.txt