From 1e235fc0cf7b19ea0adc9b743d02cb5770cb647e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 8 Sep 2016 16:08:30 +0100 Subject: [PATCH] Update Python client Just so that nobody else has to do it. Implements: - [x] https://github.com/alphagov/notifications-python-client/pull/29 Which is a breaking change requiring the renaming of method arguments. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e879e822..2369584bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ celery==3.1.23 monotonic==1.2 statsd==3.2.1 -git+https://github.com/alphagov/notifications-python-client.git@1.2.0#egg=notifications-python-client==1.2.0 +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.1#egg=notifications-utils==9.0.1