Skip to content

Commit 9faee28

Browse files
committed
update requirements
1 parent b802b5a commit 9faee28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: pyupgrade
99
args: ["--py37-plus"]
1010
- repo: https://github.com/asottile/reorder_python_imports
11-
rev: v3.0.1
11+
rev: v3.1.0
1212
hooks:
1313
- id: reorder-python-imports
1414
args: ["--application-directories", "src"]

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ filelock==3.6.0
2020
# via
2121
# tox
2222
# virtualenv
23-
identify==2.4.12
23+
identify==2.5.0
2424
# via pre-commit
2525
nodeenv==1.6.0
2626
# via pre-commit

requirements/typing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# pip-compile-multi
77
#
8-
mypy==0.942
8+
mypy==0.950
99
# via -r requirements/typing.in
1010
mypy-extensions==0.4.3
1111
# via mypy

0 commit comments

Comments
 (0)