mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -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:
@@ -6,7 +6,7 @@ import pytest
|
||||
from flask import url_for
|
||||
from freezegun import freeze_time
|
||||
from notifications_python_client.errors import APIError, HTTPError
|
||||
from PyPDF2.utils import PdfReadError
|
||||
from PyPDF2.errors import PdfReadError
|
||||
|
||||
from tests.conftest import (
|
||||
SERVICE_ONE_ID,
|
||||
|
||||
Reference in New Issue
Block a user