mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-01 03:50:26 -04:00
Merge pull request #4260 from alphagov/bump-utils-56
Bump utils to version 56.0.0
This commit is contained in:
@@ -24,7 +24,7 @@ from notifications_utils.letter_timings import (
|
||||
letter_can_be_cancelled,
|
||||
)
|
||||
from notifications_utils.pdf import pdf_page_count
|
||||
from PyPDF2.utils import PdfReadError
|
||||
from PyPDF2.errors import PdfReadError
|
||||
|
||||
from app import (
|
||||
current_service,
|
||||
|
||||
@@ -22,7 +22,7 @@ from notifications_utils.pdf import pdf_page_count
|
||||
from notifications_utils.postal_address import PostalAddress
|
||||
from notifications_utils.recipients import RecipientCSV
|
||||
from notifications_utils.sanitise_text import SanitiseASCII
|
||||
from PyPDF2.utils import PdfReadError
|
||||
from PyPDF2.errors import PdfReadError
|
||||
from requests import RequestException
|
||||
from xlrd.biffh import XLRDError
|
||||
from xlrd.xldate import XLDateError
|
||||
|
||||
@@ -28,7 +28,7 @@ pyproj==3.3.1
|
||||
# PaaS
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
itsdangerous==2.0.1 # pyup: <2.1.0 Release 2.1.0 introduced a change that is not compatible with Flask 1.x
|
||||
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.6
|
||||
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@56.0.0
|
||||
govuk-frontend-jinja @ git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.8-alpha
|
||||
|
||||
# gds-metrics requires prometheseus 0.2.0, override that requirement as later versions bring significant performance gains
|
||||
|
||||
@@ -121,7 +121,7 @@ mistune==0.8.4
|
||||
# via notifications-utils
|
||||
notifications-python-client==6.3.0
|
||||
# via -r requirements.in
|
||||
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.6
|
||||
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@56.0.0
|
||||
# via -r requirements.in
|
||||
openpyxl==3.0.10
|
||||
# via pyexcel-xlsx
|
||||
@@ -160,7 +160,7 @@ pyjwt==2.4.0
|
||||
# via notifications-python-client
|
||||
pyparsing==3.0.9
|
||||
# via packaging
|
||||
pypdf2==1.28.2
|
||||
pypdf2==2.0.0
|
||||
# via notifications-utils
|
||||
pyproj==3.3.1
|
||||
# via
|
||||
@@ -211,6 +211,8 @@ statsd==3.3.0
|
||||
# via notifications-utils
|
||||
texttable==1.6.4
|
||||
# via pyexcel
|
||||
typing-extensions==4.2.0
|
||||
# via pypdf2
|
||||
urllib3==1.26.9
|
||||
# via
|
||||
# botocore
|
||||
|
||||
@@ -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