Skip to content

Commit

Permalink
TG-1008 Upgrade pip-audit to ~=2.6.0 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
niccolomineo authored Jan 8, 2024
1 parent d2ccf61 commit c58d38f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,16 @@ repos:
- id: mypy
args: ["--no-site-packages"]
- repo: https://github.com/trailofbits/pip-audit
rev: v2.4.14
rev: v2.6.3
hooks:
- id: pip-audit
args: ["--require-hashes", "--requirement", "requirements/local.txt"]
args:
[
"--require-hashes",
"--disable-pip",
"--requirement",
"requirements/local.txt",
]
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: "v1.77.0"
hooks:
Expand Down

0 comments on commit c58d38f

Please sign in to comment.