diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-12-09 09:58:49 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-12-09 09:58:49 +0100 |
commit | 2ddb6f07b15c5f17c7e448682e84c5d742d0531d (patch) | |
tree | dbeb11c55b9a99c59528da9be4750a53691f9ebd /.pre-commit-config.yaml | |
parent | updated bootstrap (diff) | |
download | newspipe-2ddb6f07b15c5f17c7e448682e84c5d742d0531d.tar.gz newspipe-2ddb6f07b15c5f17c7e448682e84c5d742d0531d.tar.bz2 newspipe-2ddb6f07b15c5f17c7e448682e84c5d742d0531d.zip |
chg: [security] GHSA-43fp-rhv2-5gv8 Upgraded certifi (2022.9.14 => 2022.12.7).
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 d50d8fee..51e2650e 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.3 + rev: v2.4.8 hooks: - id: pip-audit |