Bump notifications-utils to 51.0.0

Just so other people don’t have to merge these changes.

The breaking changes don’t affect this repo because the API doesn’t:
- check the service guestlist before sending a message
- do any visual preview of emergency alert messages

> **51.0.0**
> - Initial argument to RecipientCSV renamed from whitelist to guestlist, in other words consuming code should call RecipientCSV(guestlist=['test@example.com'])
> - RecipientCSV.whitelist property renamed to RecipientCSV.guestlist
>
> **50.0.0**
> - Make icon in broadcast_preview_template.jinja2 an inline SVG (requires changes to the CSS of consumer code)
>
> **49.1.0**
> Add ttl_in_seconds argument to RequestCache.set to let users specify a custom TTL

This commit also changes the format of the line in the requirements
file, copying https://github.com/alphagov/notifications-admin/pull/4074/files
This commit is contained in:
Chris Hill-Scott
2021-12-06 09:31:18 +00:00
parent c0742fe83d
commit f011254667
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ notifications-python-client==6.0.2
# PaaS # PaaS
awscli-cwlogs==1.4.6 awscli-cwlogs==1.4.6
git+https://github.com/alphagov/notifications-utils.git@49.0.0#egg=notifications-utils==49.0.0 notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@51.0.0
# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains # gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains
prometheus-client==0.10.1 prometheus-client==0.10.1

View File

@@ -153,7 +153,7 @@ mistune==0.8.4
# via notifications-utils # via notifications-utils
notifications-python-client==6.0.2 notifications-python-client==6.0.2
# via -r requirements.in # via -r requirements.in
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@49.0.0 notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@51.0.0
# via -r requirements.in # via -r requirements.in
orderedset==2.0.3 orderedset==2.0.3
# via notifications-utils # via notifications-utils