setup: Bump sqlalchemy-utils to 0.32.16 (#3405)

Now sqlalchemy-utils will make explicit that we are trying
decoding the secret with the wrong key instead of a generic
UnicodeDecodeError.

Fix #2600
This commit is contained in:
Riccardo Magliocchetti 2017-09-01 17:30:48 +02:00 committed by Maxime Beauchemin
parent 255a36c280
commit 3dfdde130a
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ setup(
'simplejson==3.10.0',
'six==1.10.0',
'sqlalchemy==1.1.9',
'sqlalchemy-utils==0.32.14',
'sqlalchemy-utils==0.32.16',
'sqlparse==0.2.3',
'thrift>=0.9.3',
'thrift-sasl>=0.2.1',