From f6513613d3a2365b3de87ead226a1397f880b1c7 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Fri, 15 Feb 2019 10:26:56 +0000 Subject: [PATCH] bump utils to bring in redis changes also set redis url locally to be localhost. redis is disabled by default so this won't do anything unless you set REDIS_ENABLED=1 as an environment variable --- app/config.py | 2 ++ requirements-app.txt | 2 +- requirements.txt | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/config.py b/app/config.py index 27926e011..47620b253 100644 --- a/app/config.py +++ b/app/config.py @@ -97,6 +97,8 @@ class Development(Config): ASSET_PATH = '/static/' + REDIS_URL = 'redis://localhost:6379/0' + class Test(Development): DEBUG = True diff --git a/requirements-app.txt b/requirements-app.txt index 07a25835f..4b2101f14 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -23,4 +23,4 @@ awscli-cwlogs>=1.4,<1.5 # Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default itsdangerous==0.24 # pyup: <1.0.0 -git+https://github.com/alphagov/notifications-utils.git@31.0.0#egg=notifications-utils==31.0.0 +git+https://github.com/alphagov/notifications-utils.git@31.2.0#egg=notifications-utils==31.2.0 diff --git a/requirements.txt b/requirements.txt index 629d88224..f1b58d0cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,13 +25,13 @@ awscli-cwlogs>=1.4,<1.5 # Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default itsdangerous==0.24 # pyup: <1.0.0 -git+https://github.com/alphagov/notifications-utils.git@31.0.0#egg=notifications-utils==31.0.0 +git+https://github.com/alphagov/notifications-utils.git@31.2.0#egg=notifications-utils==31.2.0 ## The following requirements were added by pip freeze: -awscli==1.16.100 +awscli==1.16.105 bleach==3.0.2 boto3==1.6.16 -botocore==1.12.90 +botocore==1.12.95 certifi==2018.11.29 chardet==3.0.4 Click==7.0 @@ -48,7 +48,7 @@ jdcal==1.4 Jinja2==2.10 jmespath==0.9.3 lml==0.0.9 -lxml==4.3.0 +lxml==4.3.1 MarkupSafe==1.1.0 mistune==0.8.4 monotonic==1.5