You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2020/05/05 13:41:18 UTC

[incubator-superset] branch master updated: fix(dependencies): Bump FAB to 2.3.4 (#9703)

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

dpgaspar 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 911f117  fix(dependencies): Bump FAB to 2.3.4 (#9703)
911f117 is described below

commit 911f11767396ed71f1348fe467a169edd653f089
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Tue May 5 14:41:04 2020 +0100

    fix(dependencies): Bump FAB to 2.3.4 (#9703)
---
 requirements.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/requirements.txt b/requirements.txt
index feb9b1d..21d267f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -22,6 +22,8 @@ cryptography==2.8         # via apache-superset (setup.py)
 dataclasses==0.6          # via apache-superset (setup.py)
 decorator==4.4.1          # via retry
 defusedxml==0.6.0         # via python3-openid
+dnspython==1.16.0         # via email-validator
+email-validator==1.0.5    # via flask-appbuilder
 flask-appbuilder==2.3.4   # via apache-superset (setup.py)
 flask-babel==1.0.0        # via flask-appbuilder
 flask-caching==1.8.0      # via apache-superset (setup.py)
@@ -38,6 +40,7 @@ geographiclib==1.50       # via geopy
 geopy==1.21.0             # via apache-superset (setup.py)
 gunicorn==20.0.4          # via apache-superset (setup.py)
 humanize==0.5.1           # via apache-superset (setup.py)
+idna==2.9                 # via email-validator
 importlib-metadata==1.4.0  # via jsonschema, kombu
 isodate==0.6.0            # via apache-superset (setup.py)
 itsdangerous==1.1.0       # via flask