From 505675ba1531944d6dd905aa8236dbc68abb79d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 00:17:54 +0000 Subject: [PATCH] Bump flake8-isort from 6.1.0 to 6.1.1 Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 6.1.0 to 6.1.1. - [Changelog](https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-isort/compare/6.1.0...6.1.1) --- updated-dependencies: - dependency-name: flake8-isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index b8f64b8c..c5862ac0 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,7 +2,7 @@ isort==5.12.0 coveralls==3.3.1 flake8==6.1.0 -flake8-isort==6.1.0 +flake8-isort==6.1.1 pydocstyle==6.3.0 pylint==3.0.1 pytest==7.4.2