From f183d0377516e841c00a544bdab85b350375be44 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Fri, 1 Dec 2017 12:12:37 +0000 Subject: [PATCH] update utils to 23.2.1 note: this requires adding smartypants as a line in requirements.txt, due to it coming from a git repo. Once the new version of smartypants is in pypi, this'll no longer be required --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68937f75d..4e0c70352 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,6 +26,9 @@ notifications-python-client==4.6.0 awscli>=1.11,<1.12 awscli-cwlogs>=1.4,<1.5 -git+https://github.com/alphagov/notifications-utils.git@23.1.0#egg=notifications-utils==23.1.0 +git+https://github.com/alphagov/notifications-utils.git@23.2.1#egg=notifications-utils==23.2.1 git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3 + +# required by utils +git+https://github.com/leohemsted/smartypants.py.git@regex-speedup#egg=smartypants==2.1.0