mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
Bump notifications-utils to 3.7.0
Bumped notifications-utils to 3.7.0. Version 3.7.0 includes the `convert_utc_to_bst` and `convert_bst_to_utc` functions and the `LETTER_PROCESSING_DEADLINE` constant, so these have been removed from this repo and anywhere using these has now been updated to get these from `notifications-utils`. Also bumped pytest by a patch version to bring in a bug fix.
This commit is contained in:
@@ -6,6 +6,8 @@ from freezegun import freeze_time
|
||||
|
||||
import pytest
|
||||
|
||||
from notifications_utils.timezones import convert_utc_to_bst
|
||||
|
||||
from app import db
|
||||
from app.dao.fact_billing_dao import (
|
||||
delete_billing_data_for_service_for_day,
|
||||
@@ -20,7 +22,6 @@ from app.models import (
|
||||
Notification,
|
||||
NOTIFICATION_STATUS_TYPES,
|
||||
)
|
||||
from app.utils import convert_utc_to_bst
|
||||
from tests.app.db import (
|
||||
create_ft_billing,
|
||||
create_service,
|
||||
|
||||
Reference in New Issue
Block a user