From 33ed01f26585c92fcf1e2c80a339bc6f6a94e8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 06:22:24 +0000 Subject: [PATCH] chore(deps-dev): update pylint requirement Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.12.2...v3.0.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8297dc3..fa13231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytest = "^7.1.0" pytest-cov = "^4.0.0" pytest-asyncio = "^0.20.1" pytest-mock = "^3.7.0" -pylint = "^2.12.2" +pylint = ">=2.12.2,<4.0.0" pyupgrade = "^3.0.0" safety = "^2.0.0" vulture = "^2.3"