From 1c9db1c6671cb07d4f52d5c7391ed26d85163586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 02:28:47 +0000 Subject: [PATCH] Update flake8 requirement from ~=5.0.4 to ~=7.1.2 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...7.1.2) --- 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 e4f10c6..efbe7b7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,5 +8,5 @@ # It only exists to keep the list of dependencies in a separate file from # setup.py. coverage ~=7.2 -flake8 ~=5.0.4 +flake8 ~=7.1.2 pytest ~=7.4.4