From 6e2db8311587ef3d37bedc3c96c10c5680cc8045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:36:29 +0000 Subject: [PATCH] Update flake8 requirement from ~=5.0.4 to ~=7.1.1 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.1) --- 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..f707853 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.1 pytest ~=7.4.4