mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -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,
|
letter_can_be_cancelled,
|
||||||
)
|
)
|
||||||
from notifications_utils.pdf import pdf_page_count
|
from notifications_utils.pdf import pdf_page_count
|
||||||
from PyPDF2.utils import PdfReadError
|
from PyPDF2.errors import PdfReadError
|
||||||
|
|
||||||
from app import (
|
from app import (
|
||||||
current_service,
|
current_service,
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ from notifications_utils.pdf import pdf_page_count
|
|||||||
from notifications_utils.postal_address import PostalAddress
|
from notifications_utils.postal_address import PostalAddress
|
||||||
from notifications_utils.recipients import RecipientCSV
|
from notifications_utils.recipients import RecipientCSV
|
||||||
from notifications_utils.sanitise_text import SanitiseASCII
|
from notifications_utils.sanitise_text import SanitiseASCII
|
||||||
from PyPDF2.utils import PdfReadError
|
from PyPDF2.errors import PdfReadError
|
||||||
from requests import RequestException
|
from requests import RequestException
|
||||||
from xlrd.biffh import XLRDError
|
from xlrd.biffh import XLRDError
|
||||||
from xlrd.xldate import XLDateError
|
from xlrd.xldate import XLDateError
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ pyproj==3.3.1
|
|||||||
# PaaS
|
# PaaS
|
||||||
awscli-cwlogs>=1.4,<1.5
|
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
|
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
|
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
|
# 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
|
# via notifications-utils
|
||||||
notifications-python-client==6.3.0
|
notifications-python-client==6.3.0
|
||||||
# via -r requirements.in
|
# 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
|
# via -r requirements.in
|
||||||
openpyxl==3.0.10
|
openpyxl==3.0.10
|
||||||
# via pyexcel-xlsx
|
# via pyexcel-xlsx
|
||||||
@@ -160,7 +160,7 @@ pyjwt==2.4.0
|
|||||||
# via notifications-python-client
|
# via notifications-python-client
|
||||||
pyparsing==3.0.9
|
pyparsing==3.0.9
|
||||||
# via packaging
|
# via packaging
|
||||||
pypdf2==1.28.2
|
pypdf2==2.0.0
|
||||||
# via notifications-utils
|
# via notifications-utils
|
||||||
pyproj==3.3.1
|
pyproj==3.3.1
|
||||||
# via
|
# via
|
||||||
@@ -211,6 +211,8 @@ statsd==3.3.0
|
|||||||
# via notifications-utils
|
# via notifications-utils
|
||||||
texttable==1.6.4
|
texttable==1.6.4
|
||||||
# via pyexcel
|
# via pyexcel
|
||||||
|
typing-extensions==4.2.0
|
||||||
|
# via pypdf2
|
||||||
urllib3==1.26.9
|
urllib3==1.26.9
|
||||||
# via
|
# via
|
||||||
# botocore
|
# botocore
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import pytest
|
|||||||
from flask import url_for
|
from flask import url_for
|
||||||
from freezegun import freeze_time
|
from freezegun import freeze_time
|
||||||
from notifications_python_client.errors import APIError, HTTPError
|
from notifications_python_client.errors import APIError, HTTPError
|
||||||
from PyPDF2.utils import PdfReadError
|
from PyPDF2.errors import PdfReadError
|
||||||
|
|
||||||
from tests.conftest import (
|
from tests.conftest import (
|
||||||
SERVICE_ONE_ID,
|
SERVICE_ONE_ID,
|
||||||
|
|||||||
Reference in New Issue
Block a user