Update utils to 0.4.5

This changeset updates notifications-utils to 0.4.5, which includes a few minor fixes and several dependency updates.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-04-08 11:41:39 -04:00
parent 2b6b58c93a
commit d5d5a45138
2 changed files with 38 additions and 38 deletions

View File

@@ -17,7 +17,7 @@ flask-basicauth = "~=0.2"
flask-login = "^0.6"
flask-talisman = "*"
flask-wtf = "^1.2"
govuk-bank-holidays = "==0.13"
govuk-bank-holidays = "^0.14"
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
humanize = "~=4.9"
itsdangerous = "~=2.1"
@@ -33,7 +33,7 @@ pyexcel-xlsx = "==0.6.0"
openpyxl = "==3.0.10"
pyproj = "==3.6.1"
python-dotenv = "==1.0.1"
pytz = "~=2023.4"
pytz = "^2024.1"
rtreelib = "==0.2.0"
werkzeug = "^3.0.1"
wtforms = "~=3.1"