Skip to content

Commit

Permalink
setup: Bump sqlalchemy-utils to 0.32.16 (#3405)
Browse files Browse the repository at this point in the history
Now sqlalchemy-utils will make explicit that we are trying
decoding the secret with the wrong key instead of a generic
UnicodeDecodeError.

Fix #2600
  • Loading branch information
xrmx authored and mistercrunch committed Sep 1, 2017
1 parent 255a36c commit 3dfdde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 3dfdde1

Please sign in to comment.