From e385872893b313301c37dbc98a032e492ef4ee7f Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 4 May 2016 11:02:27 +0100 Subject: [PATCH] Ignore case and spacing in CSV column headers Implements: https://github.com/alphagov/notifications-utils/pull/28 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef1b968b9..38dc7338d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ blinker==1.4 git+https://github.com/alphagov/notifications-python-client.git@0.5.0#egg=notifications-python-client==0.5.0 -git+https://github.com/alphagov/notifications-utils.git@5.1.0#egg=notifications-utils==5.1.0 +git+https://github.com/alphagov/notifications-utils.git@5.2.0#egg=notifications-utils==5.2.0