From 888e129bab7b9a47734a8bb22a2e2ea94f570550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 06:00:45 +0000 Subject: [PATCH] Bump isort from 5.8.0 to 5.11.4 Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.11.4. - [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.8.0...5.11.4) --- 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 31c7d1f..97fa710 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ aresponses==2.1.4 coverage==5.4 flake8==3.9.2 flake8-docstrings==1.6.0 -isort==5.8.0 +isort==5.11.4 mypy==0.910 pylint==2.9.3 pytest==6.2.3