From 31e178398ef45445b287429a6be4aa9a712277e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 11:26:13 +0200 Subject: [PATCH] Bump isort from 5.11.3 to 5.11.4 (#142) Bumps [isort](https://github.com/pycqa/isort) from 5.11.3 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.11.3...5.11.4) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3c564bffc..c5c2c0454e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ voluptuous==0.13.1 black==22.12.0 flake8==6.0.0 -isort==5.11.3 +isort==5.11.4 mypy==0.991 pylint==2.15.9 pytest==7.2.0