From 49d23e06df4220418f552d8c95a2ae1a6624dcaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 17:44:21 +0000 Subject: [PATCH] Update Pylint to v4.0.6 (#5277) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- changes/unreleased/5277.WktkduZbpMYLjqTRzcrphW.toml | 5 +++++ pyproject.toml | 2 +- uv.lock | 10 +++++----- 4 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 changes/unreleased/5277.WktkduZbpMYLjqTRzcrphW.toml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ccd4e901dcb..abc8058c9ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: ruff-format name: ruff format - repo: https://github.com/PyCQA/pylint - rev: v4.0.5 + rev: v4.0.6 hooks: - id: pylint files: ^(?!(tests|docs)).*\.py$ diff --git a/changes/unreleased/5277.WktkduZbpMYLjqTRzcrphW.toml b/changes/unreleased/5277.WktkduZbpMYLjqTRzcrphW.toml new file mode 100644 index 00000000000..4ce6cc1d9bb --- /dev/null +++ b/changes/unreleased/5277.WktkduZbpMYLjqTRzcrphW.toml @@ -0,0 +1,5 @@ +internal = "Update Pylint to v4.0.6" +[[pull_requests]] +uid = "5277" +author_uids = ["renovate[bot]"] +closes_threads = [] diff --git a/pyproject.toml b/pyproject.toml index 7464cb28feb..dccde433d5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ linting = [ "prek", "ruff==0.15.17", "mypy==1.20.2", - "pylint==4.0.5" + "pylint==4.0.6" ] all = [{ include-group = "tests" }, { include-group = "docs" }, { include-group = "linting"}] diff --git a/uv.lock b/uv.lock index 1214cc98a72..edb11db93d2 100644 --- a/uv.lock +++ b/uv.lock @@ -1415,7 +1415,7 @@ wheels = [ [[package]] name = "pylint" -version = "4.0.5" +version = "4.0.6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "astroid" }, @@ -1427,9 +1427,9 @@ dependencies = [ { name = "tomli", marker = "python_full_version < '3.11'" }, { name = "tomlkit" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e4/b6/74d9a8a68b8067efce8d07707fe6a236324ee1e7808d2eb3646ec8517c7d/pylint-4.0.5.tar.gz", hash = "sha256:8cd6a618df75deb013bd7eb98327a95f02a6fb839205a6bbf5456ef96afb317c", size = 1572474, upload-time = "2026-02-20T09:07:33.621Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/1d/3bb57f303701549550d74bf7ced2b07412be97125c167a0c9d216aa9f762/pylint-4.0.6.tar.gz", hash = "sha256:52f19191bee08bf103f9705ad1a0ece4aa5a0a4ef2bdcbd969375a1e6f6579d5", size = 1585588, upload-time = "2026-06-14T14:43:26.772Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d5/6f/9ac2548e290764781f9e7e2aaf0685b086379dabfb29ca38536985471eaf/pylint-4.0.5-py3-none-any.whl", hash = "sha256:00f51c9b14a3b3ae08cff6b2cdd43f28165c78b165b628692e428fb1f8dc2cf2", size = 536694, upload-time = "2026-02-20T09:07:31.028Z" }, + { url = "https://files.pythonhosted.org/packages/ab/da/acb2e7d4dbd2dfb792d38c0d850481f29ad7049b356d23f56c687d35203b/pylint-4.0.6-py3-none-any.whl", hash = "sha256:d11a0e1fdb7b1cd46ec5d6fc78fee8b95f28695b2d6140e5809925f61e32ea54", size = 538389, upload-time = "2026-06-14T14:43:24.873Z" }, ] [[package]] @@ -1645,7 +1645,7 @@ all = [ { name = "mypy", specifier = "==1.20.2" }, { name = "prek" }, { name = "pydantic", marker = "python_full_version >= '3.14'", specifier = ">=2.12.0a1" }, - { name = "pylint", specifier = "==4.0.5" }, + { name = "pylint", specifier = "==4.0.6" }, { name = "pytest", specifier = "==9.0.3" }, { name = "pytest-asyncio", specifier = "==0.21.2" }, { name = "pytest-cov" }, @@ -1674,7 +1674,7 @@ docs = [ linting = [ { name = "mypy", specifier = "==1.20.2" }, { name = "prek" }, - { name = "pylint", specifier = "==4.0.5" }, + { name = "pylint", specifier = "==4.0.6" }, { name = "ruff", specifier = "==0.15.17" }, ] tests = [