From b33fa0ea385ccf72121018c816732413b160d985 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 16:59:15 +0000 Subject: [PATCH] Update dependency pylint to v4.0.8 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4e9d695221c..3cf9b080405 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1312,13 +1312,13 @@ crypto = ["cryptography (>=3.4.0)"] [[package]] name = "pylint" -version = "4.0.7" +version = "4.0.8" description = "python code static checker" optional = false python-versions = ">=3.10.0" files = [ - {file = "pylint-4.0.7-py3-none-any.whl", hash = "sha256:be4a3111557a614411ed1fc89347ce4a8e1013a59e1f33d11485227a02e3304d"}, - {file = "pylint-4.0.7.tar.gz", hash = "sha256:9b2d1d15791c84b77a4fe2aafe8f0d9570717e2dea06d53b19c105cf60275a52"}, + {file = "pylint-4.0.8-py3-none-any.whl", hash = "sha256:3341c08c0aabaa4adc71516de0969f3ba5c692b56c75af4dcb4d242823fbe363"}, + {file = "pylint-4.0.8.tar.gz", hash = "sha256:1c1b2128bde5ff5e966801413080b6384d42a5782718d528c906dbb6beab94ed"}, ] [package.dependencies] @@ -1328,7 +1328,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,<9" +isort = ">=5,<5.13 || >5.13,<10" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2" tomlkit = ">=0.10.1" @@ -1866,4 +1866,4 @@ zstd = ["backports-zstd (>=1.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.11, <3.14" -content-hash = "1c700cba9b03b77f796dd724255d11778cdd1a700d41001219b374fe6ae095f5" +content-hash = "6176c70ecefae50e171f541fa073d5665049152391dfb47c993972022436eedd" diff --git a/pyproject.toml b/pyproject.toml index 6fc5556a8c0..339c73225e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pytest = "9.1.1" mypy = "2.3.1" types-PyYAML = "6.0.12.20260815" autopep8 = "2.3.2" -pylint = "4.0.7" +pylint = "4.0.8" flake8 = "7.3.0" black = "26.5.1" bandit = "1.9.4"