From 91ee0302b168809b6d823c7d44862d4d867891fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 03:19:02 +0000 Subject: [PATCH] Update pylint requirement from ~3.1 to ~3.2 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/v3.1.0...v3.2.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 30362cf1d..16e6f0fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ deepl = "^1.2.1" [tool.poetry.dev-dependencies] mypy = "~1.10" pre-commit = "~3.7" -pylint = "~3.1" +pylint = "~3.2" pytest = "~8.2" types-requests = "~2.31"