From 5ba8387c6de9b0e757966d595f675de24c1859db Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 27 Jul 2021 11:33:48 +0100 Subject: [PATCH] Bump utils to 44.5.0 Brings in a new `intersects_with()` method of `Polygons` which will come in handy. --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index b828b23ab..ca9d5f69f 100644 --- a/requirements.in +++ b/requirements.in @@ -26,7 +26,7 @@ fido2==0.9.1 awscli-cwlogs>=1.4,<1.5 itsdangerous==1.1.0 # pyup: <2 -git+https://github.com/alphagov/notifications-utils.git@44.4.3#egg=notifications-utils==44.4.3 +git+https://github.com/alphagov/notifications-utils.git@44.5.0#egg=notifications-utils==44.5.0 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 4abcbfda2..9d37aad32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -118,7 +118,7 @@ mistune==0.8.4 # via notifications-utils notifications-python-client==6.2.1 # via -r requirements.in -git+https://github.com/alphagov/notifications-utils.git@44.4.3#egg=notifications-utils==44.4.3 +git+https://github.com/alphagov/notifications-utils.git@44.5.0#egg=notifications-utils==44.5.0 # via -r requirements.in openpyxl==3.0.7 # via pyexcel-xlsx