diff --git a/.github/workflows/static_code_checks.yaml b/.github/workflows/static_code_checks.yaml index acea5a3..96ccccf 100644 --- a/.github/workflows/static_code_checks.yaml +++ b/.github/workflows/static_code_checks.yaml @@ -49,10 +49,12 @@ jobs: uses: pypa/gh-action-pip-audit@v1.1.0 with: virtual-environment: .venv/ - # Skipping 3 cryptography issues that can't be patched because of Flower + # Skipping 3 cryptography issues that can't be patched because of FL4Health + # Skipping 1 cryptography issue that can't be patched because of Flower # Skipping 1 torch issue that can't be ugraded because of torchvision ignore-vulns: | GHSA-3ww4-gg4f-jr7f GHSA-9v9h-cgj8-h64p GHSA-6vqw-3v5j-54x4 + GHSA-h4gh-qq45-vh27 GHSA-pg7h-5qx3-wjr3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59e88be..c248725 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.6.2' + rev: 'v0.6.3' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]