From ca7798987cca0c3bc7ee4f0aa7fea6c9c3ce7e9b Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Tue, 11 Jan 2022 10:56:54 +0100 Subject: [PATCH] Updated dependencies --- src/gismo/gismo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gismo/gismo.json b/src/gismo/gismo.json index 42498a7..a133aca 100644 --- a/src/gismo/gismo.json +++ b/src/gismo/gismo.json @@ -16,8 +16,8 @@ "LicenseName": "MIT", "LicenseDescription": "MIT, see LICENSE for more details.", "Dependencies": [ - "sh_cpl-core>=2021.11.0", - "sh_cpl-query>=2021.11.0", + "sh_cpl-core>=2021.11.0.post3", + "sh_cpl-query>=2021.11.0.post2", "discord.py==1.7.3" ], "PythonVersion": ">=3.9.2",