From 9818425e4c824f96ca1d6b19767cf27e6e0511de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 15:25:38 +0000 Subject: [PATCH] Update flake8 requirement from ~=3.9 to ~=4.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.0...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 2425e2a..b7e2993 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,8 +1,8 @@ -r requirements.txt asynctest~=0.13 -flake8~=3.9 +flake8~=4.0 flake8-docstrings~=1.6 -mypy==0.910 +mypy==0.930 pylint~=2.12 pylint-strict-informational==0.1 pytest~=6.2