diff --git a/client_cli/pytests/poetry.lock b/client_cli/pytests/poetry.lock index 72a1523429e..e5de309a21f 100644 --- a/client_cli/pytests/poetry.lock +++ b/client_cli/pytests/poetry.lock @@ -481,13 +481,13 @@ files = [ [[package]] name = "pylint" -version = "3.2.6" +version = "3.2.7" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"}, - {file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"}, + {file = "pylint-3.2.7-py3-none-any.whl", hash = "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b"}, + {file = "pylint-3.2.7.tar.gz", hash = "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e"}, ] [package.dependencies] @@ -610,4 +610,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "48c26cbe56eaab01ea93fcb7aae8afd6f50fe23e0539cf2b34966b0f2295b8cc" +content-hash = "8463927838d152744dd94262236c869eb09b0ba806999c6f1362524ac8a1a3f0" diff --git a/client_cli/pytests/pyproject.toml b/client_cli/pytests/pyproject.toml index 3934427d06f..67bef271f73 100644 --- a/client_cli/pytests/pyproject.toml +++ b/client_cli/pytests/pyproject.toml @@ -22,7 +22,7 @@ black = "*" flake8 = "*" [tool.poetry.group.dev.dependencies] -pylint = "^3.2.6" +pylint = "^3.2.7" isort = "^5.13.2" [build-system]