From 34740c582725d2556598296fd79415c85d89a27e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 6 Jun 2016 10:59:38 +0100 Subject: [PATCH] Bump utils to latest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit doesn’t introduce any new functionality, just keeps things from getting too far behind. This is a breaking change in utils, see: https://github.com/alphagov/notifications-utils/commit/4683922d30704e932e7a49d5c3ab058814ee5356 None of these methods are used by the API, so no API code needs to change, cf: https://github.com/alphagov/notifications-api/search?utf8=%E2%9C%93&q=rows_with_errors&type=Code https://github.com/alphagov/notifications-api/search?utf8=%E2%9C%93&q=has_errors&type=Code https://github.com/alphagov/notifications-api/search?utf8=%E2%9C%93&q=annotated_rows&type=Code https://github.com/alphagov/notifications-api/search?utf8=%E2%9C%93&q=annotated_rows_with_errors&type=Code --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7526f9afc..595a22d39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,4 +22,4 @@ statsd==3.2.1 git+https://github.com/alphagov/notifications-python-client.git@1.0.0#egg=notifications-python-client==1.0.0 -git+https://github.com/alphagov/notifications-utils.git@5.2.8#egg=notifications-utils==5.2.8 +git+https://github.com/alphagov/notifications-utils.git@6.2.0#egg=notifications-utils==6.2.0