From 1989f4ba890b6ea5db2d734327272e0e9f67447c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:02:31 +0000 Subject: [PATCH] build(deps): bump isort from 5.10.1 to 5.12.0 Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.12.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.10.1...5.12.0) --- 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..2ddbb709ee 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.12.0 pylint==2.15.7 mypy==0.991 bandit==1.7.4