diff --git a/poetry.lock b/poetry.lock index 65eedbf..534f889 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1613,13 +1613,13 @@ 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" 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] @@ -2305,4 +2305,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "50d409a590626c777df77bdfc7fb7b53426fc8f5da1f0c705151b7d71f7300bb" +content-hash = "8bb3723f429c6c3dc214eb3b42b4a1fda18895565bb13a798fbc9b919399f25a" diff --git a/pyproject.toml b/pyproject.toml index 4328724..98587a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,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"