update requirements

This commit is contained in:
David Lord 2022-04-28 08:59:40 -07:00
parent ff6290d4c7
commit ef7d01f0a0
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ repos:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
rev: v3.1.0
hooks:
- id: reorder-python-imports
name: Reorder Python imports (src, tests)

View file

@ -22,7 +22,7 @@ filelock==3.6.0
# virtualenv
greenlet==1.1.2 ; python_version < "3.11"
# via -r requirements/tests.in
identify==2.4.12
identify==2.5.0
# via pre-commit
nodeenv==1.6.0
# via pre-commit

View file

@ -7,9 +7,9 @@
#
cffi==1.15.0
# via cryptography
cryptography==36.0.2
cryptography==37.0.1
# via -r requirements/typing.in
mypy==0.942
mypy==0.950
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy