Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 28, 2022
1 parent 5fd87bd commit 2ac3211
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: pyupgrade
args: ["--py37-plus"]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
rev: v3.1.0
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ filelock==3.6.0
# via
# tox
# virtualenv
identify==2.4.12
identify==2.5.0
# via pre-commit
nodeenv==1.6.0
# via pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
jinja2==3.1.1
jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
# via jinja2
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# pip-compile-multi
#
mypy==0.942
mypy==0.950
# via -r requirements/typing.in
mypy-extensions==0.4.3
# via mypy
Expand Down

0 comments on commit 2ac3211

Please sign in to comment.