update requirements

This commit is contained in:
David Lord 2022-07-13 13:39:51 -07:00
parent 94233fc8c0
commit 7096b2c4b1
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 29 additions and 24 deletions

View file

@ -3,12 +3,12 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.3.0
rev: v3.8.1
hooks:
- id: reorder-python-imports
name: Reorder Python imports (src, tests)