From 176db8bde46bdb897b04ce379a5382636cb4c630 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:46:41 +0000 Subject: [PATCH] Update dependency pylint to v2.17.6 --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 5b6f7e116..139a2bbd9 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [dev-packages] autopep8 = "==2.0.4" -pylint = "==2.17.5" +pylint = "==2.17.6" mypy = "==1.5.1" flake8 = "==6.1.0" importlib-metadata = "==6.8.0" diff --git a/Pipfile.lock b/Pipfile.lock index 51bec23e7..c06142ac8 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3623ba2a736471952eac3db4ae0ad8db0f01704fc61548b4e1fd4071ec5806cd" + "sha256": "99ff0b9873f92323feddcd127ce7ad78a5bcb56f1eac7a2377a32733021ea037" }, "pipfile-spec": 6, "requires": { @@ -212,12 +212,12 @@ }, "pylint": { "hashes": [ - "sha256:73995fb8216d3bed149c8d51bba25b2c52a8251a2c8ac846ec668ce38fab5413", - "sha256:f7b601cbc06fef7e62a754e2b41294c2aa31f1cb659624b9a85bcba29eaf8252" + "sha256:18a1412e873caf8ffb56b760ce1b5643675af23e6173a247b502406b24c716af", + "sha256:be928cce5c76bf9acdc65ad01447a1e0b1a7bccffc609fb7fc40f2513045bd05" ], "index": "pypi", "markers": "python_full_version >= '3.7.2'", - "version": "==2.17.5" + "version": "==2.17.6" }, "toml": { "hashes": [ @@ -225,7 +225,7 @@ "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" ], "index": "pypi", - "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==0.10.2" }, "tomlkit": {