From a631942d55d74045f789dbdcf081a17f844e4269 Mon Sep 17 00:00:00 2001 From: Pea Tyczynska Date: Mon, 29 Mar 2021 17:38:37 +0100 Subject: [PATCH] Bump utils to allow double hyphens in email address domain It was requested by our user and it is an allowed domain format with Amazon SES, so we started allowing it in our validation. --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index e2f3e95fa..de4c70427 100644 --- a/requirements.in +++ b/requirements.in @@ -24,7 +24,7 @@ Shapely==1.7.1 awscli-cwlogs>=1.4,<1.5 itsdangerous==1.1.0 -git+https://github.com/alphagov/notifications-utils.git@44.0.0#egg=notifications-utils==44.0.0 +git+https://github.com/alphagov/notifications-utils.git@44.1.0#egg=notifications-utils==44.1.0 git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha#egg=govuk-frontend-jinja==0.5.8-alpha # gds-metrics requires prometheseus 0.2.0, override that requirement as later versions bring significant performance gains diff --git a/requirements.txt b/requirements.txt index c3bcbd30a..5aedf5f7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -108,7 +108,7 @@ mistune==0.8.4 # via notifications-utils notifications-python-client==6.0.2 # via -r requirements.in -git+https://github.com/alphagov/notifications-utils.git@44.0.0#egg=notifications-utils==44.0.0 +git+https://github.com/alphagov/notifications-utils.git@44.1.0#egg=notifications-utils==44.1.0 # via -r requirements.in openpyxl==3.0.7 # via pyexcel-xlsx