From 9aa96df6ca0c75eabffb5820c619c8652a0bca19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:08:04 +0000 Subject: [PATCH] Bump pylint from 1.9.5 to 2.16.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 1.9.5 to 2.16.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-1.9.5...v2.16.2) --- updated-dependencies: - dependency-name: pylint 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..f79dfa948f0c 100644 --- a/dev-requirements-py2.txt +++ b/dev-requirements-py2.txt @@ -2,7 +2,7 @@ flake8==3.9.2 bandit==1.6.2 demisto-py>=3.0.2 PyYAML==5.3.1 -pylint==1.9.5 +pylint==2.16.2 pykwalify==1.7.0 pytest==4.6.5 pytest-mock==2.0.0 diff --git a/dev-requirements-py3.txt b/dev-requirements-py3.txt index a0dcb2c313c3..a51c8d6ce1f2 100644 --- a/dev-requirements-py3.txt +++ b/dev-requirements-py3.txt @@ -13,7 +13,7 @@ gitpython~=3.0 freezegun==0.3.12 vulture==2.3 git+https://github.com/npsolve/parinx.git@6493798ceba8089345d970f71be4a896eb6b081d#egg=parinx -pylint==2.12.2 +pylint==2.16.2 coloredlogs~=15.0.1 pandas==1.2.0 timeout-decorator==0.5.0