From 653107f253e41294ca0d9e3cc361bce55a26a591 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:53:10 +0000 Subject: [PATCH] Update dependency pylint to v3.3.1 --- Pipfile | 2 +- Pipfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index e86cb3ab3..73228be12 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [dev-packages] autopep8 = "==2.3.1" -pylint = "==3.3.0" +pylint = "==3.3.1" mypy = "==1.11.2" flake8 = "==7.1.1" importlib-metadata = "==8.5.0" diff --git a/Pipfile.lock b/Pipfile.lock index ff64a2669..e92856621 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "261770c8b6a96741c329e0cedacf1193cf2856b4ffbe6ad5830e2d03a27d94c3" + "sha256": "6807bd018cddef429529f72e421d600ebf13eb80ea5479a238972be14051ef70" }, "pipfile-spec": 6, "requires": { @@ -36,11 +36,11 @@ "develop": { "astroid": { "hashes": [ - "sha256:2d79acfd3c594b6a2d4141fea98a1d62ab4a52e54332b1f1ddcf07b652cc5c0f", - "sha256:63f8c5370d9bad8294163c87b2d440a7fdf546be6c72bbeac0549c93244dbd72" + "sha256:5eba185467253501b62a9f113c263524b4f5d55e1b30456370eed4cdbd6438fd", + "sha256:e73d0b62dd680a7c07cb2cd0ce3c22570b044dd01bd994bc3a2dd16c6cbba162" ], "markers": "python_full_version >= '3.9.0'", - "version": "==3.3.3" + "version": "==3.3.4" }, "autopep8": { "hashes": [ @@ -161,12 +161,12 @@ }, "pylint": { "hashes": [ - "sha256:02dce1845f68974b9b03045894eb3bf05a8b3c7da9fd10af4de3c91e69eb92f1", - "sha256:c685fe3c061ee5fb0ce7c29436174ab84a2f525fce2a268b1986e921e083fe22" + "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9", + "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e" ], "index": "pypi", "markers": "python_full_version >= '3.9.0'", - "version": "==3.3.0" + "version": "==3.3.1" }, "setuptools": { "hashes": [ @@ -183,7 +183,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": {