From 21004219fa66d07b94c322eb3f15aad82144a360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 22 Jun 2025 10:44:06 +0200 Subject: [PATCH] chg: Updated pip-audit. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1cf5d02..7720ecb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,6 +31,6 @@ repos: - id: end-of-file-fixer exclude: tests/.* - repo: https://github.com/pypa/pip-audit - rev: v2.7.3 + rev: v2.9.0 hooks: - id: pip-audit