From 751334faaa5dc31b1c8854d58f4df36cc05b18df Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 17 Jul 2023 02:41:45 +0300 Subject: [PATCH] Bump magic-filter to 1.0.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cffd123b..a80c182a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ classifiers = [ "Topic :: Communications :: Chat", ] dependencies = [ - "magic-filter~=1.0.9", + "magic-filter~=1.0.10", "aiohttp~=3.8.4", "pydantic~=2.0.0", "aiofiles~=23.1.0",