Skip to content

Commit abb8e94

Browse files
Update isort requirement from ==5.7.* to ==5.12.*
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.12.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c7b418 commit abb8e94

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
@@ -2,6 +2,6 @@ pytest==6.2.*
22
pytest-cov==3.0.*
33
pytest-vcr==1.0.*
44
black==22.3.0
5-
isort==5.7.*
5+
isort==5.12.*
66
flake8==3.8.*
77
mypy==0.812

0 commit comments

Comments
 (0)