From d1868660194e4b13b81c383a7347a97b0a8e2acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:05:22 +0000 Subject: [PATCH] chore(deps): bump flake8 from 7.0.0 to 7.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 847eadf8..1bd35bae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ dataclasses==0.7;python_version<"3.7" pydantic>=2.3.0, <3.0.0 pytest-xdist==3.6.1 pytest-lazy-fixture==0.6.3 -flake8==7.0.0 +flake8==7.1.0 flake8-bugbear==24.4.26 isort==5.13.2 black==24.4.2