From f5d708f6a06775a56a0f2928e904f995bf9eb4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:34:26 +0000 Subject: [PATCH] Bump flake8 from 6.1.0 to 7.0.0 (#1051) Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d8db08bb..a3604fdc 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ coverage==7.4.0 black==23.3.0 isort==5.13.2 -flake8==6.1.0 +flake8==7.0.0 pyflakes==3.2.0 drf-openapi-tester==2.3.3 pre-commit==3.6.0 \ No newline at end of file