Bump utils

This new version of utils implements the transformation of our polygons
to a Cartesian plane. In other words, it converts them from being
defined in spherical degrees to metres.

For the API this means our simplification will be slightly more
accurate.
This commit is contained in:
Chris Hill-Scott
2021-08-18 17:22:35 +01:00
parent 443f197fee
commit 4feb3fdc10
4 changed files with 13 additions and 6 deletions

View File

@@ -40,7 +40,9 @@ cachetools==4.2.1
celery[sqs]==5.2.0
# via -r requirements.in
certifi==2021.10.8
# via requests
# via
# pyproj
# requests
cffi==1.14.5
# via
# -r requirements.in
@@ -151,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@48.1.0
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@49.0.0
# via -r requirements.in
orderedset==2.0.3
# via notifications-utils
@@ -179,6 +181,8 @@ pyparsing==3.0.1
# via packaging
pypdf2==1.26.0
# via notifications-utils
pyproj==3.2.1
# via notifications-utils
pyrsistent==0.18.0
# via jsonschema
python-dateutil==2.8.2