mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-05 14:10:47 -04:00
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:
@@ -10,7 +10,7 @@ import pytest
|
||||
import requests_mock
|
||||
from freezegun import freeze_time
|
||||
from notifications_utils import SMS_CHAR_COUNT_LIMIT
|
||||
from PyPDF2.utils import PdfReadError
|
||||
from PyPDF2.errors import PdfReadError
|
||||
|
||||
from app.dao.templates_dao import (
|
||||
dao_get_template_by_id,
|
||||
|
||||
Reference in New Issue
Block a user