diff --git a/poetry.lock b/poetry.lock index ac897ad2..c7a5de47 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1645,13 +1645,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[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] @@ -2464,4 +2464,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "dde8288a7e55453511dcd50fd8844bea9ca2c93a01ba188da5c9544b070e8250" +content-hash = "8e9ad4df2daf15890b1ff09c48e66c684b46ae57822e5f4d4e9c12ef522482b8" diff --git a/pyproject.toml b/pyproject.toml index be8f71e4..4f1c0387 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ attrs = "23.2.0" black = "24.4.2" docker = "7.1.0" pdbpp = "^0.10.3" -pylint = "3.2.2" +pylint = "3.2.3" pytest = "8.2.2" pytest-cov = "5.0.0" pytype = "2024.4.11"