Bump utils to version 56.0.0

The only impactful change is the major version itself, where I've
fixed the breaking changes due to the upgrade of PyPDF2 [^1] and
checked there are no deprecation warnings when I run the tests.

[^1]: https://github.com/alphagov/notifications-utils/pull/973
This commit is contained in:
Ben Thorner
2022-06-01 13:40:29 +01:00
parent 6495b192a6
commit ee8e86f409
4 changed files with 7 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ from notifications_utils.template import (
BroadcastMessageTemplate,
SMSMessageTemplate,
)
from PyPDF2.utils import PdfReadError
from PyPDF2.errors import PdfReadError
from requests import post as requests_post
from sqlalchemy.orm.exc import NoResultFound