From 876cce997170e353b4612eed2e173a5727b01a7a Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Wed, 7 Aug 2024 16:13:54 +0100 Subject: [PATCH] Bump utils to 82.4.0 ## 82.4.0 * Add support for sending SMS to more international numbers. Sending to Eritrea, Wallis and Futuna, Niue, Kiribati, and Tokelau is now supported. ## 82.3.0 * Extends the validation logic for the `PhoneNumber` class to disallow premium rate numbers Complete changes: https://github.com/alphagov/notifications-utils/compare/82.2.1...82.4.0 --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 9cff0c2c6d..b70d8ede8e 100644 --- a/requirements.in +++ b/requirements.in @@ -24,7 +24,7 @@ lxml==4.9.3 notifications-python-client==8.0.1 # Run `make bump-utils` to update to the latest version -notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@82.2.1 +notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@82.4.0 # gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains prometheus-client==0.14.1 diff --git a/requirements.txt b/requirements.txt index 1072fc1f22..ee599d5bce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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@82.2.1 +notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@82.4.0 # via -r requirements.in ordered-set==4.1.0 # via notifications-utils