diff --git a/poetry.lock b/poetry.lock index a20d9b8f..6db8f91a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2006,14 +2006,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "4.0.0" +version = "4.0.1" description = "python code static checker" optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "pylint-4.0.0-py3-none-any.whl", hash = "sha256:196b92a85204bb0c0a416a6bb324f6185e59ff1d687ee1d614bf0abf34a348e8"}, - {file = "pylint-4.0.0.tar.gz", hash = "sha256:62da212808c0681e49ffb125f0a994c685d912cf19ae373075649ebb5870ec28"}, + {file = "pylint-4.0.1-py3-none-any.whl", hash = "sha256:6077ac21d01b7361eae6ed0f38d9024c02732fdc635d9e154d4fe6063af8ac56"}, + {file = "pylint-4.0.1.tar.gz", hash = "sha256:06db6a1fda3cedbd7aee58f09d241e40e5f14b382fd035ed97be320f11728a84"}, ] [package.dependencies] @@ -2964,4 +2964,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "4fc16cf6fa9d53abc3c8e011a11560dff26ca11ca1b032ea59c605288ab19152" +content-hash = "f78f3732bd4e6eb3b56489529895404deef18d23a32f2957977666c92452c755" diff --git a/pyproject.toml b/pyproject.toml index 820ba6c0..29e103d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ coverage = {version = "7.10.7", extras = ["toml"]} mypy = "1.18.2" pre-commit = "4.3.0" pre-commit-hooks = "6.0.0" -pylint = "4.0.0" +pylint = "4.0.1" pytest = "8.4.2" pytest-asyncio = "1.2.0" pytest-cov = "7.0.0"