diff --git a/.github/workflows/dep-upgrade.yml b/.github/workflows/dep-upgrade.yml index e7636c15f..63b36bd39 100644 --- a/.github/workflows/dep-upgrade.yml +++ b/.github/workflows/dep-upgrade.yml @@ -104,7 +104,7 @@ jobs: if: hashFiles('requirements.txt') != '' || hashFiles('pyproject.toml') != '' || hashFiles('Pipfile') != '' uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.14' - name: Install dependencies run: flutter pub get