From 1702c4d15abc5b016475827efc63d44dfea4db16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:13:03 +0000 Subject: [PATCH] Update dependency pylint to v3.2.7 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 04f1e7bb..6f5a3141 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1198,13 +1198,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.2.6" +version = "3.2.7" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"}, - {file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"}, + {file = "pylint-3.2.7-py3-none-any.whl", hash = "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b"}, + {file = "pylint-3.2.7.tar.gz", hash = "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e"}, ] [package.dependencies] @@ -2061,4 +2061,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "640719936e30e959df8bcd7fd110b886f5032893784e65b05af27f02ea1e23ce" +content-hash = "2a52c85fa0f02310293c278a31136bce7f24c191ba5fa49eb5b015662ccf2c0e" diff --git a/pyproject.toml b/pyproject.toml index 45a03164..44508ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ attrs = "24.2.0" black = "24.8.0" docker = "7.1.0" pdbpp = "^0.10.3" -pylint = "3.2.6" +pylint = "3.2.7" pytest = "8.3.2" pytest-cov = "5.0.0" pytype = "2024.4.11"