From 442ea668b330fb4e288fbc15c1109a9a817a969d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 15:40:41 +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 f49a84c..94e44a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1314,17 +1314,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\""}, @@ -1906,4 +1906,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1520044fd593f58c7b8ebd240f4b29e434d23a3f6ac557fc04303d69fe10cc13" +content-hash = "1130503411c032a018ac29a3de66eaf4a292e6fa48b2ce63da038503aeddc86f" diff --git a/pyproject.toml b/pyproject.toml index 3251263..a823311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ coverage = {version = "7.5.4", extras = ["toml"]} mypy = "1.10.1" pre-commit = "3.7.1" pre-commit-hooks = "4.6.0" -pylint = "3.2.5" +pylint = "3.2.6" pytest = "8.2.2" pytest-asyncio = "0.23.7" pytest-cov = "5.0.0"