From c802a24efcc026426d696f6b7ae01b208089bbcb Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Tue, 5 Sep 2023 21:22:20 -0400 Subject: [PATCH] update utils in pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bc1853a0..3cb5be050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,10 +62,9 @@ python-dotenv = "==1.0.0" radon = "==6.0.1" sqlalchemy = "==1.4.40" werkzeug = "~=2.3" -notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"} vulture = "==2.8" packaging = "==23.1" -notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, rev = "main"} +notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"} newrelic = "*"