diff --git a/poetry.lock b/poetry.lock index 758a08ddbd..6d6491c9b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3151,13 +3151,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] @@ -4508,4 +4508,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "2a18b6cfb74d4e378caceac2ab754ff77dddf04809346cfa664b0e3fce0db691" +content-hash = "35bdb38b688b9d2169fda6dd5e43a33cc42916666eead109a558fbd3737a5cb2" diff --git a/pyproject.toml b/pyproject.toml index 5b006e6b0e..afe0f22cfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ mock = "5.1.0" moto = {extras = ["all"], version = "5.0.10"} 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"