From 93f7390f657eb56b912a5909bb05fe40f4a39652 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 15 Jul 2016 13:42:43 +0100 Subject: [PATCH] Upgrade utils to fix bleach version issue Brings in: - [x] https://github.com/alphagov/notifications-utils/pull/53 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20ab05704..d953f7a6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ pytz==2016.4 git+https://github.com/alphagov/notifications-python-client.git@1.0.0#egg=notifications-python-client==1.0.0 -git+https://github.com/alphagov/notifications-utils.git@8.4.1#egg=notifications-utils==8.4.1 +git+https://github.com/alphagov/notifications-utils.git@8.4.2#egg=notifications-utils==8.4.2