From 90c0b28cdb32f9519f01179a287246c6d37b8e93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:22:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyli?= =?UTF-8?q?nt=20to=20v3.2.3?= 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 318cfe8..a35e2e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -717,13 +717,13 @@ files = [ [[package]] name = "pylint" -version = "3.2.2" +version = "3.2.3" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, - {file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, + {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, + {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, ] [package.dependencies] @@ -1127,4 +1127,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "14df96429369b2ab6c4c3be7ca01dc1dab9c39f4e55681bcbfa21aa2fa251125" +content-hash = "2afcedf19c153f20bd1cdf8836175bf6a8514ffd16d2de7c6173e95d55b21eff" diff --git a/pyproject.toml b/pyproject.toml index b66c12f..437762b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ coverage = {version = "7.5.3", extras = ["toml"]} mypy = "1.10.0" pre-commit = "3.7.1" pre-commit-hooks = "4.6.0" -pylint = "3.2.2" +pylint = "3.2.3" pytest = "8.2.2" pytest-asyncio = "0.23.7" pytest-cov = "5.0.0"