build(deps): bump isort from 5.11.1 to 5.11.2

Bumps [isort](https://github.com/pycqa/isort) from 5.11.1 to 5.11.2.
- [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.11.1...5.11.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-14 10:02:10 +00:00 committed by GitHub
parent 7291411ad9
commit 09a4cc52fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
# additional test tools for linting and coverage measurement
coverage==6.5.0
black==22.12.0
isort==5.11.1
isort==5.11.2
pylint==2.15.8
mypy==0.991
bandit==1.7.4