diff --git a/python/requirement.txt b/python/requirement.txt index df89b65..d5bccf1 100644 --- a/python/requirement.txt +++ b/python/requirement.txt @@ -4,7 +4,7 @@ click==8.1.3 flask==2.1.0 greenlet==1.1.3 greenletio==0.9.0 -gunicorn==20.1.0 +gunicorn==22.0.0 h11==0.13.0 importlib-metadata==4.12.0 itsdangerous==2.1.2 diff --git a/python/setup.py b/python/setup.py index 8cfcd7b..780d6ec 100644 --- a/python/setup.py +++ b/python/setup.py @@ -25,7 +25,7 @@ 'flask==2.1.0', 'greenlet==1.1.3', 'greenletio==0.9.0', - 'gunicorn==20.1.0', + 'gunicorn==22.0.0', 'h11==0.13.0', 'importlib-metadata==4.12.0', 'itsdangerous==2.1.2',