From 3eb78d2ab2b258a0cc88fe4630933cda211e1c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 04:58:11 +0000 Subject: [PATCH] Bump pylint from 2.7.0 to 2.16.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.7.0 to 2.16.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.7.0...v2.16.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 7d72bfe..d01efa1 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -5,6 +5,6 @@ flake8-docstrings==1.6.0 flake8-import-order==0.18.1 flake8-quotes==3.2.0 isort==5.8.0 -pylint==2.7.0 +pylint==2.16.3 pydocstyle==6.0.0 flakehell==0.9.0 \ No newline at end of file