From 9d04402254f6731b3e5df6416e1c93465adbdab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:48:06 +1200 Subject: [PATCH] Update pylint requirement from ^2.15 to ^3.2 (#26) 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.15.0...v3.2.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0fae12..6a186fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ tenacity = "^8.1" [tool.poetry.dev-dependencies] black = "^24.1" isort = "^5.10.1" -pylint = "^2.15" +pylint = "^3.2" pytest = "^7.1" pre-commit = "^3.0.2"