From 253b3916b1d22adc7298452a7c8c9fc61fb5abce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:16:15 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.14.4 --- .github/workflows/crawler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crawler.yml b/.github/workflows/crawler.yml index 16074e9..e56c0f4 100644 --- a/.github/workflows/crawler.yml +++ b/.github/workflows/crawler.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v5 with: - python-version: '3.13.7' + python-version: '3.14.4' - name: Install dependencies run: | python -m pip install --upgrade pip