From 60687a9c5aefa2efe714dc47dde922c846ea35f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 00:23:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyli?= =?UTF-8?q?nt=20to=20v3.3.8?= 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 72c11351..15f782d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1687,13 +1687,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.3.7" +version = "3.3.8" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.7-py3-none-any.whl", hash = "sha256:43860aafefce92fca4cf6b61fe199cdc5ae54ea28f9bf4cd49de267b5195803d"}, - {file = "pylint-3.3.7.tar.gz", hash = "sha256:2b11de8bde49f9c5059452e0c310c079c746a0a8eeaa789e5aa966ecc23e4559"}, + {file = "pylint-3.3.8-py3-none-any.whl", hash = "sha256:7ef94aa692a600e82fabdd17102b73fc226758218c97473c7ad67bd4cb905d83"}, + {file = "pylint-3.3.8.tar.gz", hash = "sha256:26698de19941363037e2937d3db9ed94fb3303fdadf7d98847875345a8bb6b05"}, ] [package.dependencies] @@ -2429,4 +2429,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4a7084d0d91e97eae045f58bfc754d9e4679bb6dfee74ac17b15f377141f2400" +content-hash = "0a90a9956862d499ce153710efbb977c1cb8084eb3c4579283a53fad9ccc5bb3" diff --git a/pyproject.toml b/pyproject.toml index c8311216..6ec421df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ coverage = {version = "7.10.2", extras = ["toml"]} mypy = "1.17.1" pre-commit = "4.2.0" pre-commit-hooks = "5.0.0" -pylint = "3.3.7" +pylint = "3.3.8" pytest = "8.4.1" pytest-asyncio = "0.26.0" pytest-cov = "6.2.1"