From 61f6e15cdc265b8e2cd44386135e7a0790e665f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 14:18:14 +0000 Subject: [PATCH] Bump pylint from 1.9.5 to 2.13.9 Bumps [pylint](https://github.com/PyCQA/pylint) from 1.9.5 to 2.13.9. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-1.9.5...v2.13.9) --- 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..5121c7f543d8 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.13.9 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..62c951144806 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.13.9 coloredlogs~=15.0.1 pandas==1.2.0 timeout-decorator==0.5.0