diff --git a/poetry.lock b/poetry.lock index 518fd14..e9e9876 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,13 +487,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.2.2" +version = "3.2.5" 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.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"}, + {file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"}, ] [package.dependencies] @@ -678,4 +678,4 @@ toml = ["tomli"] [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "dbe1dd7635bce97b9cca01c211f7c74de6e0b417562d4a7cb2482cfcf3813341" +content-hash = "e50591eda78d8ab227e00c96488ebe9f8a791b53e1834cf14cc32dcdc38a69ea" diff --git a/pyproject.toml b/pyproject.toml index 9c0a22e..3822764 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pytest-mock = "^3.14.0" pycodestyle = ">=2.9.1" flake8 = "^5.0.4" pyflakes = "^2.5.0" -pylint = "^3.2.2" +pylint = "^3.2.5" pylint-pytest = "^1.1.8" pydocstyle = "^6.1.1" black = "^24.4.2"