From edf51d5716902df6e1e9bca3aa693fea083f9a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 08:57:25 +0200 Subject: [PATCH] chore(deps-dev): bump pylint from 3.2.2 to 3.2.3 (#4215) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9a90ad537e..847bf4b611 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3143,13 +3143,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" -version = "3.2.2" +version = "3.2.3" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, - {file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, + {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, + {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, ] [package.dependencies] @@ -4500,4 +4500,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "eaadbedee6b709dc7bc5089610b479ee3dfccaf69ffd29a2df6f30680fbcc48a" +content-hash = "85ac67fd6ffcf15947d1f0ad71b0ed63ba5a010c40ef1323ca89876da0ad49e7" diff --git a/pyproject.toml b/pyproject.toml index df345b8253..56f877a161 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ mock = "5.1.0" moto = {extras = ["all"], version = "5.0.9"} openapi-schema-validator = "0.6.2" openapi-spec-validator = "0.7.1" -pylint = "3.2.2" +pylint = "3.2.3" pytest = "8.2.1" pytest-cov = "5.0.0" pytest-env = "1.1.3"