diff --git a/poetry.lock b/poetry.lock index bec7d9e..0094fc4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -150,13 +150,13 @@ pytest-asyncio = "*" [[package]] name = "astroid" -version = "2.15.7" +version = "2.15.8" description = "An abstract syntax tree for Python with inference support." optional = false python-versions = ">=3.7.2" files = [ - {file = "astroid-2.15.7-py3-none-any.whl", hash = "sha256:958f280532e36ca84a13023f15cb1556fb6792d193acb87e1f3ca536b6fa6bd2"}, - {file = "astroid-2.15.7.tar.gz", hash = "sha256:c522f2832a900e27a7d284b9b6ef670d2495f760ede3c8c0b004a5641d3c5987"}, + {file = "astroid-2.15.8-py3-none-any.whl", hash = "sha256:1aa149fc5c6589e3d0ece885b4491acd80af4f087baafa3fb5203b113e68cd3c"}, + {file = "astroid-2.15.8.tar.gz", hash = "sha256:6c107453dffee9055899705de3c9ead36e74119cee151e5a9aaf7f0b0e020a6a"}, ] [package.dependencies] @@ -1222,17 +1222,17 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pylint" -version = "2.17.6" +version = "2.17.7" description = "python code static checker" optional = false python-versions = ">=3.7.2" files = [ - {file = "pylint-2.17.6-py3-none-any.whl", hash = "sha256:18a1412e873caf8ffb56b760ce1b5643675af23e6173a247b502406b24c716af"}, - {file = "pylint-2.17.6.tar.gz", hash = "sha256:be928cce5c76bf9acdc65ad01447a1e0b1a7bccffc609fb7fc40f2513045bd05"}, + {file = "pylint-2.17.7-py3-none-any.whl", hash = "sha256:27a8d4c7ddc8c2f8c18aa0050148f89ffc09838142193fdbe98f172781a3ff87"}, + {file = "pylint-2.17.7.tar.gz", hash = "sha256:f4fcac7ae74cfe36bc8451e931d8438e4a476c20314b1101c458ad0f05191fad"}, ] [package.dependencies] -astroid = ">=2.15.7,<=2.17.0-dev0" +astroid = ">=2.15.8,<=2.17.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, @@ -1780,4 +1780,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a3df549f9a88970d3e67bf17d3e429274d44b60f3b8a2d0c039c26fae3e5edd1" +content-hash = "8598a51af6a17c584559d455d885ba306a4d9d4c7fc356cb456783f4cc6af44b" diff --git a/pyproject.toml b/pyproject.toml index 806b503..9d46d3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,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.6" +pylint = "2.17.7" pytest = "7.4.2" pytest-asyncio = "0.21.1" pytest-cov = "4.1.0"