From 64abd0a6d072963351c82984cc57698c8aca3da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:58:42 +0200 Subject: [PATCH] chore(deps-dev): bump pylint from 3.2.3 to 3.2.5 (#4347) 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 d3ed12d2bb..1fb202e750 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3502,13 +3502,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" -version = "3.2.3" +version = "3.2.5" 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.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"}, + {file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"}, ] [package.dependencies] @@ -4900,4 +4900,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "4be5bcb9f39b547c65bec99bb6297558be0074b1e6c69313c3cc5dd197241af4" +content-hash = "54504aa0b0b98809f657ce5f1e914a17217e0140727a192098a9fc0ff41b57f4" diff --git a/pyproject.toml b/pyproject.toml index 97a0e79c8a..fa1c358d4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,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.3" +pylint = "3.2.5" pytest = "8.2.2" pytest-cov = "5.0.0" pytest-env = "1.1.3"