From 09934eb3e607d53decb09ac6a1c1de2dee9b75ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 00:26:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyli?= =?UTF-8?q?nt=20to=20v3.2.2?= 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 e225744..74bfc02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -720,17 +720,17 @@ files = [ [[package]] name = "pylint" -version = "3.2.1" +version = "3.2.2" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.1-py3-none-any.whl", hash = "sha256:93643d4caa0f5ca3c24e16ed0cc835e9a1481870c3abcb481aad0cb4cb121243"}, - {file = "pylint-3.2.1.tar.gz", hash = "sha256:c4ab2acdffeb1bead50ecf41b15b38ebe61a173e4234d5545bddd732f1f3380a"}, + {file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, + {file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, ] [package.dependencies] -astroid = ">=3.2.1,<=3.3.0-dev0" +astroid = ">=3.2.2,<=3.3.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, @@ -1160,4 +1160,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e5f5831cf1dd1c51444b231640a783996703e61d62193ac61d2dcccd184b4d68" +content-hash = "b246fe36d28f6a758d91d54338be964d78a1dca010480b334bacc8bb2b1d5848" diff --git a/pyproject.toml b/pyproject.toml index 60d64b6..1e75c77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,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.2.1" +pylint = "3.2.2" pytest = "8.2.1" pytest-asyncio = "0.23.6" pytest-cov = "5.0.0"