Skip to content

Commit ef7d01f

Browse files
committed
update requirements
1 parent ff6290d commit ef7d01f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: pyupgrade
99
args: ["--py36-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
name: Reorder Python imports (src, tests)

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ filelock==3.6.0
2222
# virtualenv
2323
greenlet==1.1.2 ; python_version < "3.11"
2424
# via -r requirements/tests.in
25-
identify==2.4.12
25+
identify==2.5.0
2626
# via pre-commit
2727
nodeenv==1.6.0
2828
# via pre-commit

requirements/typing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#
88
cffi==1.15.0
99
# via cryptography
10-
cryptography==36.0.2
10+
cryptography==37.0.1
1111
# via -r requirements/typing.in
12-
mypy==0.942
12+
mypy==0.950
1313
# via -r requirements/typing.in
1414
mypy-extensions==0.4.3
1515
# via mypy

0 commit comments

Comments
 (0)