From 48fab29cf0f9c2691ca18d0b2f10f94256ef0dae Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 6 Jul 2023 13:40:54 -0700 Subject: [PATCH] update Pipfile so notifications-utils points to main branch --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 09bc53f83..d77b53d58 100644 --- a/Pipfile +++ b/Pipfile @@ -59,7 +59,7 @@ werkzeug = "~=2.3" prometheus-client = "==0.14.1" gds-metrics = {version = "==0.2.4", ref = "6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72", git = "https://github.com/alphagov/gds_metrics_python.git"} packaging = "==21.3" -notifications-utils = {editable = true, ref = "notify-512", git = "https://github.com/GSA/notifications-utils.git"} +notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"} newrelic = "*" [dev-packages]