mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Update utils and remove expanded argument
This argument was removed in https://github.com/alphagov/notifications-utils/pull/643
This commit is contained in:
@@ -355,7 +355,6 @@ def get_template(
|
||||
template,
|
||||
from_name=service.name,
|
||||
from_address='{}@notifications.service.gov.uk'.format(service.email_from),
|
||||
expanded=expand_emails,
|
||||
show_recipient=show_recipient,
|
||||
redact_missing_personalisation=redact_missing_personalisation,
|
||||
reply_to=email_reply_to,
|
||||
|
||||
@@ -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@33.2.9#egg=notifications-utils==33.2.9
|
||||
git+https://github.com/alphagov/notifications-utils.git@34.0.0#egg=notifications-utils==34.0.0
|
||||
|
||||
@@ -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@33.2.9#egg=notifications-utils==33.2.9
|
||||
git+https://github.com/alphagov/notifications-utils.git@34.0.0#egg=notifications-utils==34.0.0
|
||||
|
||||
## The following requirements were added by pip freeze:
|
||||
awscli==1.16.228
|
||||
awscli==1.16.230
|
||||
bleach==3.1.0
|
||||
boto3==1.6.16
|
||||
botocore==1.12.218
|
||||
botocore==1.12.220
|
||||
certifi==2019.6.16
|
||||
chardet==3.0.4
|
||||
Click==7.0
|
||||
@@ -55,7 +55,7 @@ monotonic==1.5
|
||||
openpyxl==2.5.14
|
||||
orderedset==2.0.1
|
||||
phonenumbers==8.10.13
|
||||
pyasn1==0.4.6
|
||||
pyasn1==0.4.7
|
||||
pyexcel-ezodf==0.3.4
|
||||
PyJWT==1.7.1
|
||||
PyPDF2==1.26.0
|
||||
|
||||
Reference in New Issue
Block a user