diff --git a/poetry.lock b/poetry.lock index 86d3c61b7a40..1a767ecc6ad2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1138,13 +1138,13 @@ tests = ["coverage[toml] (==7.10.7)", "pytest (>=8.4.2,<9.0.0)"] [[package]] name = "pylint" -version = "4.0.4" +version = "4.0.5" description = "python code static checker" optional = false python-versions = ">=3.10.0" files = [ - {file = "pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0"}, - {file = "pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2"}, + {file = "pylint-4.0.5-py3-none-any.whl", hash = "sha256:00f51c9b14a3b3ae08cff6b2cdd43f28165c78b165b628692e428fb1f8dc2cf2"}, + {file = "pylint-4.0.5.tar.gz", hash = "sha256:8cd6a618df75deb013bd7eb98327a95f02a6fb839205a6bbf5456ef96afb317c"}, ] [package.dependencies] @@ -1154,7 +1154,7 @@ dill = [ {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, ] -isort = ">=5,<5.13 || >5.13,<8" +isort = ">=5,<5.13 || >5.13,<9" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2" tomlkit = ">=0.10.1" @@ -1692,4 +1692,4 @@ zstd = ["backports-zstd (>=1.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.11, <3.14" -content-hash = "94eee85d342a10e9fd82a981e52be4e64ed6e13a58ae4be2efb1099cf5874468" +content-hash = "55aaf9ddcdc493bd06b8d82392410781690826b337828beea89d8f0635aab9d0" diff --git a/pyproject.toml b/pyproject.toml index 513954a5fbaa..45bcdd030ec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pytest = "9.0.2" mypy = "1.19.1" types-PyYAML = "6.0.12.20250915" autopep8 = "2.3.2" -pylint = "4.0.4" +pylint = "4.0.5" flake8 = "7.3.0" black = "26.1.0" bandit = "1.9.3"