diff --git a/poetry.lock b/poetry.lock index aad8a7f..be5d6a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -774,13 +774,13 @@ files = [ [[package]] name = "pylint" -version = "3.0.3" +version = "3.0.4" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.0.3-py3-none-any.whl", hash = "sha256:7a1585285aefc5165db81083c3e06363a27448f6b467b3b0f30dbd0ac1f73810"}, - {file = "pylint-3.0.3.tar.gz", hash = "sha256:58c2398b0301e049609a8429789ec6edf3aabe9b6c5fec916acd18639c16de8b"}, + {file = "pylint-3.0.4-py3-none-any.whl", hash = "sha256:59ab3532506f32affefeb50d5057a221bb351f5a1383fa36c424c2c6c05e7005"}, + {file = "pylint-3.0.4.tar.gz", hash = "sha256:d73b70b3fff8f3fbdcb49a209b9c7d71d8090c138d61d576d1895e152cb392b3"}, ] [package.dependencies] @@ -1211,4 +1211,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f6a9c8bad0269c405ce3e8a6e9c3a5658b4eba1fd8690f1270e7471c79d68749" +content-hash = "a3e10ca66a60bdd84b9387a8afcdb8c7fc9c958ffb791fa5d878bccbbaf3c71a" diff --git a/pyproject.toml b/pyproject.toml index 6fcde95..74323d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ coverage = {version = "7.4.3", extras = ["toml"]} mypy = "1.8.0" pre-commit = "3.6.2" pre-commit-hooks = "4.5.0" -pylint = "3.0.3" +pylint = "3.0.4" pytest = "8.0.1" pytest-asyncio = "0.23.5" pytest-cov = "4.1.0"