diff --git a/poetry.lock b/poetry.lock index 21273b2ec1..0d8fcc405d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3492,13 +3492,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] @@ -4907,4 +4907,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "ffc22daa9e4f3c18b4c54e0c69c0a097787eec85755b61997e599cd0750e646a" +content-hash = "9eb4af25ecb5a6b9afd1e2d0271b013d2921367818687be559a130e4e70621d0" diff --git a/pyproject.toml b/pyproject.toml index 248b0ee08c..e89e7c9eb8 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.2" +pylint = "3.2.3" pytest = "8.2.2" pytest-cov = "5.0.0" pytest-env = "1.1.3"