mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
bump gunicorn to v20
v20 brings in a host of changes, including a fix for https://github.com/benoitc/gunicorn/issues/1847, which was stopping us upgrading before
This commit is contained in:
@@ -11,7 +11,7 @@ git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd
|
||||
Flask==1.1.1
|
||||
click-datetime==0.2
|
||||
eventlet==0.25.1
|
||||
gunicorn==19.7.1 # pyup: ignore, >19.8 breaks eventlet patching
|
||||
gunicorn==20.0.4
|
||||
iso8601==0.1.12
|
||||
jsonschema==3.1.1
|
||||
marshmallow-sqlalchemy==0.19.0
|
||||
|
||||
Reference in New Issue
Block a user