diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2023-05-23 07:51:37 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2023-05-23 07:51:37 +0200 |
commit | b58b168bc497845991c35cd3df34116a6707e94f (patch) | |
tree | e486b16761ab8d76c04f68f37951d6a3226369cb /.pre-commit-config.yaml | |
parent | chg: [documentation] Updated README. (diff) | |
download | newspipe-b58b168bc497845991c35cd3df34116a6707e94f.tar.gz newspipe-b58b168bc497845991c35cd3df34116a6707e94f.tar.bz2 newspipe-b58b168bc497845991c35cd3df34116a6707e94f.zip |
chg: [security] fix CVE-2023-32681 (GHSA-j8r2-6x86-q33q).
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |