From 6e8e56ddb55331e056595144beec40c86a616432 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:16:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyli?= =?UTF-8?q?nt=20to=20v3.2.6?= 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 e5439b23..2815ef68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1411,17 +1411,17 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.2.5" +version = "3.2.6" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"}, - {file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"}, + {file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"}, + {file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"}, ] [package.dependencies] -astroid = ">=3.2.2,<=3.3.0-dev0" +astroid = ">=3.2.4,<=3.3.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, @@ -2051,4 +2051,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "99de0c4c48c8a7fff9a019769a1d625dd45eccb7dd6cba5354cf1f5f62e889af" +content-hash = "4993879d45c9718d67f3d073ca5a6608137d638cbb485bcf4ec0282200f9f5aa" diff --git a/pyproject.toml b/pyproject.toml index 674434c4..43793010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ coverage = {version = "7.6.0", extras = ["toml"]} mypy = "1.11.0" pre-commit = "3.7.1" pre-commit-hooks = "4.6.0" -pylint = "3.2.5" +pylint = "3.2.6" pytest = "7.4.4" pytest-asyncio = "0.23.8" pytest-cov = "5.0.0"