upgrade dependencies

This commit is contained in:
Robert Resch 2022-04-08 20:12:43 +02:00
parent 240a66155f
commit cd84a6873d
4 changed files with 22 additions and 18 deletions

View file

@ -6,12 +6,12 @@ ci:
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args:
@ -38,7 +38,7 @@ repos:
<<: &python-files
files: ^(bumper/.+)?[^/]+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.2
rev: 1.7.4
hooks:
- id: bandit
args:
@ -51,7 +51,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-executables-have-shebangs
- id: check-merge-conflict
@ -59,7 +59,7 @@ repos:
- id: no-commit-to-branch
- id: requirements-txt-fixer
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.2
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint.git