From 81c69f02defe53b171fe267adf61d6dda54d03ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:35:42 +0000 Subject: [PATCH] Update dependency pylint to v3.2.4 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a684645e..a7ca5b9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1645,13 +1645,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.2.3" +version = "3.2.4" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, - {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, + {file = "pylint-3.2.4-py3-none-any.whl", hash = "sha256:43b8ffdf1578e4e4439fa1f6ace402281f5dd61999192280fa12fe411bef2999"}, + {file = "pylint-3.2.4.tar.gz", hash = "sha256:5753d27e49a658b12a48c2883452751a2ecfc7f38594e0980beb03a6e77e6f86"}, ] [package.dependencies] @@ -2465,4 +2465,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "525dbe40cc7fdcbdfa11d4571c27ee244b4ac4a742caa31847e5e623a8d722fb" +content-hash = "4d2c87c77fec17a74b56e4550f9a72a459cedbe69c2c1128271e38ab1e2c3a55" diff --git a/pyproject.toml b/pyproject.toml index 781a02b1..6960b417 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ attrs = "23.2.0" black = "24.4.2" docker = "7.1.0" pdbpp = "^0.10.3" -pylint = "3.2.3" +pylint = "3.2.4" pytest = "8.2.2" pytest-cov = "5.0.0" pytype = "2024.4.11"