From ade6bc2e65efb5e0eaec1a37d74508c96737758f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:08:23 +0000 Subject: [PATCH] Bump pylint from 2.16.2 to 2.16.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.2 to 2.16.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.2...v2.16.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7c9c167..f7654d9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,2 +1,2 @@ pytest==7.2.1 -pylint==2.16.2 +pylint==2.16.3 -- 2.47.2