From 0829fa2fad3d05d89c494bdaf0abe5ce93438dd8 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 22 Aug 2023 09:18:20 -0700 Subject: [PATCH] try changing org name --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 0369f5ba8..d4935efa7 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ flask-basicauth = "~=0.2" flask-login = "~=0.6" flask-wtf = "~=1.1" govuk-bank-holidays = "==0.13" -govuk-frontend-jinja = {version = "==0.5.8-alpha", git = "https://github.com/alphagov/govuk-frontend-jinja.git"} +govuk-frontend-jinja = {version = "==0.5.8-alpha", git = "https://github.com/Crown-Commercial-Service/govuk-frontend-jinja.git"} gunicorn = {version = "==20.1.0", extras = ["eventlet"], ref = "1299ea9e967a61ae2edebe191082fd169b864c64", git = "https://github.com/benoitc/gunicorn.git"} humanize = "~=4.8" itsdangerous = "~=2.1"