From 70eb38d56e8e6e4642b6edaa25ced7f7ea0b7717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 19:05:50 +0000 Subject: [PATCH] Bump pylint from 1.9.5 to 2.16.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 1.9.5 to 2.16.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-1.9.5...v2.16.3) --- 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..8c62ad6d582d 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.3 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..67d24c19d105 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.3 coloredlogs~=15.0.1 pandas==1.2.0 timeout-decorator==0.5.0