diff --git a/setup.py b/setup.py index f90f89e..ccb4cbf 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( 'bokeh==2.3.2', 'pandas==1.1.5', 'flydenity==0.1.5', - 'gunicorn==20.0.4' + 'gunicorn==20.1.0' ], test_require=[ 'pytest==5.0.1',