From 1b0b6ec0fb059d297b6eb3a64ded3d3957d33c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 18:07:44 +0000 Subject: [PATCH] Bump flake8 from 3.9.2 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...6.0.0) --- 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 +- dev-requirements-py3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements-py2.txt b/dev-requirements-py2.txt index 1f9b1de76f32..bcf3265797b9 100644 --- a/dev-requirements-py2.txt +++ b/dev-requirements-py2.txt @@ -1,4 +1,4 @@ -flake8==3.9.2 +flake8==6.0.0 bandit==1.6.2 demisto-py>=3.0.2 PyYAML==5.3.1 diff --git a/dev-requirements-py3.txt b/dev-requirements-py3.txt index a0dcb2c313c3..a22322a7c374 100644 --- a/dev-requirements-py3.txt +++ b/dev-requirements-py3.txt @@ -1,4 +1,4 @@ -flake8==4.0.1 +flake8==6.0.0 bandit~=1.7.0 demisto-py>=3.1.4 demisto-sdk==1.6.6