From a0ae934c14e8b409492877744fb40cf34681a361 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 18 Aug 2023 20:19:31 +0300 Subject: [PATCH] Bump minimum magic-filter version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6714e819..104a1582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ classifiers = [ "Topic :: Communications :: Chat", ] dependencies = [ - "magic-filter~=1.0", + "magic-filter~=1.0.11", "aiohttp~=3.8.5", "pydantic>=2.1.1,<3", "aiofiles~=23.1.0",