diff --git a/poetry.lock b/poetry.lock index 2733fcc3..4ad39c43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1756,14 +1756,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.3.4" +version = "3.3.5" description = "python code static checker" optional = false python-versions = ">=3.9.0" groups = ["dev"] files = [ - {file = "pylint-3.3.4-py3-none-any.whl", hash = "sha256:289e6a1eb27b453b08436478391a48cd53bb0efb824873f949e709350f3de018"}, - {file = "pylint-3.3.4.tar.gz", hash = "sha256:74ae7a38b177e69a9b525d0794bd8183820bfa7eb68cc1bee6e8ed22a42be4ce"}, + {file = "pylint-3.3.5-py3-none-any.whl", hash = "sha256:7cb170929a371238530b2eeea09f5f28236d106b70308c3d46a9c0cf11634633"}, + {file = "pylint-3.3.5.tar.gz", hash = "sha256:38d0f784644ed493d91f76b5333a0e370a1c1bc97c22068a77523b4bf1e82c31"}, ] [package.dependencies] @@ -2568,4 +2568,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "fa2e0aeb051f1799410f39760aef187f29bfe5fe132e56ad34788a290cae2be9" +content-hash = "993b5a9c04076035863dccbd529c65b9a0a6d943d4abc956f2971afc7fb04ff7" diff --git a/pyproject.toml b/pyproject.toml index ad796626..2925e9b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ coverage = {version = "7.6.12", extras = ["toml"]} mypy = "1.15.0" pre-commit = "4.1.0" pre-commit-hooks = "5.0.0" -pylint = "3.3.4" +pylint = "3.3.5" pytest = "8.3.5" pytest-asyncio = "0.25.3" pytest-cov = "6.0.0"