diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-15 15:13:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 15:13:04 +0100 |
commit | 0089cf3fd2d53b3c547e873bd9f728244d2c594b (patch) | |
tree | 0c9aae4853e39bd2753f4c0e90b1f4f39e3acef1 /requirements_test_pre_commit.txt | |
parent | 6471273d1b17ef61bf90adfe642604c89f173952 (diff) | |
download | pylint-git-0089cf3fd2d53b3c547e873bd9f728244d2c594b.tar.gz |
Bump isort from 5.10.0 to 5.10.1 (#5308)
Bumps [isort](https://github.com/pycqa/isort) from 5.10.0 to 5.10.1.
- [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.10.0...5.10.1)
---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 4287ccbb8..3d730baf7 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -2,5 +2,5 @@ # in .pre-commit-config.yaml black==21.10b0;python_full_version>="3.6.2" flake8==4.0.1 -isort==5.10.0 +isort==5.10.1 mypy==0.910 |