From 708b086aa92938fb025cd022668369df270212ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:14:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyli?= =?UTF-8?q?nt=20to=20v3.3.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 2203702..836f92d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -873,17 +873,17 @@ files = [ [[package]] name = "pylint" -version = "3.3.1" +version = "3.3.2" description = "python code static checker" optional = false python-versions = ">=3.9.0" files = [ - {file = "pylint-3.3.1-py3-none-any.whl", hash = "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9"}, - {file = "pylint-3.3.1.tar.gz", hash = "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e"}, + {file = "pylint-3.3.2-py3-none-any.whl", hash = "sha256:77f068c287d49b8683cd7c6e624243c74f92890f767f106ffa1ddf3c0a54cb7a"}, + {file = "pylint-3.3.2.tar.gz", hash = "sha256:9ec054ec992cd05ad30a6df1676229739a73f8feeabf3912c995d17601052b01"}, ] [package.dependencies] -astroid = ">=3.3.4,<=3.4.0-dev0" +astroid = ">=3.3.5,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, @@ -1306,4 +1306,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "85d98e6c77c7485430e366a1b1b59ba06a6ac335a4088d488693e80c69392bce" +content-hash = "8cc4e0191466d347c1428dc19872b6c69c797c57e8bc20865e16cb712550baae" diff --git a/pyproject.toml b/pyproject.toml index 041ea4a..f641758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ coverage = {version = "7.6.8", extras = ["toml"]} mypy = "1.13.0" pre-commit = "4.0.1" pre-commit-hooks = "5.0.0" -pylint = "3.3.1" +pylint = "3.3.2" pytest = "8.3.3" pytest-asyncio = "0.24.0" pytest-cov = "6.0.0"