From ce43da799aa7c13354c36980b5fddb2b4b550399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 08:21:40 +0000 Subject: [PATCH] Update flake8 requirement from <6.1,>=3.8 to >=3.8,<6.2 in /requirements Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/3.8.0...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 18c3a586..8a2e57d3 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,7 +3,7 @@ # tooling black -flake8>=3.8,<6.1 +flake8>=3.8,<6.2 flake8-builtins>=1.5,<2.2 flake8-isort>=4.0,<6.1 flake8-print>=5,<5.1