From 12c9e3a6227688a77f7c2dab67432a01df56bf0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:11:47 +0000 Subject: [PATCH] Bump pylint from 2.13.7 to 2.16.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.7 to 2.16.1. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.7...v2.16.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 7282576..f3d0889 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,5 +3,5 @@ black==22.3.0 flake8==4.0.1 mypy==0.942 pydocstyle==6.1.1 -pylint==2.13.7 +pylint==2.16.1 pre-commit==2.18.1