From aca3af4dbe3794d9e98de773efb6c2b6471488a8 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 8 Dec 2021 10:06:29 +0000 Subject: [PATCH] Bring in notifications-utils 50.0.0 Makes the mock up of an alert we show use an inline SVG instead of it as a background image. This means it can use the colour of the heading text next to it in a way that adapts when high contrast mode is on. https://github.com/alphagov/notifications-utils/pull/922 --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 7343ca794..81053f579 100644 --- a/requirements.in +++ b/requirements.in @@ -30,7 +30,7 @@ pyproj==3.2.1 # PaaS awscli-cwlogs>=1.4,<1.5 itsdangerous==1.1.0 # pyup: <2 -notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@49.1.0 +notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@50.0.0 govuk-frontend-jinja @ git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha # cryptography 3.4+ incorporates Rust code, which isn't supported on PaaS diff --git a/requirements.txt b/requirements.txt index feba75754..94cece298 100644 --- a/requirements.txt +++ b/requirements.txt @@ -123,7 +123,7 @@ mistune==0.8.4 # via notifications-utils notifications-python-client==6.3.0 # via -r requirements.in -notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@49.1.0 +notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@50.0.0 # via -r requirements.in openpyxl==3.0.7 # via pyexcel-xlsx