From 873cfaf7a0068a0755bc7ccc1cb7bc641340de94 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 28 Oct 2021 09:33:03 +0100 Subject: [PATCH] Bump utils to 47.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: https://github.com/alphagov/notifications-utils/compare/46.1.0...47.0.1 The breaking change is due to the removal of ZendeskClient.create_ticket which this app is no longer using. > Although this is a breaking change to the ZendeskClient, nothing is > using the code that was deleted. — https://github.com/alphagov/notifications-utils/pull/902#discussion_r720095133 --- requirements.in | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 12205fd7d..d26330268 100644 --- a/requirements.in +++ b/requirements.in @@ -28,7 +28,7 @@ importlib-metadata==4.2.0 awscli-cwlogs>=1.4,<1.5 itsdangerous==1.1.0 # pyup: <2 -git+https://github.com/alphagov/notifications-utils.git@46.1.0#egg=notifications-utils==46.1.0 +git+https://github.com/alphagov/notifications-utils.git@47.0.1#egg=notifications-utils==47.0.1 git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha#egg=govuk-frontend-jinja==0.5.8-alpha # cryptography 3.4+ incorporates Rust code, which isn't supported on PaaS diff --git a/requirements.txt b/requirements.txt index da4bde218..84e2947c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ awscli==1.19.84 # notifications-utils awscli-cwlogs==1.4.6 # via -r requirements.in -bleach==3.3.0 +bleach==4.1.0 # via notifications-utils blinker==1.4 # via @@ -125,7 +125,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@46.1.0 +notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@47.0.1 # via -r requirements.in openpyxl==3.0.7 # via pyexcel-xlsx