diff --git a/requirements-dev.txt b/requirements-dev.txt index f962ac23..05715ce4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -147,7 +147,7 @@ flask-wtf==1.2.1; python_version >= '3.8' func-timeout==4.3.5 geographiclib==2.0; python_version >= '3.7' geopy==2.4.1; python_version >= '3.7' -gunicorn==21.2.0; sys_platform != 'win32' +gunicorn==22.0.0; sys_platform != 'win32' h11==0.14.0; python_version >= '3.7' hashids==1.3.1; python_version >= '2.7' humanize==4.10.0; python_version >= '3.8' diff --git a/requirements.txt b/requirements.txt index b5c42eee..18ebcdb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ geographiclib==2.0; python_version >= '3.7' geopy==2.4.1; python_version >= '3.7' google-auth==2.35.0 greenlet==3.1.1; python_version >= '3.7' -gunicorn==21.2.0; sys_platform != 'win32' +gunicorn==22.0.0; sys_platform != 'win32' h11==0.14.0; python_version >= '3.7' hashids==1.3.1; python_version >= '2.7' holidays==0.25; python_version >= '3.7'