aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2023-01-16 14:33:13 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2023-01-16 14:33:13 +0100
commitdf9c78c338572012f845e822a19abc15739513a3 (patch)
treeeadf76a479fb7b94a982a27aab5fe51e1a62db16 /.pre-commit-config.yaml
parentUpdated pip-audit. (diff)
downloadnewspipe-df9c78c338572012f845e822a19abc15739513a3.tar.gz
newspipe-df9c78c338572012f845e822a19abc15739513a3.tar.bz2
newspipe-df9c78c338572012f845e822a19abc15739513a3.zip
chg: [dependencies] Updated poetry project config and pip-audit.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 74525c0f..8f310cf2 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.12
+ rev: v2.4.13
hooks:
- id: pip-audit
bgstack15