diff --git a/requirements.txt b/requirements.txt index 0a69b167..6172d1fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ uvloop==0.17.0 aiocache==0.11.1 ujson==5.8.0 Authlib==1.2.1 -gunicorn==21.0.1 +gunicorn==21.2.0 diff --git a/setup.py b/setup.py index 2556bddc..c85c65dd 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ "Authlib==1.2.1", "aiohttp-cors==0.7.0", "jsonschema==4.18.3", - "gunicorn==21.0.1", + "gunicorn==21.2.0", "uvloop==0.17.0", "cyvcf2==0.30.22", "aiocache==0.11.1",