diff --git a/poetry.lock b/poetry.lock index d2c7615b2..187601ddc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1848,13 +1848,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] @@ -2693,4 +2693,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "63e56be918972aec51091c2475a9e600862ffb40172c48683b557f10eddb805b" +content-hash = "493ec3b80a5b79ec0fd3a53917d6e6f1f96d88e223d610db6460938c104cde08" diff --git a/pyproject.toml b/pyproject.toml index ed888c1af..85faa041a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ freezegun = "1.5.2" mypy = "1.13.0" pre-commit = "4.2.0" pre-commit-hooks = "4.6.0" -pylint = "3.3.7" +pylint = "3.3.9" pytest = "8.4.0" pytest-asyncio = "0.26.0" pytest-cov = "6.2.1"