diff --git a/poetry.lock b/poetry.lock index c304bc01189b..4864d9621215 100644 --- a/poetry.lock +++ b/poetry.lock @@ -982,13 +982,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" -version = "3.3.8" +version = "3.3.9" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.8-py3-none-any.whl", hash = "sha256:7ef94aa692a600e82fabdd17102b73fc226758218c97473c7ad67bd4cb905d83"}, - {file = "pylint-3.3.8.tar.gz", hash = "sha256:26698de19941363037e2937d3db9ed94fb3303fdadf7d98847875345a8bb6b05"}, + {file = "pylint-3.3.9-py3-none-any.whl", hash = "sha256:01f9b0462c7730f94786c283f3e52a1fbdf0494bbe0971a78d7277ef46a751e7"}, + {file = "pylint-3.3.9.tar.gz", hash = "sha256:d312737d7b25ccf6b01cc4ac629b5dcd14a0fcf3ec392735ac70f137a9d5f83a"}, ] [package.dependencies] @@ -1578,4 +1578,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "04c1001331f91595e927e7d68444a7da54cdfd0a77967b822578d69709650a46" +content-hash = "607010ea6e9b08becccc4b191f2b8b66b05c59c9d22caa420750ca9c8742d508" diff --git a/pyproject.toml b/pyproject.toml index 1c624852c181..4d3027a6a3e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pytest = "8.4.1" mypy = "1.17.1" types-PyYAML = "6.0.12.20250822" autopep8 = "2.3.2" -pylint = "3.3.8" +pylint = "3.3.9" flake8 = "7.3.0" black = "25.1.0" bandit = "1.8.6"