From d4de0bfd8cb0c92efd3cef5a477e25146b4398c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:05:44 +0000 Subject: [PATCH] Bump pylint from 2.14.4 to 2.15.5 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.4 to 2.15.5. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.4...v2.15.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3d238b..43bab33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "coveralls==3.3.1", "parameterized==0.8.1", - "pylint==2.14.4", + "pylint==2.15.5", "pylint-django==2.5.3", "pytest==7.1.2", "pytest-cov==3.0.0",