From f011254667a198b59bf345c37a1a56ccabf062d9 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 6 Dec 2021 09:31:18 +0000 Subject: [PATCH] Bump notifications-utils to 51.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index da80a8584..732458d6d 100644 --- a/requirements.in +++ b/requirements.in @@ -36,7 +36,7 @@ notifications-python-client==6.0.2 # PaaS 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 prometheus-client==0.10.1 diff --git a/requirements.txt b/requirements.txt index 45d576669..0ffd5fe4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -153,7 +153,7 @@ mistune==0.8.4 # via notifications-utils notifications-python-client==6.0.2 # 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 orderedset==2.0.3 # via notifications-utils