From 62d2a43878d3a2c2769f09bcb532b96f202a6538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:01:24 +0000 Subject: [PATCH 1/2] Bump flake8 from 3.8.4 to 4.0.1 Bumps [flake8](https://github.com/pycqa/flake8) from 3.8.4 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.8.4...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... 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 a0af768de..9a0c374ab 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -7,6 +7,6 @@ pytest-xdist==2.2.1 moto==2.0.7 pycodestyle==2.6.0 pydocstyle==5.1.1 -flake8==3.8.4 +flake8==4.0.1 mypy==0.812 mypy-extensions==0.4.3 From 79c16f06c5256e9c27faf2e87e22c0f364f7cb39 Mon Sep 17 00:00:00 2001 From: Shyam Dwaraknath <16827130+shyamd@users.noreply.github.com> Date: Thu, 20 Jan 2022 21:46:35 -0800 Subject: [PATCH 2/2] Remove pycodestyle since flake8 requires is --- requirements-testing.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 9a0c374ab..dcbc336e1 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,7 +5,6 @@ pytest-cov==2.12.1 pytest-mock==3.5.1 pytest-xdist==2.2.1 moto==2.0.7 -pycodestyle==2.6.0 pydocstyle==5.1.1 flake8==4.0.1 mypy==0.812