From 38f336856493a036aaaf2b4de54938299625ced3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 00:37:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyli?= =?UTF-8?q?nt=20to=20v4.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index cb17f955..cb632dd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1316,13 +1316,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[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] @@ -1332,7 +1332,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" @@ -1747,4 +1747,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fd600bf49134c9b02999f7e7209257b32366eda48f694ddfd480c991a28e9293" +content-hash = "1343c79d8f4e1b1362ebc68ed3a2fc7b05125029e825b529d1eb3744e30b58f9" diff --git a/pyproject.toml b/pyproject.toml index 7adb6ec0..6ae87de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ coverage = { version = "7.13.4", extras = ["toml"] } mypy = "1.19.1" pre-commit = "4.5.1" pre-commit-hooks = "6.0.0" -pylint = "4.0.4" +pylint = "4.0.5" pytest = "9.0.2" pytest-asyncio = "1.3.0" pytest-cov = "7.0.0"