From 88b0d6476a2b485d81a625a325a693764a9850c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 14:18:10 +0000 Subject: [PATCH] Bump flake8 from 3.9.2 to 4.0.1 Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements-py2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements-py2.txt b/dev-requirements-py2.txt index 1f9b1de76f32..32ba747cfd11 100644 --- a/dev-requirements-py2.txt +++ b/dev-requirements-py2.txt @@ -1,4 +1,4 @@ -flake8==3.9.2 +flake8==4.0.1 bandit==1.6.2 demisto-py>=3.0.2 PyYAML==5.3.1