From df73fb2a0d5293f353c4c8a99557d7038c7fe8b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:13:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyli?= =?UTF-8?q?nt=20to=20v4.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2e5f4d0..2a2dfb8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1878,13 +1878,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "4.0.3" +version = "4.0.4" description = "python code static checker" optional = false python-versions = ">=3.10.0" files = [ - {file = "pylint-4.0.3-py3-none-any.whl", hash = "sha256:896d09afb0e78bbf2e030cd1f3d8dc92771a51f7e46828cbc3948a89cd03433a"}, - {file = "pylint-4.0.3.tar.gz", hash = "sha256:a427fe76e0e5355e9fb9b604fd106c419cafb395886ba7f3cebebb03f30e081d"}, + {file = "pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0"}, + {file = "pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2"}, ] [package.dependencies] @@ -2703,4 +2703,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8e621a8be782d6be336f89ac5db107be4bcf28362cd89afac4c0ea279ce3d363" +content-hash = "b316b820a3672714e654796bc42a5f3c3378779d98ab91506d962c9970560dd8" diff --git a/pyproject.toml b/pyproject.toml index bf58a6b..022ed19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ coverage = {version = "7.12.0", extras = ["toml"]} mypy = "1.18.2" pre-commit = "4.5.0" pre-commit-hooks = "6.0.0" -pylint = "4.0.3" +pylint = "4.0.4" pytest = "9.0.1" pytest-asyncio = "1.3.0" pytest-cov = "7.0.0"