From ace19a577b1df5757f3f704ce8c0c51a8e28da2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 07:51:16 +0000 Subject: [PATCH] Update flake8 requirement from <7.0.0,>=3.7.7 to >=7.1.0,<8.0.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/3.7.7...7.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 3837c0527..a3621d685 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, <7.0.0 +flake8>=7.1.0, <8.0.0 mypy>=1.0, <2.0 types-requests>=2.25, <3.0 types-toml>=0.10, <1.0