You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/01/10 00:00:06 UTC

[GitHub] mistercrunch closed pull request #6625: Bump requirements

mistercrunch closed pull request #6625: Bump requirements
URL: https://github.com/apache/incubator-superset/pull/6625
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/requirements.txt b/requirements.txt
index 7c7d2f1b70..838cb6d04f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,7 +19,7 @@ chardet==3.0.4            # via requests
 click==6.7
 colorama==0.3.9
 contextlib2==0.5.5
-croniter==0.3.25
+croniter==0.3.26
 cryptography==2.4.2
 decorator==4.3.0          # via retry
 defusedxml==0.5.0         # via python3-openid
@@ -80,7 +80,7 @@ retry==0.9.2
 rfc3986==1.1.0            # via tableschema
 rsa==4.0                  # via google-auth
 sasl==0.2.1               # via thrift-sasl
-selenium==3.14.0
+selenium==3.141.0
 simplejson==3.15.0
 six==1.11.0               # via bleach, cryptography, google-auth, gsheetsdb, isodate, jsonlines, linear-tsv, pathlib2, polyline, pydruid, python-dateutil, sasl, sqlalchemy-utils, tableschema, tabulator, thrift
 sqlalchemy-utils==0.32.21
diff --git a/setup.py b/setup.py
index 32f77f2090..07318d8d88 100644
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,7 @@ def get_git_sha():
         'click>=6.0, <7.0.0',  # click >=7 forces "-" instead of "_"
         'colorama',
         'contextlib2',
+        'croniter>=0.3.26',
         'cryptography>=2.4.2',
         'flask>=1.0.0, <2.0.0',
         'flask-appbuilder>=1.12.1, <2.0.0',
@@ -83,6 +84,8 @@ def get_git_sha():
         'python-geohash',
         'pyyaml>=3.13',
         'requests>=2.20.0',
+        'retry>=0.9.2',
+        'selenium>=3.141.0',
         'simplejson>=3.15.0',
         'sqlalchemy',
         'sqlalchemy-utils',
@@ -92,9 +95,6 @@ def get_git_sha():
         'thrift-sasl>=0.2.1',
         'unicodecsv',
         'unidecode>=0.04.21',
-        'croniter==0.3.25',
-        'selenium==3.14.0',
-        'retry==0.9.2',
     ],
     extras_require={
         'cors': ['flask-cors>=2.0.0'],


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org