From b18290167e8ac2a5126491ce2ccadc0aec4f31d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 01:22:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyli?= =?UTF-8?q?nt=20to=20v3.1.1?= 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 444795d..97a7a3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,13 @@ files = [ [[package]] name = "pylint" -version = "3.1.0" +version = "3.1.1" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.1.0-py3-none-any.whl", hash = "sha256:507a5b60953874766d8a366e8e8c7af63e058b26345cfcb5f91f89d987fd6b74"}, - {file = "pylint-3.1.0.tar.gz", hash = "sha256:6a69beb4a6f63debebaab0a3477ecd0f559aa726af4954fc948c51f7a2549e23"}, + {file = "pylint-3.1.1-py3-none-any.whl", hash = "sha256:862eddf25dab42704c5f06d3688b8bc19ef4c99ad8a836b6ff260a3b2fbafee1"}, + {file = "pylint-3.1.1.tar.gz", hash = "sha256:c7c2652bf8099c7fb7a63bc6af5c5f8f7b9d7b392fa1d320cb020e222aff28c2"}, ] [package.dependencies] @@ -1218,4 +1218,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "056201f86a18b2a4bff85c63634a0183524bf3221965cccee7c796996f8b9d48" +content-hash = "29eb3743cd15edd29b422b88b427c3aa24bc63112f87f45ed72091737136fb48" diff --git a/pyproject.toml b/pyproject.toml index 9063248..84aad7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ coverage = {version = "7.5.1", extras = ["toml"]} mypy = "1.10.0" pre-commit = "3.7.1" pre-commit-hooks = "4.6.0" -pylint = "3.1.0" +pylint = "3.1.1" pytest = "8.2.0" pytest-asyncio = "0.23.6" pytest-cov = "5.0.0"