From efb772094b8c80c15e2ef05216c6e3a5da1926ac Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sun, 15 Jan 2023 02:35:39 +0100 Subject: [PATCH] Updated cpl-core #162 --- kdb-bot/src/bot/bot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kdb-bot/src/bot/bot.json b/kdb-bot/src/bot/bot.json index 23e3c349..4dedb3dc 100644 --- a/kdb-bot/src/bot/bot.json +++ b/kdb-bot/src/bot/bot.json @@ -16,7 +16,7 @@ "LicenseName": "MIT", "LicenseDescription": "MIT, see LICENSE for more details.", "Dependencies": [ - "cpl-core==2022.12.1.post2", + "cpl-core==2022.12.1.post3", "cpl-translation==2022.12.1", "cpl-query==2022.12.2.post1", "cpl-discord==2022.12.1.post2", @@ -29,7 +29,7 @@ "eventlet==0.33.2", "requests-oauthlib==1.3.1", "icmplib==3.0.3", - "ariadne==0.17.0" + "ariadne==0.17.1" ], "DevDependencies": [ "cpl-cli==2022.12.1.post2"