From 797e5b5d0cbcf48d7e4923c51c3511b4e07ee676 Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:46:54 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#208) Update `pre-commit` hooks. Ignore safety ID 70612 For more information see: https://github.com/advisories/GHSA-f6pv-j8mr-w6rr --- .github/workflows/ci_tests.yml | 6 ++++++ .pre-commit-config.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 67a6e7f..0f99808 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -24,6 +24,12 @@ jobs: run_pylint: false run_safety: true + # ID: 70612 + # Package: Jinja2 + # Has been disputed by the maintainer and multiple third parties. + # For more information see: https://github.com/advisories/GHSA-f6pv-j8mr-w6rr + safety_options: | + --ignore=70612 # Build dist run_build_package: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b45795b..02c0509 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: docs-landing-page - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.6 + rev: v0.4.7 hooks: - id: ruff args: