bump utils to fix slow notification rendering

This commit is contained in:
Leo Hemsted
2018-08-09 14:07:06 +01:00
parent 2dde1ad36f
commit f279bbbd33
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.DEFAULT_GOAL := help .DEFAULT_GOAL := help
SHELL := /bin/bash SHELL := /bin/bash
DATE = $(shell date +%Y-%m-%d:%H:%M:%S) DATE = $(shell date +%Y-%m-%dT%H:%M:%S)
PIP_ACCEL_CACHE ?= ${CURDIR}/cache/pip-accel PIP_ACCEL_CACHE ?= ${CURDIR}/cache/pip-accel
APP_VERSION_FILE = app/version.py APP_VERSION_FILE = app/version.py
+1 -1
View File
@@ -21,4 +21,4 @@ notifications-python-client==5.0.0
# PaaS # PaaS
awscli-cwlogs>=1.4,<1.5 awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@29.3.4#egg=notifications-utils==29.3.4 git+https://github.com/alphagov/notifications-utils.git@29.3.5#egg=notifications-utils==29.3.5
+5 -5
View File
@@ -23,13 +23,13 @@ notifications-python-client==5.0.0
# PaaS # PaaS
awscli-cwlogs>=1.4,<1.5 awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@29.3.4#egg=notifications-utils==29.3.4 git+https://github.com/alphagov/notifications-utils.git@29.3.5#egg=notifications-utils==29.3.5
## The following requirements were added by pip freeze: ## The following requirements were added by pip freeze:
awscli==1.15.70 awscli==1.15.74
bleach==2.1.3 bleach==2.1.3
boto3==1.6.16 boto3==1.6.16
botocore==1.10.69 botocore==1.10.73
certifi==2018.4.16 certifi==2018.4.16
chardet==3.0.4 chardet==3.0.4
click==6.7 click==6.7
@@ -47,11 +47,11 @@ jdcal==1.4
Jinja2==2.10 Jinja2==2.10
jmespath==0.9.3 jmespath==0.9.3
lml==0.0.1 lml==0.0.1
lxml==4.2.3 lxml==4.2.4
MarkupSafe==1.0 MarkupSafe==1.0
mistune==0.8.3 mistune==0.8.3
monotonic==1.5 monotonic==1.5
openpyxl==2.5.4 openpyxl==2.5.5
orderedset==2.0.1 orderedset==2.0.1
phonenumbers==8.9.4 phonenumbers==8.9.4
pyasn1==0.4.4 pyasn1==0.4.4