diff --git a/.github/workflows/download.yml b/.github/workflows/download.yml index ae3feef5c7..664fef6558 100644 --- a/.github/workflows/download.yml +++ b/.github/workflows/download.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" cache: pip - run: pip install -r src/requirements.txt - run: | diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a4587a2f84..3594bd2c7a 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" - run: pip install guarddog - run: guarddog pypi verify src/requirements.txt --output-format sarif --exclude-rules repository_integrity_mismatch > guarddog.sarif - uses: github/codeql-action/upload-sarif@v3 @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" - run: pip install ruff - run: ruff format --check src - run: ruff check --output-format=github src diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index bfbeaab5b8..243483da98 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" cache: pip - run: pip install -r src/requirements.txt # https://docs.github.com/en/rest/actions/workflow-runs#list-workflow-runs-for-a-repository diff --git a/src/requirements.txt b/src/requirements.txt index 503e2235e2..e350b92ea7 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile @@ -10,8 +10,6 @@ certifi==2024.7.4 # via # httpcore # httpx -exceptiongroup==1.2.1 - # via anyio h11==0.14.0 # via httpcore h2==4.1.0 @@ -36,5 +34,3 @@ sniffio==1.3.1 # via # anyio # httpx -typing-extensions==4.12.0 - # via anyio