From f50844eb3cbc20780d46a47bd1cf86aa3815b0fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 22:56:32 +0000 Subject: [PATCH] chore(deps): update dependency pylint to v3.2.6 --- Pipfile | 2 +- Pipfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 5f7067a4d5..6beb3759be 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ python_version = "3.12" [dev-packages] autopep8 = "==2.3.1" requests-mock = "==1.12.1" -pylint = "==3.2.5" +pylint = "==3.2.6" sqlfluff = "==3.1.0" mypy = "==1.11.0" flake8 = "==7.1.0" diff --git a/Pipfile.lock b/Pipfile.lock index e99450fb97..481ac20c6d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "b4ae5538d232ddd244207b062c9720b2cdf644428e724dd9e4a98f5bf4e7a168" + "sha256": "a47efb41ee721b939ee863d59544c76d783b5bc1a32282505df37760c53e4155" }, "pipfile-spec": 6, "requires": { @@ -1262,7 +1262,7 @@ "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==2.9.0.post0" }, "python-dotenv": { @@ -1295,7 +1295,7 @@ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.16.0" }, "slack-bolt": { @@ -1334,7 +1334,7 @@ }, "sudden-death": { "git": "https://github.com/dev-hato/sudden-death", - "ref": "e3c3fe95d9d249838334078a4ca44b3bef557a32" + "ref": "814459ff2c292d61ae0b6dee9f08e4a4c67ec808" }, "tqdm": { "hashes": [ @@ -2025,12 +2025,12 @@ }, "pylint": { "hashes": [ - "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6", - "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e" + "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f", + "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3" ], "index": "pypi", "markers": "python_full_version >= '3.8.0'", - "version": "==3.2.5" + "version": "==3.2.6" }, "pytest": { "hashes": [ @@ -2223,7 +2223,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": {