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 2019/06/19 16:50:21 UTC

[incubator-superset] branch master updated: Bump sqla to 1.3.5 (#7729)

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 437ca09  Bump sqla to 1.3.5 (#7729)
437ca09 is described below

commit 437ca09f94dc4dd07934df0a48a179a426a29fe0
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Wed Jun 19 19:50:10 2019 +0300

    Bump sqla to 1.3.5 (#7729)
---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index beeab8d..168e949 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -74,7 +74,7 @@ selenium==3.141.0
 simplejson==3.15.0
 six==1.11.0               # via bleach, cryptography, flask-jwt-extended, flask-talisman, isodate, jsonschema, pathlib2, polyline, prison, pydruid, pyrsistent, python-dateutil, sqlalchemy-utils, wtforms-json
 sqlalchemy-utils==0.33.11
-sqlalchemy==1.3.1
+sqlalchemy==1.3.5
 sqlparse==0.2.4
 urllib3==1.24.3           # via requests, selenium
 vine==1.1.4               # via amqp
diff --git a/setup.py b/setup.py
index e109c63..a4f3b81 100644
--- a/setup.py
+++ b/setup.py
@@ -102,7 +102,7 @@ setup(
         'retry>=0.9.2',
         'selenium>=3.141.0',
         'simplejson>=3.15.0',
-        'sqlalchemy>=1.3.1,<2.0',
+        'sqlalchemy>=1.3.5,<2.0',
         'sqlalchemy-utils>=0.33.2',
         'sqlparse',
         'wtforms-json',