Skip to content

Commit

Permalink
updated requirements for new utils
Browse files Browse the repository at this point in the history
  • Loading branch information
rparke committed Aug 7, 2024
1 parent 2da856a commit 3069ff3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lxml==4.9.3

notifications-python-client==8.0.1

notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@859b9b0ead07e68bf49e47de78e5a341a30cb976
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@82.3.0

# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains
prometheus-client==0.14.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ mistune==0.8.4
# via notifications-utils
notifications-python-client==8.0.1
# via -r requirements.in
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@859b9b0ead07e68bf49e47de78e5a341a30cb976
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@82.3.0
# via -r requirements.in
ordered-set==4.1.0
# via notifications-utils
Expand Down
2 changes: 1 addition & 1 deletion tests/app/notifications/test_process_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def test_persist_notification_with_send_to_landline_to_premium_number_raises_inv
job_row_number=10,
client_reference="ref from client",
)
assert exc.value.code == InvalidPhoneError.Codes.PREMIUM_NUMBER
assert exc.value.code == InvalidPhoneError.Codes.INVALID_NUMBER


def test_persist_notification_with_international_info_does_not_store_for_email(sample_job, sample_api_key, mocker):
Expand Down

0 comments on commit 3069ff3

Please sign in to comment.