mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Update gunicorn to latest release
This changeset updates the gunicorn dependency to the latest release to address a recent CVE. It also updates the its-dangerous package. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -18,9 +18,9 @@ flask-login = "^0.6"
|
||||
flask-talisman = "*"
|
||||
flask-wtf = "^1.2"
|
||||
govuk-bank-holidays = "^0.14"
|
||||
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
|
||||
gunicorn = {version = "==22.0.0", extras = ["eventlet"]}
|
||||
humanize = "~=4.9"
|
||||
itsdangerous = "~=2.1"
|
||||
itsdangerous = "~=2.2"
|
||||
jinja2 = "~=3.1"
|
||||
newrelic = "*"
|
||||
notifications-python-client = "==9.0.0"
|
||||
|
||||
Reference in New Issue
Block a user