diff --git a/poetry.lock b/poetry.lock index 11485f1..702c739 100644 --- a/poetry.lock +++ b/poetry.lock @@ -366,13 +366,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pylint" -version = "3.2.3" +version = "3.2.5" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, - {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, + {file = "pylint-3.2.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"}, + {file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"}, ] [package.dependencies] @@ -554,4 +554,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "cd849b9b1ab73f3175c33a9731177d4a3a5c89e6374a18de5633b404d85f0b1b" +content-hash = "58c90e6a61cf8c40b5760e25af81bae9eee13b9d3b4fc2aa2aa7bd76e6ee685e" diff --git a/pyproject.toml b/pyproject.toml index 3a3896d..e1d571e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ python = "^3.10" [tool.poetry.dev-dependencies] -pylint = "^3.2.3" +pylint = "^3.2.5" pytest = "^8.2.2" black = "^24.4.2" pre-commit = "^3.7.1"