From ef3a4c860bca3766d5bb6daaa68246c624625621 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 4 Mar 2020 10:52:17 +0000 Subject: [PATCH] Update notifications-utils library. The SMS character count validation has been updated to exclude the service name when validating the message. The upload CSV was the only place we were doing this. Still to come: update the API to use the same method from the SMSTemplate class to check the message lenghth. --- requirements-app.txt | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-app.txt b/requirements-app.txt index 6d747fc92..d64f192c6 100644 --- a/requirements-app.txt +++ b/requirements-app.txt @@ -24,5 +24,5 @@ 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@36.6.1#egg=notifications-utils==36.6.1 +git+https://github.com/alphagov/notifications-utils.git@36.6.2#egg=notifications-utils==36.6.2 git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha diff --git a/requirements.txt b/requirements.txt index b06067cd9..df55b1d98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,14 +26,14 @@ 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@36.6.1#egg=notifications-utils==36.6.1 +git+https://github.com/alphagov/notifications-utils.git@36.6.2#egg=notifications-utils==36.6.2 git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha ## The following requirements were added by pip freeze: -awscli==1.18.6 +awscli==1.18.13 bleach==3.1.1 boto3==1.10.38 -botocore==1.15.6 +botocore==1.15.13 certifi==2019.11.28 chardet==3.0.4 Click==7.0