From 59a38c87957bc9332403547b6c1d812d891322ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 03:10:37 +0000 Subject: [PATCH] Bump flake8-import-order from 0.18.1 to 0.18.2 (#309) Bumps [flake8-import-order](https://github.com/PyCQA/flake8-import-order) from 0.18.1 to 0.18.2. - [Release notes](https://github.com/PyCQA/flake8-import-order/releases) - [Changelog](https://github.com/PyCQA/flake8-import-order/blob/master/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/flake8-import-order/compare/0.18.1...0.18.2) --- updated-dependencies: - dependency-name: flake8-import-order 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 510f8cc..bb5f126 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ python-memcached==1.59 flake8==5.0.4 flake8-bandit==4.1.1 flake8-bugbear==22.10.27 -flake8-import-order==0.18.1 +flake8-import-order==0.18.2 flake8-requirements==1.7.5 typing_extensions==4.4.0; python_version<"3.10"