diff --git a/Pipfile b/Pipfile index 10b2c27878..9d8ecb6626 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ mypy = "==1.9.0" flake8 = "==7.0.0" black = "==24.3.0" isort = "==5.13.2" -pre-commit = "==3.6.2" +pre-commit = "==3.7.0" importlib-metadata = "==7.1.0" toml = "==0.10.2" types-toml = "==0.10.8.20240310" diff --git a/Pipfile.lock b/Pipfile.lock index 2583c4c1ca..ed13363bbf 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "9b4bd58c2d3855a5e1f3be8302af6587fcaf2bbebe83e4b3619c9d03364c3886" + "sha256": "f186cd3e4e73f466d2bbce47a30a5e5ffdd3c28baf1c21d5c84cc569b5a74161" }, "pipfile-spec": 6, "requires": { @@ -1230,7 +1230,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": { @@ -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": "943a913e5d3a9193eb3418e4a0727e0a7748f2f5" + "ref": "1a429a0fc5525b822053685495b407b40d7b5388" }, "tqdm": { "hashes": [ @@ -1960,12 +1960,12 @@ }, "pre-commit": { "hashes": [ - "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c", - "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e" + "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab", + "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==3.6.2" + "version": "==3.7.0" }, "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": {