From 5026dc1efb80952aa998ca8e62375a6cac94a052 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 22:11:00 +0000 Subject: [PATCH] Update dependency pylint to v2.17.7 --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 130dc87b..814dffce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -24,14 +24,14 @@ 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." category = "dev" 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] @@ -1778,18 +1778,18 @@ plugins = ["importlib-metadata"] [[package]] name = "pylint" -version = "2.17.6" +version = "2.17.7" description = "python code static checker" category = "dev" 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\""} isort = ">=4.2.5,<6" @@ -2820,4 +2820,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9 <3.11" -content-hash = "9d61f08753fc80911e97d9367e0eb3afe9f453d8a7834bcb3a99b3c3cb277552" +content-hash = "f2bc2dadfc8fb9f7078416baeb06d84b7acb98bd95f5c12a7aae2112ce7883e9" diff --git a/pyproject.toml b/pyproject.toml index 5e5d32dd..a7e09db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ attr = "0.3.2" attrs = "23.1.0" black = "23.9.1" docker = "6.1.3" -pylint = "2.17.6" +pylint = "2.17.7" pytest = "7.4.2" pytest-cov = "4.1.0" pytype = "2023.9.27"