From a99a08ebf291fe9e89cd61be94dddf8187b82b7d Mon Sep 17 00:00:00 2001 From: Pea Tyczynska Date: Thu, 9 May 2019 14:54:38 +0100 Subject: [PATCH] Update utils version to fix duplicate columns in csv upload bug When one of our users uploaded a csv with two phone number columns and missing data for one of those duplicate columns, our app crashed. We fixed the code in utils that was crashing now and we are propagating this change to our service through updating utils version in this commit. --- requirements-app.txt | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-app.txt b/requirements-app.txt index 9d047b445..343b87a89 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.2.5#egg=notifications-utils==31.2.5 +git+https://github.com/alphagov/notifications-utils.git@31.2.6#egg=notifications-utils==31.2.6 diff --git a/requirements.txt b/requirements.txt index 87ea24f9a..178f9d16f 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.2.5#egg=notifications-utils==31.2.5 +git+https://github.com/alphagov/notifications-utils.git@31.2.6#egg=notifications-utils==31.2.6 ## The following requirements were added by pip freeze: -awscli==1.16.145 +awscli==1.16.155 bleach==3.1.0 boto3==1.6.16 -botocore==1.12.135 +botocore==1.12.145 certifi==2019.3.9 chardet==3.0.4 Click==7.0 @@ -70,7 +70,7 @@ six==1.12.0 smartypants==2.0.1 statsd==3.3.0 texttable==1.6.1 -urllib3==1.24.2 +urllib3==1.24.3 webencodings==0.5.1 Werkzeug==0.15.2 WTForms==2.2.1