From a7560af9c45a05f7bcd126e5053815dde6ec51b8 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Fri, 10 Dec 2021 16:38:28 +0000 Subject: [PATCH] Bump utils to 51.2.1 This includes performance improvements for RecipientCSV, which may reduce the processing time in some edge cases - this depends on if the Admin app rejects CSVs with these edge cases. --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 732458d6d..41a712699 100644 --- a/requirements.in +++ b/requirements.in @@ -36,7 +36,7 @@ notifications-python-client==6.0.2 # PaaS awscli-cwlogs==1.4.6 -notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@51.0.0 +notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@51.2.1 # 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 0ffd5fe4b..fee9883de 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@51.0.0 +notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@51.2.1 # via -r requirements.in orderedset==2.0.3 # via notifications-utils