diff --git a/requirements-test.txt b/requirements-test.txt index cbd83e049..255c88089 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -15,6 +15,6 @@ types-mock==5.0.0.7 twine==4.0.2 PyMySQL==1.1.0 pg8000==1.29.8 -asyncpg==0.27.0 +asyncpg==0.28.0 python-tds==1.12.0 aioresponses==0.7.4 diff --git a/setup.py b/setup.py index 53b352bfc..68f2f8aa2 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ "pymysql": ["PyMySQL==1.1.0"], "pg8000": ["pg8000==1.29.8"], "pytds": ["python-tds==1.12.0"], - "asyncpg": ["asyncpg==0.27.0"] + "asyncpg": ["asyncpg==0.28.0"] }, python_requires=">=3.8", include_package_data=True,