From 135deaf08f14f9bf557ca63e28234446ae60642c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 19:05:06 +0000 Subject: [PATCH] Bump pylint from 2.16.1 to 2.16.3 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.1 to 2.16.3. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.1...v2.16.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... 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 5d6be59..29f2ae9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,5 +6,5 @@ flake8==6.0.0 isort==5.12.0 mypy==0.991 pre-commit==3.0.4 -pylint==2.16.1 +pylint==2.16.3 pytest==7.2.1