diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-21 15:40:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 15:40:27 +0200 |
commit | fa675924c39759ca40eebd54df164b2697093955 (patch) | |
tree | d6bb13ad1e16f2f99fcff28bb4434d605ea37ed6 /requirements_test_pre_commit.txt | |
parent | ee70d32cdc4c8ca587cdf62f10559da8934736ca (diff) | |
download | pylint-git-fa675924c39759ca40eebd54df164b2697093955.tar.gz |
Bump isort from 5.8.0 to 5.9.0 (#4598)
Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.8.0...5.9.0)
---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:production
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>
Diffstat (limited to 'requirements_test_pre_commit.txt')
-rw-r--r-- | requirements_test_pre_commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index cf19f9b48..174e83f36 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -2,5 +2,5 @@ # in .pre-commit-config.yaml black==21.6b0;python_full_version>="3.6.2" flake8==3.9.2 -isort==5.8.0 +isort==5.9.0 mypy==0.902 |