From 191bbc347507f503f1291cab1060b69e194b2a75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:42:13 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.13 --- .github/workflows/security_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security_tests.yml b/.github/workflows/security_tests.yml index 43ea727..eda82fb 100644 --- a/.github/workflows/security_tests.yml +++ b/.github/workflows/security_tests.yml @@ -346,7 +346,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.11 + python-version: 3.13 - name: Install dependencies run: |