From b87dcedc6b97ba8524cdbb07c4ea279c1700748e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 17:56:41 +0000 Subject: [PATCH] Bump pylint from 2.6.0 to 2.17.0 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.6.0 to 2.17.0. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.6.0...v2.17.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e48d86a..67fee41 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires=[ 'jira==3.0a2', 'pytest==6.1.2', - 'pylint==2.6.0', + 'pylint==2.17.0', 'requests-oauthlib==1.3.0', 'wikia-common-kibana==2.2.7', 'PyYAML==5.3.1',