From fa17fb8286c7a9d801e07f8f28dfabb79b74f287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:15:12 +0000 Subject: [PATCH] Update flake8 requirement from ~=4.0.1 to ~=6.1.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b6bdd66..8eeaea9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ wheel black~=22.3.0 -flake8~=4.0.1 +flake8~=6.1.0 mypy types-requests types-PyYAML