Bump utils to bring in changes to RecipientCSV rows

Bumped utils to version 31.2.5, which changes when the rows of a
RecipientCSV get created. Switched to using `.get_rows()` from
RecipientCSV (a generator) instead of the `.rows` property (which builds
a list of the rows in memory).
This commit is contained in:
Katie Smith
2019-04-25 10:54:37 +01:00
parent 3c4133e543
commit c02b7edb92
3 changed files with 8 additions and 8 deletions

View File

@@ -29,6 +29,6 @@ awscli-cwlogs>=1.4,<1.5
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
itsdangerous==0.24 # pyup: <1.0.0
git+https://github.com/alphagov/notifications-utils.git@31.2.2#egg=notifications-utils==31.2.2
git+https://github.com/alphagov/notifications-utils.git@31.2.5#egg=notifications-utils==31.2.5
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3