From fac288b367f744e98bf43e30910faf89df2e12ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:11:30 +0000 Subject: [PATCH] chore(deps-dev): update pylint requirement Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.9.3...v2.15.10) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73c7321db..345bbafaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev = [ # Exclude pip-audit v2.4.9 because it has a bug. # See https://github.com/pypa/pip-audit/commit/22d7e4c7f5acd20852c57b52b46e861a716ab09f. "pip-audit >=2.4.8,<3.0.0,!=2.4.9", - "pylint >=2.9.3,<2.15.10", + "pylint >=2.9.3,<2.15.11", "cyclonedx-bom >=3.5.0,<4.0.0", ] docs = [