diff --git a/requirements.txt b/requirements.txt index a6266fd6..2e24e933 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.8.1 aiohttp-cors==0.7.0 -asyncpg==0.25.0 +asyncpg==0.26.0 jsonschema==4.7.1 Cython==0.29.30 cyvcf2==0.30.15 diff --git a/setup.py b/setup.py index bfec136b..93b0a280 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "Programming Language :: Python :: 3.8", ], install_requires=[ - "asyncpg==0.25.0", + "asyncpg==0.26.0", "aiohttp==3.8.1", "Authlib==1.0.1", "aiohttp-cors==0.7.0",