From fe92485b08bd303e94f02b25cdace6422892fc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 23:23:51 +0000 Subject: [PATCH] Update flake8 requirement in the all-dependencies group Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. Updates `flake8` to 7.1.0 - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 127c73a..20e877c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ codecov~=2.1 cov-core~=1.15 coverage~=7.5 -flake8~=7.0 +flake8~=7.1 mock~=5.1 pytest~=8.2 pytest-cov~=5.0