diff --git a/poetry.lock b/poetry.lock index 53dcb41..b3d2caa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -903,13 +903,13 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [[package]] name = "pylint" -version = "3.0.0" +version = "3.0.1" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.0.0-py3-none-any.whl", hash = "sha256:21da8ed1294f88d66c82eb3e624a0993291613548bb17fbccaa220c31c41293b"}, - {file = "pylint-3.0.0.tar.gz", hash = "sha256:d22816c963816d7810b87afe0bdf5c80009e1078ecbb9c8f2e2a24d4430039b1"}, + {file = "pylint-3.0.1-py3-none-any.whl", hash = "sha256:9c90b89e2af7809a1697f6f5f93f1d0e518ac566e2ac4d2af881a69c13ad01ea"}, + {file = "pylint-3.0.1.tar.gz", hash = "sha256:81c6125637be216b4652ae50cc42b9f8208dfb725cdc7e04c48f6902f4dbdf40"}, ] [package.dependencies] @@ -1337,4 +1337,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0b292996c67f4c7d64abdcb82103fbfc0232ece49b3d860ca6204374c54d6851" +content-hash = "32d192a69165cb204ca74a1e3849bb97888223af0a03f034c3169ffee2611134" diff --git a/pyproject.toml b/pyproject.toml index 2f8c429..4b051cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ coverage = {version = "7.3.2", extras = ["toml"]} mypy = "1.5.1" pre-commit = "3.4.0" pre-commit-hooks = "4.4.0" -pylint = "3.0.0" +pylint = "3.0.1" pytest = "7.4.2" pytest-asyncio = "0.21.1" pytest-cov = "4.1.0"