From bc27132c0faec97e1c83797178d335efc977b6a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 05:31:22 +0000 Subject: [PATCH] Update dependency python to v3.14.4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2eb2ad1..f5bd3f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.14.3' + python-version: '3.14.4' - name: Run tests run: | git config --global user.email "example@example.com"