From 86db296c11ac7dc89e2def900ebbc7b540ceec81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:55:54 +0200 Subject: [PATCH] Bump pylint from 3.3.0 to 3.3.1 (#901) 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 47a533e5..91e9d455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ "mypy==1.11.2", "pre-commit==3.8.0", "pre-commit-hooks==4.6.0", - "pylint==3.3.0", + "pylint==3.3.1", "pytest==8.3.3", "pytest-asyncio==0.24.0", "pytest-aiohttp==1.0.5",