diff --git a/poetry.lock b/poetry.lock index e85593e..b4f4a0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1165,13 +1165,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[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] @@ -1721,4 +1721,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e1372ad7021b21564932a37da06664f609c7d6babc3f31750c7efeb5c45700d6" +content-hash = "1efc6dbfa6ddc6e007516bbd1d012f83e38a77f8a5041cf7f893174141fa3041" diff --git a/pyproject.toml b/pyproject.toml index 9100e97..57823e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ types-requests = "*" twine = "^5.1.1" isort = "^5.13.2" black = "^24.4.2" -pylint = "^3.2.3" +pylint = "^3.2.5" mypy = "^1.10.1" flake8 = "^7.1.0" mkdocs = "^1.6.0"