mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
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:
@@ -40,7 +40,7 @@ notifications-python-client==6.0.2
|
||||
# PaaS
|
||||
awscli-cwlogs==1.4.6
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@44.5.1#egg=notifications-utils==44.5.1
|
||||
git+https://github.com/alphagov/notifications-utils.git@45.0.1#egg=notifications-utils==45.0.1
|
||||
|
||||
# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains
|
||||
prometheus-client==0.10.1
|
||||
@@ -51,16 +51,16 @@ alembic==1.6.5
|
||||
amqp==1.4.9
|
||||
anyjson==0.3.3
|
||||
attrs==21.2.0
|
||||
awscli==1.20.8
|
||||
awscli==1.20.24
|
||||
bcrypt==3.2.0
|
||||
billiard==3.3.0.23
|
||||
bleach==3.3.0
|
||||
blinker==1.4
|
||||
boto==2.49.0
|
||||
boto3==1.18.8
|
||||
botocore==1.21.8
|
||||
boto3==1.18.24
|
||||
botocore==1.21.24
|
||||
certifi==2021.5.30
|
||||
charset-normalizer==2.0.3
|
||||
charset-normalizer==2.0.4
|
||||
click==8.0.1
|
||||
colorama==0.4.3
|
||||
dnspython==1.16.0
|
||||
@@ -68,8 +68,9 @@ docutils==0.15.2
|
||||
flask-redis==0.4.0
|
||||
geojson==2.5.0
|
||||
govuk-bank-holidays==0.9
|
||||
greenlet==1.1.0
|
||||
greenlet==1.1.1
|
||||
idna==3.2
|
||||
importlib-metadata==4.6.4
|
||||
Jinja2==3.0.1
|
||||
jmespath==0.10.0
|
||||
kombu==3.0.37
|
||||
@@ -78,11 +79,12 @@ MarkupSafe==2.0.1
|
||||
mistune==0.8.4
|
||||
orderedset==2.0.3
|
||||
packaging==21.0
|
||||
phonenumbers==8.12.28
|
||||
phonenumbers==8.12.30
|
||||
pyasn1==0.4.8
|
||||
pycparser==2.20
|
||||
pyparsing==2.4.7
|
||||
PyPDF2==1.26.0
|
||||
pyproj==3.0.1
|
||||
pyrsistent==0.18.0
|
||||
python-dateutil==2.8.2
|
||||
python-editor==1.0.4
|
||||
@@ -98,5 +100,7 @@ six==1.16.0
|
||||
smartypants==2.0.1
|
||||
soupsieve==2.2.1
|
||||
statsd==3.3.0
|
||||
typing-extensions==3.10.0.0
|
||||
urllib3==1.26.6
|
||||
webencodings==0.5.1
|
||||
zipp==3.5.0
|
||||
|
||||
Reference in New Issue
Block a user