From 4943e0f61a44fe1ad64640e22e618ca6461fd501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 06:46:34 +0000 Subject: [PATCH] Bump pylint from 2.14.5 to 2.15.4 in /requirements Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.5 to 2.15.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.5...v2.15.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index def20df..8933b41 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -3,5 +3,5 @@ black==22.6.0 mypy==0.971 isort==5.10.1 -pylint==2.14.5 +pylint==2.15.4 pylama==8.3.8