From eb28ca08783100599057f67b46a19aecd087a39a Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Thu, 5 Jan 2023 12:04:15 +0530 Subject: [PATCH] Uprev norm and telebot Signed-off-by: baalajimaestro --- nim_censor_bot.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nim_censor_bot.nimble b/nim_censor_bot.nimble index ea6dbed..1fa3803 100644 --- a/nim_censor_bot.nimble +++ b/nim_censor_bot.nimble @@ -11,5 +11,5 @@ bin = @["nim_censor_bot"] # Dependencies requires "nim >= 1.6.0" -requires "telebot >= 2022.11.07" -requires "norm >= 2.6.0" +requires "telebot >= 2022.12.22" +requires "norm >= 2.6.1"