Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump isort from 5.9.1 to 5.9.2 #5866

Merged
merged 1 commit into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ chardet==4.0.0
# requests
cherry_picker==2.0.0 ; python_version >= "3.6"
# via -r requirements/dev.in
click-default-group==1.2.2
# via towncrier
click==7.1.2
# via
# -r requirements/lint.txt
# black
# cherry-picker
# click-default-group
# towncrier
click-default-group==1.2.2
# via towncrier
coverage==5.5
# via
# -r requirements/test.txt
Expand All @@ -79,12 +79,12 @@ filelock==3.0.12
# via
# -r requirements/lint.txt
# virtualenv
flake8-pyi==20.10.0
# via -r requirements/lint.txt
flake8==3.9.2
# via
# -r requirements/lint.txt
# flake8-pyi
flake8-pyi==20.10.0
# via -r requirements/lint.txt
freezegun==1.1.0
# via -r requirements/test.txt
frozenlist==1.1.1
Expand Down Expand Up @@ -114,7 +114,7 @@ iniconfig==1.1.1
# via
# -r requirements/lint.txt
# pytest
isort==5.9.1
isort==5.9.2
# via -r requirements/lint.txt
jinja2==2.11.3
# via
Expand All @@ -130,16 +130,16 @@ multidict==5.1.0
# via
# -r requirements/multidict.txt
# yarl
mypy-extensions==0.4.3 ; implementation_name == "cpython"
mypy==0.790 ; implementation_name == "cpython"
# via
# -r requirements/lint.txt
# -r requirements/test.txt
# black
# mypy
mypy==0.790 ; implementation_name == "cpython"
mypy-extensions==0.4.3 ; implementation_name == "cpython"
# via
# -r requirements/lint.txt
# -r requirements/test.txt
# black
# mypy
nodeenv==1.5.0
# via
# -r requirements/lint.txt
Expand Down Expand Up @@ -188,16 +188,16 @@ pyparsing==2.4.7
# via
# -r requirements/lint.txt
# packaging
pytest-cov==2.12.1
# via -r requirements/test.txt
pytest-mock==3.6.1
# via -r requirements/test.txt
pytest==6.2.2
# via
# -r requirements/lint.txt
# -r requirements/test.txt
# pytest-cov
# pytest-mock
pytest-cov==2.12.1
# via -r requirements/test.txt
pytest-mock==3.6.1
# via -r requirements/test.txt
python-dateutil==2.8.1
# via freezegun
pytz==2020.5
Expand Down Expand Up @@ -227,7 +227,7 @@ six==1.15.0
# virtualenv
snowballstemmer==2.0.0
# via sphinx
sphinx==4.0.2
sphinx==4.0.3
# via
# -r requirements/doc.txt
# sphinxcontrib-asyncio
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black==21.6b0; implementation_name=="cpython"
flake8==3.9.2
flake8-pyi==20.10.0
isort==5.9.1
isort==5.9.2
mypy==0.790; implementation_name=="cpython"
pre-commit==2.13.0
pytest==6.2.2
10 changes: 5 additions & 5 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@ distlib==0.3.1
# via virtualenv
filelock==3.0.12
# via virtualenv
flake8-pyi==20.10.0
# via -r requirements/lint.in
flake8==3.9.2
# via
# -r requirements/lint.in
# flake8-pyi
flake8-pyi==20.10.0
# via -r requirements/lint.in
identify==1.5.14
# via pre-commit
iniconfig==1.1.1
# via pytest
isort==5.9.1
isort==5.9.2
# via -r requirements/lint.in
mccabe==0.6.1
# via flake8
mypy==0.790 ; implementation_name == "cpython"
# via -r requirements/lint.in
mypy-extensions==0.4.3
# via
# black
# mypy
mypy==0.790 ; implementation_name == "cpython"
# via -r requirements/lint.in
nodeenv==1.5.0
# via pre-commit
packaging==20.9
Expand Down