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:
Carlo Costino
2024-04-17 18:05:19 -04:00
parent 4579d88210
commit 2484ea08df
3 changed files with 15 additions and 22 deletions

View File

@@ -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"