diff --git a/poetry.lock b/poetry.lock index 728693d1da3..afbde2f8359 100644 --- a/poetry.lock +++ b/poetry.lock @@ -990,14 +990,14 @@ 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" category = "dev" 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] @@ -1537,4 +1537,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.12" -content-hash = "db8afbb81afec0f91acde3c6b44a6da497ce0e95e01f063ebadc56aa5b766978" +content-hash = "c982d28144d7628b7ba42cb5f6f69b21e6e6e5e92205b8e1ccc22ab361dfd3de" diff --git a/pyproject.toml b/pyproject.toml index aeeaaa057b5..e2a5bc0d29a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pytest = "8.2.2" mypy = "1.10.0" types-PyYAML = "6.0.12.20240311" autopep8 = "2.2.0" -pylint = "3.2.2" +pylint = "3.2.3" flake8 = "7.0.0" black = "24.4.2" bandit = "1.7.8"