From 9ec8658a77694b0dc0b804f6740dd698a6707826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:21:54 +0000 Subject: [PATCH] Update flake8 requirement from <6.0.0,>=3.7.7 to >=3.7.7,<7.0.0 (#825) 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.7.7...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a529614a6..e9baf42b4 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,6 +1,6 @@ # development dependencies (see docs.txt for documentation building dependencies) # linting and static type-checking -flake8>=3.7.7, <6.0.0 +flake8>=3.7.7, <7.0.0 mypy~= 0.900 types-requests>=2.25.0, <3.0.0 # testing