From 3d988eab5d000c7522ce0b4f3ffd7cb515e8d929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 14:04:16 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... 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 395c09531..03f6ac9db 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ #--------------------------------------------------------- backports.cached-property==1.0.2; python_version<="3.7" coveralls==3.3.1 -flake8==5.0.4 +flake8==6.0.0 pillow==9.4.0 pytest==7.2.2 pytest-cache==1.0