Merge pull request #437 from GSA/notify-api-389

notify-api-389 unpin gunicorn
This commit is contained in:
Steven Reilly
2023-08-28 12:55:01 -04:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ flask-marshmallow = "==0.14.0"
flask-migrate = "==4.0.4"
flask-redis = "==0.4.0"
flask-sqlalchemy = "==3.0.5"
gunicorn = {version = "==20.1.0", extras = ["eventlet"], ref = "1299ea9e967a61ae2edebe191082fd169b864c64", git = "https://github.com/benoitc/gunicorn.git"}
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
iso8601 = "==2.0.0"
itsdangerous = "==2.1.2"
jsonschema = {version = "==4.19.0", extras = ["format"]}