update requirements

This commit is contained in:
David Lord 2022-12-22 09:23:48 -08:00
parent d36a379a0f
commit 43bc7330ce
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 27 additions and 25 deletions

View file

@ -3,7 +3,7 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
@ -15,7 +15,7 @@ repos:
files: "^(?!examples/)"
args: ["--application-directories", "src"]
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8