From 1f47d399fe6f11e6939ac3644d5668860febdecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:49:36 +0100 Subject: [PATCH] Bump pylint from 3.3.2 to 3.3.3 (#459) 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 b89449e..d6067a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ test = [ "mypy==1.14.0", "pre-commit==4.0.1", "pre-commit-hooks==5.0.0", - "pylint==3.3.2", + "pylint==3.3.3", "pytest==8.3.4", "pytest-asyncio==0.25.0", "pytest-aiohttp==1.0.5",