Bump utils to 44.5.0

Brings in a new `intersects_with()` method of `Polygons` which will come
in handy.
This commit is contained in:
Chris Hill-Scott
2021-08-23 16:57:15 +01:00
committed by Ben Thorner
parent 427ac0c8c1
commit 5ba8387c6d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ fido2==0.9.1
awscli-cwlogs>=1.4,<1.5 awscli-cwlogs>=1.4,<1.5
itsdangerous==1.1.0 # pyup: <2 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 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 # cryptography 3.4+ incorporates Rust code, which isn't supported on PaaS
+1 -1
View File
@@ -118,7 +118,7 @@ mistune==0.8.4
# via notifications-utils # via notifications-utils
notifications-python-client==6.2.1 notifications-python-client==6.2.1
# via -r requirements.in # 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 # via -r requirements.in
openpyxl==3.0.7 openpyxl==3.0.7
# via pyexcel-xlsx # via pyexcel-xlsx