From 79c075b93d387eb82b076bbf044dd23ce193749b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:15:15 +0000 Subject: [PATCH] Update flake8 requirement from ~=7.0.0 to ~=7.1.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...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 edecfbc..b1b666b 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -2,7 +2,7 @@ bandit~=1.7.8 black~=24.3.0 boto3-stubs~=1.34.77 bpython~=0.24 -flake8~=7.0.0 +flake8~=7.1.0 isort~=5.13.2 mypy~=1.9.0 pycodestyle~=2.11.1