aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2023-08-07 07:04:11 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2023-08-07 07:04:11 +0200
commit568de3151024dff6d88f1bf31340bba107a0577e (patch)
treeb7eeca938430458f6ec3bd1b5c5572894d7631a4 /.pre-commit-config.yaml
parentRemoved twitter field for users. (diff)
downloadnewspipe-568de3151024dff6d88f1bf31340bba107a0577e.tar.gz
newspipe-568de3151024dff6d88f1bf31340bba107a0577e.tar.bz2
newspipe-568de3151024dff6d88f1bf31340bba107a0577e.zip
chg: [dependencies] Updated Python dependencies.
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 a40558ad..9daaf193 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.5.6
+ rev: v2.6.1
hooks:
- id: pip-audit
bgstack15