diff --git a/Pipfile b/Pipfile index c6c5e1f2a..1d930bc14 100644 --- a/Pipfile +++ b/Pipfile @@ -58,8 +58,8 @@ werkzeug = "~=2.1.1" # gds metrics packages prometheus-client = "==0.14.1" gds-metrics = {version = "==0.2.4", ref = "6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72", git = "https://github.com/alphagov/gds_metrics_python.git"} -notifications-utils = {editable = true, ref = "3096f2937b5e3b59a2e7a4b4ffb05b7fa1ab72fa", git = "https://github.com/GSA/notifications-utils"} packaging = "==21.3" +notifications-utils = {editable = true, branch = "main", git = "https://github.com/GSA/notifications-utils"} [dev-packages] flake8 = "==4.0.1" diff --git a/Pipfile.lock b/Pipfile.lock index 84dfc2b87..07532380e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "85a9f8510c648bb198793c2f0228a9f7f4b9579de89d70f7363a44d9eb997d32" + "sha256": "64cec0ebf1afc8708dcbfee70bfa3881152b2c2487ace24b785e107821b95917" }, "pipfile-spec": 6, "requires": { @@ -708,6 +708,7 @@ "version": "==6.3.0" }, "notifications-utils": { + "branch": "main", "editable": true, "git": "https://github.com/GSA/notifications-utils", "ref": "3096f2937b5e3b59a2e7a4b4ffb05b7fa1ab72fa"