From 83015b9efb4a206880516f895ea816f92c8370b2 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Mon, 10 Oct 2016 11:53:50 +0100 Subject: [PATCH] notification-utils 9.0.5 Uses more restrictive email regex to prevent people adding emails with leading quotes, semicolons, etc, that SES rejects and end up as a Technical Failure --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 044c0d2c4..4c020f61b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ pytz==2016.4 git+https://github.com/alphagov/notifications-python-client.git@1.3.0#egg=notifications-python-client==1.3.0 -git+https://github.com/alphagov/notifications-utils.git@9.0.2#egg=notifications-utils==9.0.2 +git+https://github.com/alphagov/notifications-utils.git@9.0.5#egg=notifications-utils==9.0.5