diff --git a/poetry.lock b/poetry.lock index c32f65d9..dbfadb26 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2195,14 +2195,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "4.0.3" +version = "4.0.4" description = "python code static checker" optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "pylint-4.0.3-py3-none-any.whl", hash = "sha256:896d09afb0e78bbf2e030cd1f3d8dc92771a51f7e46828cbc3948a89cd03433a"}, - {file = "pylint-4.0.3.tar.gz", hash = "sha256:a427fe76e0e5355e9fb9b604fd106c419cafb395886ba7f3cebebb03f30e081d"}, + {file = "pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0"}, + {file = "pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2"}, ] [package.dependencies] @@ -3124,4 +3124,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "d0000987fce6b4829a82b2104e19ec40319ba05e1f25b0c20f7fdd3515ef8125" +content-hash = "7dfcc14887dcfbf526e535496e3e84199988d6c329b087519e1ab97672b0859f" diff --git a/pyproject.toml b/pyproject.toml index fa6bedbd..be18736c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ coverage = {version = "7.12.0", extras = ["toml"]} mypy = "1.19.0" pre-commit = "4.5.0" pre-commit-hooks = "6.0.0" -pylint = "4.0.3" +pylint = "4.0.4" pytest = "9.0.1" pytest-asyncio = "1.3.0" pytest-cov = "7.0.0"