From 5ebd5abce1d72a92dc1f9040b33059801f7ec499 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 06:59:18 +0000 Subject: [PATCH] chore(dependencies): update dependency python to v3.14.6 --- .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 fe562c0..ace5b2f 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.6" architecture: "x64" - run: python -m pip install -U pip wheel setuptools - run: python -m pip install -r test-requirements.txt