File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 9
9
BroadcastMessageTemplate ,
10
10
SMSMessageTemplate ,
11
11
)
12
- from PyPDF2 .utils import PdfReadError
12
+ from PyPDF2 .errors import PdfReadError
13
13
from requests import post as requests_post
14
14
from sqlalchemy .orm .exc import NoResultFound
15
15
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ notifications-python-client==6.3.0
29
29
# PaaS
30
30
awscli-cwlogs==1.4.6
31
31
32
- notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.6
32
+ notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@56.0.0
33
33
34
34
# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains
35
35
prometheus-client==0.14.1
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ mistune==0.8.4
160
160
# via notifications-utils
161
161
notifications-python-client == 6.3.0
162
162
# via -r requirements.in
163
- notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.6
163
+ notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@56.0.0
164
164
# via -r requirements.in
165
165
orderedset == 2.0.3
166
166
# via notifications-utils
@@ -189,7 +189,7 @@ pyjwt==2.4.0
189
189
# notifications-python-client
190
190
pyparsing == 3.0.9
191
191
# via packaging
192
- pypdf2 == 1.28.2
192
+ pypdf2 == 2.0.0
193
193
# via notifications-utils
194
194
pyproj == 3.3.1
195
195
# via notifications-utils
@@ -250,6 +250,8 @@ sqlalchemy==1.4.36
250
250
# marshmallow-sqlalchemy
251
251
statsd == 3.3.0
252
252
# via notifications-utils
253
+ typing-extensions == 4.2.0
254
+ # via pypdf2
253
255
uri-template == 1.2.0
254
256
# via jsonschema
255
257
urllib3 == 1.26.9
Original file line number Diff line number Diff line change 10
10
import requests_mock
11
11
from freezegun import freeze_time
12
12
from notifications_utils import SMS_CHAR_COUNT_LIMIT
13
- from PyPDF2 .utils import PdfReadError
13
+ from PyPDF2 .errors import PdfReadError
14
14
15
15
from app .dao .templates_dao import (
16
16
dao_get_template_by_id ,
You can’t perform that action at this time.
0 commit comments