From 3dfdde130a88d3a12a6e084adc07d284ed6090e6 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Fri, 1 Sep 2017 17:30:48 +0200 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 013359683574..94104776eb47 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def get_git_sha(): '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',