You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/01/28 17:32:49 UTC

[incubator-superset] branch master updated: Bump sqlalchemy to 1.2.2 (#4299)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b06140  Bump sqlalchemy to 1.2.2 (#4299)
1b06140 is described below

commit 1b06140bde125b488d8a67437cfbeda772cd6fb9
Author: Riccardo Magliocchetti <ri...@gmail.com>
AuthorDate: Sun Jan 28 18:32:41 2018 +0100

    Bump sqlalchemy to 1.2.2 (#4299)
    
    * Bump sqlalchemy to 1.2.2
    
    Fix #4196
    
    * Bump sqlalchemy-utils to 0.32.21
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index f2ce908..d0215e4 100644
--- a/setup.py
+++ b/setup.py
@@ -74,8 +74,8 @@ setup(
         'requests==2.17.3',
         'simplejson==3.10.0',
         'six==1.11.0',
-        'sqlalchemy==1.1.9',
-        'sqlalchemy-utils==0.32.16',
+        'sqlalchemy==1.2.2',
+        'sqlalchemy-utils==0.32.21',
         'sqlparse==0.2.3',
         'thrift>=0.9.3',
         'thrift-sasl>=0.2.1',

-- 
To stop receiving notification emails like this one, please contact
maximebeauchemin@apache.org.