From 68cf2e50a20507f1b2a6d32a266a857ffda7eaf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 21:38:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyli?= =?UTF-8?q?nt=20to=20v4.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0179f06..40f28bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev-dependencies = [ "mypy==1.18.2", "pre-commit==4.4.0", "pylint-per-file-ignores>=1.3.2", - "pylint==4.0.2", + "pylint==4.0.3", "pytest-aiohttp>=1.0.5", "pytest-asyncio==1.3.0", "pytest-cov==7.0.0", diff --git a/uv.lock b/uv.lock index 86f7930..9535f57 100644 --- a/uv.lock +++ b/uv.lock @@ -412,7 +412,7 @@ dev = [ { name = "covdefaults", specifier = ">=2.3.0" }, { name = "mypy", specifier = "==1.18.2" }, { name = "pre-commit", specifier = "==4.4.0" }, - { name = "pylint", specifier = "==4.0.2" }, + { name = "pylint", specifier = "==4.0.3" }, { name = "pylint-per-file-ignores", specifier = ">=1.3.2" }, { name = "pytest", specifier = "==9.0.1" }, { name = "pytest-aiohttp", specifier = ">=1.0.5" }, @@ -828,7 +828,7 @@ wheels = [ [[package]] name = "pylint" -version = "4.0.2" +version = "4.0.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "astroid" }, @@ -839,9 +839,9 @@ dependencies = [ { name = "platformdirs" }, { name = "tomlkit" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b6/f8/2feda2bc72654811f2596e856c33c2a98225fba717df2b55c8d6a1f5cdad/pylint-4.0.2.tar.gz", hash = "sha256:9c22dfa52781d3b79ce86ab2463940f874921a3e5707bcfc98dd0c019945014e", size = 1572401, upload-time = "2025-10-20T13:02:34.975Z" } +sdist = { url = "https://files.pythonhosted.org/packages/dd/9c/0500020a5446031220f487ca0c762713c6f3ddad7231b811aaf1d473f6aa/pylint-4.0.3.tar.gz", hash = "sha256:a427fe76e0e5355e9fb9b604fd106c419cafb395886ba7f3cebebb03f30e081d", size = 1570368, upload-time = "2025-11-13T15:54:41.394Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/1e/8b/2e814a255436fc6d604a60f1e8b8a186e05082aa3c0cabfd9330192496a2/pylint-4.0.2-py3-none-any.whl", hash = "sha256:9627ccd129893fb8ee8e8010261cb13485daca83e61a6f854a85528ee579502d", size = 536019, upload-time = "2025-10-20T13:02:32.778Z" }, + { url = "https://files.pythonhosted.org/packages/1f/01/b8acd4087102c774d432a6663bac4857405c64771445c0a3110828bc5c88/pylint-4.0.3-py3-none-any.whl", hash = "sha256:896d09afb0e78bbf2e030cd1f3d8dc92771a51f7e46828cbc3948a89cd03433a", size = 536199, upload-time = "2025-11-13T15:54:39.734Z" }, ] [[package]]