From 1eba0800db54f26cb9703d564905a391bb4f95a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 07:32:45 +0000 Subject: [PATCH] Bump isort from 5.11.1 to 5.12.0 in /tools Bumps [isort](https://github.com/pycqa/isort) from 5.11.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.11.1...5.12.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 0ec591d7..f39c90dc 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -6,7 +6,7 @@ coverage==6.5.0 entrypoints==0.4 flake8==6.0.0 httpretty==1.0.5 -isort==5.11.1 +isort==5.12.0 mccabe==0.7.0 mock==4.0.3 more-itertools==9.0.0