From d6807469e9253468cb5b0a0c82754ba5025d04df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 23:05:51 +0000 Subject: [PATCH] Bump pylint from 2.14.5 to 2.16.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.5 to 2.16.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.5...v2.16.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... 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 f8f6808..a8bfccb 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -34,7 +34,7 @@ pycodestyle==2.10.0 # via flake8 pyflakes==3.0.1 # via flake8 -pylint==2.16.2 +pylint==2.16.3 # via -r dev-requirements.in pytest==7.2.2 # via -r dev-requirements.in