Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#208)
Browse files Browse the repository at this point in the history
Update `pre-commit` hooks.

Ignore safety ID 70612
For more information see:
GHSA-f6pv-j8mr-w6rr
  • Loading branch information
CasperWA authored Jun 5, 2024
1 parent 0dde768 commit 797e5b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 797e5b5

Please sign in to comment.