Skip to content

Commit 6eee79a

Browse files
Update isort requirement from ==5.7.* to ==5.10.* (#82)
Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.7.0...5.10.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matin Tamizi <matin@users.noreply.github.com>
1 parent d954390 commit 6eee79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest==6.2.*
22
pytest-cov==2.11.*
33
black==20.8b1
4-
isort==5.7.*
4+
isort==5.10.*
55
flake8==4.0.*
66
mypy==0.790

0 commit comments

Comments
 (0)