Skip to content

Commit ba2f9c2

Browse files
Bump isort from 5.9.0 to 5.10.1 (#97)
Bumps [isort](https://github.com/pycqa/isort) from 5.9.0 to 5.10.1. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.9.0...5.10.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b33858 commit ba2f9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def readme():
2727
packages=["docstr_coverage"],
2828
install_requires=["click", "PyYAML"],
2929
extras_require={
30-
"lint": ["flake8==4.0.1", "black==22.3.0", "isort==5.9.0"],
30+
"lint": ["flake8==4.0.1", "black==22.3.0", "isort==5.10.1"],
3131
"test": ["pytest==6.2.5", "pytest-mock==3.4.0"],
3232
},
3333
include_package_data=True,

0 commit comments

Comments
 (0)