From 90256a3818f0751c4273664ed13b8c278e887c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 10:02:15 +0000 Subject: [PATCH] build(deps): bump isort from 5.10.1 to 5.11.2 Bumps [isort](https://github.com/pycqa/isort) from 5.10.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.10.1...5.11.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 3b06af6a32..9c764fc554 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,7 +6,7 @@ # additional test tools for linting and coverage measurement coverage==6.5.0 black==22.10.0 -isort==5.10.1 +isort==5.11.2 pylint==2.15.7 mypy==0.991 bandit==1.7.4