diff --git a/poetry.lock b/poetry.lock index 72074c7..4fd4587 100644 --- a/poetry.lock +++ b/poetry.lock @@ -156,13 +156,13 @@ trio = ["trio (<0.22)"] [[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] @@ -1003,17 +1003,17 @@ files = [ [[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\""}, @@ -1627,4 +1627,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cc8d303625d2c9cf167c14e39d4339e1949395f246d32ca3acc221f7ad9d0ab9" +content-hash = "1ec8255f5d6a42fda00515dc2e21abd97dfd1cf027da8cb67ee52ba14437c479" diff --git a/pyproject.toml b/pyproject.toml index 77a35d0..2237192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pypers = "^1.3.4" black = "^23.9.1" pre-commit = "^3.4.0" isort = "^5.12.0" -pylint = "^2.17.6" +pylint = "^2.17.7" pyclean = "^2.7.5" [build-system]