From b58b168bc497845991c35cd3df34116a6707e94f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 23 May 2023 07:51:37 +0200 Subject: chg: [security] fix CVE-2023-32681 (GHSA-j8r2-6x86-q33q). --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f310cf2..a40558ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,6 +28,6 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/trailofbits/pip-audit - rev: v2.4.13 + rev: v2.5.6 hooks: - id: pip-audit -- cgit