From bf0abce4a3532a15aaa26d8954b0d22a013e25ab Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 22 Dec 2016 13:53:27 +0000 Subject: [PATCH] update python-client version also unpin the patch version, since it shouldn't matter what patch we're on provided that the function signatures are the same --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ce5add5e..a414d2549 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,8 @@ statsd==3.2.1 jsonschema==2.5.1 Flask-Redis==0.1.0 -notifications-python-client==3.0.0 +# pin to minor version 3.1.x +notifications-python-client>=3.1,<3.2 git+https://github.com/alphagov/notifications-utils.git@12.2.0#egg=notifications-utils==12.2.0