diff --git a/poetry.lock b/poetry.lock index 2ab0a6cf..9811c224 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "astroid" @@ -1631,13 +1631,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.1.0" +version = "3.1.1" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.1.0-py3-none-any.whl", hash = "sha256:507a5b60953874766d8a366e8e8c7af63e058b26345cfcb5f91f89d987fd6b74"}, - {file = "pylint-3.1.0.tar.gz", hash = "sha256:6a69beb4a6f63debebaab0a3477ecd0f559aa726af4954fc948c51f7a2549e23"}, + {file = "pylint-3.1.1-py3-none-any.whl", hash = "sha256:862eddf25dab42704c5f06d3688b8bc19ef4c99ad8a836b6ff260a3b2fbafee1"}, + {file = "pylint-3.1.1.tar.gz", hash = "sha256:c7c2652bf8099c7fb7a63bc6af5c5f8f7b9d7b392fa1d320cb020e222aff28c2"}, ] [package.dependencies] @@ -2463,4 +2463,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "f874e6fd9241b3b3e1f192e3e893389b0f59b9feb3b2cc9e18c0c0fff315a88a" +content-hash = "f853b0330f4fc23434d2a2f92a34b1b908b6b70772189f1b482fc78c7fc1a320" diff --git a/pyproject.toml b/pyproject.toml index 3f2130d0..aef29aa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ attrs = "23.2.0" black = "24.4.2" docker = "7.0.0" pdbpp = "^0.10.3" -pylint = "3.1.0" +pylint = "3.1.1" pytest = "8.2.0" pytest-cov = "5.0.0" pytype = "2024.4.11"