Bump utils to 46.0.0

This brings in some new polygon simplication code [1] so we need to
tweak any tests that rely on the exact number of polygons after this
operation.

[1]: https://github.com/alphagov/notifications-utils/pull/890
This commit is contained in:
Ben Thorner
2021-09-08 14:30:10 +01:00
parent 20172b11bb
commit 8e99f9d0d3
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ def test_simple_polygons():
# Because the areas are close to each other, the simplification
# and unioning process results in a single polygon with fewer
# total coordinates
[54],
[55],
]