diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 69f659aa..02f54874 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -75,6 +75,9 @@ jobs: pip install -U setuptools wheel pip install -U -r .github/utils/requirements_audit.txt + # Temporary workaround for pip-tools + pip install "pip<26.2" + - name: Create requirements.txt for pip-audit run: pip-compile --output-file="${{ runner.temp }}/requirements.txt" --all-extras --verbose --color "${{ github.workspace }}/pyproject.toml" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39756597..afb6a8c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: # Ruff is a code style and formatter # It works on files in-place - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.1 hooks: - id: ruff-check name: ruff