diff --git a/poetry.lock b/poetry.lock index 3002d06b..b183612b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -871,13 +871,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "4.0.6" +version = "4.0.7" description = "python code static checker" optional = false python-versions = ">=3.10.0" files = [ - {file = "pylint-4.0.6-py3-none-any.whl", hash = "sha256:d11a0e1fdb7b1cd46ec5d6fc78fee8b95f28695b2d6140e5809925f61e32ea54"}, - {file = "pylint-4.0.6.tar.gz", hash = "sha256:52f19191bee08bf103f9705ad1a0ece4aa5a0a4ef2bdcbd969375a1e6f6579d5"}, + {file = "pylint-4.0.7-py3-none-any.whl", hash = "sha256:be4a3111557a614411ed1fc89347ce4a8e1013a59e1f33d11485227a02e3304d"}, + {file = "pylint-4.0.7.tar.gz", hash = "sha256:9b2d1d15791c84b77a4fe2aafe8f0d9570717e2dea06d53b19c105cf60275a52"}, ] [package.dependencies] @@ -1213,4 +1213,4 @@ dev = ["pytest", "setuptools"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "86c59f9ac5bba4262fb615580415134180df8ea319cf669cc70d235ae365e26a" +content-hash = "d018d7a06dd872557ba643b8f57de0caf0deed543e03a629ff4f492863ee400a" diff --git a/pyproject.toml b/pyproject.toml index bded5096..335309d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ deprecated = "^1.2.15" [tool.poetry.group.dev.dependencies] codespell = "2.4.3" mypy = "2.3.0" -pylint = "4.0.6" +pylint = "4.0.7" pytest = "9.1.1" pytest-cov = "7.1.0" ruff = "0.15.22"