Update notifications-utils to 0.2.3

This changeset updates the notification-utils dependency to 0.2.3 to address an issue we found with link formatting in our last production release.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-11-30 14:56:30 -05:00
parent 8d45751752
commit c5de6dedc0
2 changed files with 6 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ marshmallow = "==3.20.1"
marshmallow-sqlalchemy = "==0.29.0"
newrelic = "*"
notifications-python-client = "==8.1.0"
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true}
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
oscrypto = "==1.3.0"
packaging = "==23.2"
poetry-dotenv-plugin = "==0.2.0"