From 2adb02f6ea5c0f66f68426e3e50472b04730a682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 09:07:29 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 5.0.3 Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.3. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.3) --- 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 894c0ebd..86ea1878 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ pylint-strict-informational==0.1 black==22.3.0 codespell==2.1.0 flake8-docstrings==1.6.0 -flake8==4.0.1 +flake8==5.0.3 isort==5.10.1 pydocstyle==6.1.1 pyupgrade==2.31.1