From d5cca95425194147376e8f93e1c93b7d901283db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:11:58 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.14.6 --- .github/actions/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ci.yml b/.github/actions/ci.yml index 5e8d487..fabd0ab 100644 --- a/.github/actions/ci.yml +++ b/.github/actions/ci.yml @@ -19,7 +19,7 @@ jobs: - name: 🐍 Setup Python uses: actions/setup-python@v2 with: - python-version: '3.9.4' + python-version: '3.14.6' - name: Install PIP dependencies run: pip3 install -r requirements.txt