diff --git a/poetry.lock b/poetry.lock index 95a134a..6461c6b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -938,17 +938,17 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [[package]] name = "pylint" -version = "2.17.5" +version = "2.17.6" description = "python code static checker" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.17.5-py3-none-any.whl", hash = "sha256:73995fb8216d3bed149c8d51bba25b2c52a8251a2c8ac846ec668ce38fab5413"}, - {file = "pylint-2.17.5.tar.gz", hash = "sha256:f7b601cbc06fef7e62a754e2b41294c2aa31f1cb659624b9a85bcba29eaf8252"}, + {file = "pylint-2.17.6-py3-none-any.whl", hash = "sha256:18a1412e873caf8ffb56b760ce1b5643675af23e6173a247b502406b24c716af"}, + {file = "pylint-2.17.6.tar.gz", hash = "sha256:be928cce5c76bf9acdc65ad01447a1e0b1a7bccffc609fb7fc40f2513045bd05"}, ] [package.dependencies] -astroid = ">=2.15.6,<=2.17.0-dev0" +astroid = ">=2.15.7,<=2.17.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -1433,4 +1433,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a2ad515fb392d041dd43ee47013d7e2c84e1fa7b0c12b22afcc7eac83be9a742" +content-hash = "ec6e9c4a1212ddd671d342d839ea6492a018c46f21ecce781b847403d2e35be6" diff --git a/pyproject.toml b/pyproject.toml index bf2cbf4..554884a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ coverage = {version = "7.3.1", extras = ["toml"]} mypy = "1.5.1" pre-commit = "3.4.0" pre-commit-hooks = "4.4.0" -pylint = "2.17.5" +pylint = "2.17.6" pytest = "7.4.2" pytest-asyncio = "0.21.1" pytest-cov = "4.1.0"