From 1f042ec31446cad4f78a4adbfce3005347f3a7c6 Mon Sep 17 00:00:00 2001 From: Joshua Jamison Date: Tue, 3 Oct 2023 09:59:56 +0200 Subject: [PATCH] bump sqla, asyncpg versions (#72) Co-authored-by: Joshua (codemation) --- requirements.txt | 6 +++--- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 36bf8c2..b5daebe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -SQLAlchemy==1.4.28 -databases==0.6.0 +SQLAlchemy==1.4.49 +databases==0.7.0 redis>=4.2.0 pydantic>=1.9.1,<2 -asyncpg==0.24.0 +asyncpg==0.27.0 aiosqlite==0.17.0 alembic==1.8.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 241508c..fba7f58 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ import setuptools BASE_REQUIREMENTS = [ - "SQLAlchemy==1.4.28", - "databases==0.5.3", + "SQLAlchemy==1.4.49", + "databases==0.8.0", "redis>=4.2.0", "pydantic>=1.9.1", "pydantic<2",