diff --git a/requirements-test.txt b/requirements-test.txt index e6c27cbd4..fd4033931 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -15,6 +15,6 @@ types-mock==4.0.15.2 twine==4.0.1 PyMySQL==1.0.2 pg8000==1.29.2 -asyncpg==0.26.0 +asyncpg==0.27.0 python-tds==1.11.0 aioresponses==0.7.3 diff --git a/setup.py b/setup.py index b3314c9cb..e4ae64c4d 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ "pymysql": ["PyMySQL==1.0.2"], "pg8000": ["pg8000==1.29.2"], "pytds": ["python-tds==1.11.0"], - "asyncpg": ["asyncpg==0.26.0"] + "asyncpg": ["asyncpg==0.27.0"] }, python_requires=">=3.7", include_package_data=True,