From e1d9bd5839d5167f96cf105b80f015387aa66ec4 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Sat, 17 Aug 2024 16:59:46 +0300 Subject: [PATCH] Bump CLI version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 798c0860..daed98b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ i18n = [ "Babel~=2.13.0", ] cli = [ - "aiogram-cli~=1.0.3", + "aiogram-cli>=1.1.0", ] test = [ "pytest~=7.4.2",