From 6186e92141ad6217d6bea9880d17eaa13be9c599 Mon Sep 17 00:00:00 2001 From: Alexey Bezhan Date: Wed, 17 Jan 2018 16:03:33 +0000 Subject: [PATCH] Update utils to fix Deskpro empty user_email error Deskpro user_email will now use the default address from the app configuration if `user_email` argument was set to an empty string. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 726af8056..362858d7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ notifications-python-client==4.7.1 awscli==1.14.22 awscli-cwlogs>=1.4,<1.5 -git+https://github.com/alphagov/notifications-utils.git@23.5.0#egg=notifications-utils==23.5.0 +git+https://github.com/alphagov/notifications-utils.git@23.5.1#egg=notifications-utils==23.5.1