From 92739c3acbd60638698219457664a79892fa081f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 6 Jul 2017 14:23:04 +0100 Subject: [PATCH] Pin notifications-python-client to latest version 4.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7317630a1..bf061c0ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ gunicorn==19.7.1 whitenoise==3.3.0 #manages static assets # pin to minor version 3.1.x -notifications-python-client>=3.1,<3.2 +notifications-python-client==4.3.1 # PaaS awscli>=1.11,<1.12