From bb592d6509c3d80992e74dad172c040e1f80781a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Fri, 15 Dec 2023 22:45:26 +0800 Subject: [PATCH] :arrow_up: Bump asyncmy from 0.2.7 to 0.2.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19f8a2b..05f63f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ colorlog = "^6.8.0" fakeredis = "^2.19.0" redis = "^5.0.1" beautifulsoup4 = "^4.12.1" -asyncmy = "^0.2.7" +asyncmy = "^0.2.9" aiofiles = "^23.2.1" python-dotenv = "^1.0.0" alembic = "^1.12.0"