From 6e7560d5cb8acacbcabf8ca8ead73cc84c7eceb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 07:35:32 +0000 Subject: [PATCH] Update dependency pylint to v3.3.9 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3177fc23..301a221e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1851,13 +1851,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.3.7" +version = "3.3.9" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.7-py3-none-any.whl", hash = "sha256:43860aafefce92fca4cf6b61fe199cdc5ae54ea28f9bf4cd49de267b5195803d"}, - {file = "pylint-3.3.7.tar.gz", hash = "sha256:2b11de8bde49f9c5059452e0c310c079c746a0a8eeaa789e5aa966ecc23e4559"}, + {file = "pylint-3.3.9-py3-none-any.whl", hash = "sha256:01f9b0462c7730f94786c283f3e52a1fbdf0494bbe0971a78d7277ef46a751e7"}, + {file = "pylint-3.3.9.tar.gz", hash = "sha256:d312737d7b25ccf6b01cc4ac629b5dcd14a0fcf3ec392735ac70f137a9d5f83a"}, ] [package.dependencies] @@ -2660,4 +2660,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6cb088854caf8c3f93760eb6af1e8646cde4a3cfebb0e26b651db60109668ebe" +content-hash = "7688b0610e54b5f11153d708dd759f5e11b4965824e35f96ab9440ff874c1bff" diff --git a/pyproject.toml b/pyproject.toml index ff8e3139..d324f7dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ coverage = {version = "7.9.1", extras = ["toml"]} mypy = "1.16.0" pre-commit = "4.2.0" pre-commit-hooks = "5.0.0" -pylint = "3.3.7" +pylint = "3.3.9" pytest = "8.4.0" pytest-asyncio = "1.0.0" pytest-cov = "6.2.1"