Update utils with a fix for address formats for letters.

This commit is contained in:
Rebecca Law
2017-10-31 15:03:12 +00:00
parent 1c0da94c6c
commit f01c088f2f
2 changed files with 2 additions and 1 deletions

View File

@@ -326,6 +326,7 @@ def build_dvla_file(self, job_id):
current_app.logger.info("All notifications for job {} are not persisted".format(job_id))
self.retry(queue=QueueNames.RETRY, exc="All notifications for job {} are not persisted".format(job_id))
except Exception as e:
# ? should this retry?
current_app.logger.exception("build_dvla_file threw exception")
raise e

View File

@@ -26,6 +26,6 @@ notifications-python-client==4.5.0
awscli>=1.11,<1.12
awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@21.5.0#egg=notifications-utils==21.5.0
git+https://github.com/alphagov/notifications-utils.git@21.5.1#egg=notifications-utils==21.5.1
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3