diff --git a/Pipfile b/Pipfile index c090dd8176..74fe9057b9 100644 --- a/Pipfile +++ b/Pipfile @@ -37,7 +37,7 @@ openai = "==1.10.0" "discord.py" = "==2.3.2" "misskey.py" = "==4.1.0" websockets = "==12.0" -flask = "==3.0.1" +flask = "==3.0.2" markupsafe = "==2.1.4" numpy = "==1.26.3" emoji = "==2.10.1" diff --git a/Pipfile.lock b/Pipfile.lock index d9a3971b8f..9c261cbc15 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d09ed21f634e5e0a8ba7946e1399f92f2ed0d867e13c7a6b86e9346dcf5f8c32" + "sha256": "2667d8833e81023538c308fe1967ad7664eb5491273ec0f6255b5fd50bc9690b" }, "pipfile-spec": 6, "requires": { @@ -336,12 +336,12 @@ }, "flask": { "hashes": [ - "sha256:6489f51bb3666def6f314e15f19d50a1869a19ae0e8c9a3641ffe66c77d42403", - "sha256:ca631a507f6dfe6c278ae20112cea3ff54ff2216390bf8880f6b035a5354af13" + "sha256:3232e0e9c850d781933cf0207523d1ece087eb8d87b23777ae38456e2fbe7c6e", + "sha256:822c03f4b799204250a7ee84b1eddc40665395333973dfb9deebfe425fefcb7d" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==3.0.1" + "version": "==3.0.2" }, "fonttools": { "hashes": [ @@ -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": "e58febe1a2e899c2041fbe9f501517e63b974b2e" + "ref": "42e50b1278e15dd59e012ec5acb0bc79ab007fdf" }, "tqdm": { "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": {