From 46985423af4136b374d460145a22d2c8ca226f94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:16:28 +0000 Subject: [PATCH] Update dependency pre-commit to v3.6.2 --- Pipfile | 2 +- Pipfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Pipfile b/Pipfile index 91c625b147..978496d7b6 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ mypy = "==1.8.0" flake8 = "==7.0.0" black = "==24.2.0" isort = "==5.13.2" -pre-commit = "==3.6.1" +pre-commit = "==3.6.2" importlib-metadata = "==7.0.1" toml = "==0.10.2" types-toml = "==0.10.8.7" diff --git a/Pipfile.lock b/Pipfile.lock index 27783ec011..b772298ea2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e41d9797901433a7faa1c350e04df767e6e75b3649c2a898ac907891111ab3ff" + "sha256": "4412472f4f901e4b1fbb389521b8e2b7ece189577d0f3e653b7713a3498c7b42" }, "pipfile-spec": 6, "requires": { @@ -1230,7 +1230,7 @@ "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86", "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" ], - "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.8.2" }, "python-dotenv": { @@ -1263,7 +1263,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": { @@ -1302,7 +1302,7 @@ }, "sudden-death": { "git": "https://github.com/dev-hato/sudden-death", - "ref": "b682a15d044a735643c788ddfcc605f75eb73859" + "ref": "d25f3f751fe3d01a9efd5df919bbde0730fa52c1" }, "tqdm": { "hashes": [ @@ -1753,11 +1753,11 @@ }, "identify": { "hashes": [ - "sha256:a4316013779e433d08b96e5eabb7f641e6c7942e4ab5d4c509ebd2e7a8994aed", - "sha256:ee17bc9d499899bc9eaec1ac7bf2dc9eedd480db9d88b96d123d3b64a9d34f5d" + "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791", + "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e" ], "markers": "python_version >= '3.8'", - "version": "==2.5.34" + "version": "==2.5.35" }, "idna": { "hashes": [ @@ -1960,12 +1960,12 @@ }, "pre-commit": { "hashes": [ - "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4", - "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b" + "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c", + "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==3.6.1" + "version": "==3.6.2" }, "pycodestyle": { "hashes": [ @@ -2194,7 +2194,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" }, "sqlfluff": { @@ -2220,7 +2220,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": {