This is an automated email from the ASF dual-hosted git repository. beto pushed a commit to branch bump-prophet in repository https://gitbox.apache.org/repos/asf/superset.git
commit dfb50a40d97bf9bd5483d79559a6a72975a943b6 Author: Beto Dealmeida <[email protected]> AuthorDate: Mon Aug 21 09:31:53 2023 -0700 Compile reqs --- requirements/base.txt | 10 +--------- requirements/development.txt | 5 ----- requirements/testing.txt | 15 +++++---------- 3 files changed, 6 insertions(+), 24 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 2389071f46..dacde99265 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -65,8 +65,6 @@ colorama==0.4.6 # via # apache-superset # flask-appbuilder -convertdate==2.4.0 - # via holidays cron-descriptor==1.2.24 # via apache-superset croniter==1.0.15 @@ -138,9 +136,7 @@ gunicorn==20.1.0 # via apache-superset hashids==1.3.1 # via apache-superset -hijri-converter==2.3.1 - # via holidays -holidays==0.23 +holidays==0.30 # via apache-superset humanize==3.11.0 # via apache-superset @@ -169,8 +165,6 @@ jsonschema==4.17.3 # via flask-appbuilder kombu==5.2.4 # via celery -korean-lunar-calendar==0.3.1 - # via holidays limits==3.4.0 # via flask-limiter llvmlite==0.40.1 @@ -248,8 +242,6 @@ pyjwt==2.4.0 # apache-superset # flask-appbuilder # flask-jwt-extended -pymeeus==0.5.12 - # via convertdate pynacl==1.5.0 # via paramiko pyparsing==3.0.6 diff --git a/requirements/development.txt b/requirements/development.txt index cab908f5e7..971962a456 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -102,11 +102,6 @@ pylint==2.17.4 # via -r requirements/development.in python-ldap==3.4.3 # via -r requirements/development.in -requests==2.31.0 - # via - # pydruid - # tableschema - # tabulator rfc3986==2.0.0 # via tableschema s3transfer==0.6.1 diff --git a/requirements/testing.txt b/requirements/testing.txt index 85dfddb916..0fd713247e 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -12,12 +12,12 @@ # -r requirements/base.in # -r requirements/development.in # -r requirements/testing.in -apsw==3.42.0.1 - # via shillelagh cmdstanpy==1.1.0 # via prophet contourpy==1.0.7 # via matplotlib +convertdate==2.4.0 + # via prophet coverage[toml]==7.2.5 # via pytest-cov cycler==0.11.0 @@ -50,7 +50,6 @@ google-auth==2.17.3 # google-cloud-core # pandas-gbq # pydata-google-auth - # shillelagh # sqlalchemy-bigquery google-auth-oauthlib==1.0.0 # via @@ -104,7 +103,7 @@ parameterized==0.9.0 # via -r requirements/testing.in pathable==0.4.3 # via jsonschema-spec -prophet==1.1.1 +prophet==1.1.4 # via apache-superset proto-plus==1.22.2 # via @@ -122,8 +121,8 @@ pydata-google-auth==1.7.0 # via pandas-gbq pyfakefs==5.2.2 # via -r requirements/testing.in -pyhive[presto]==0.6.5 - # via apache-superset +pymeeus==0.5.12 + # via convertdate pytest==7.3.1 # via # -r requirements/testing.in @@ -141,10 +140,6 @@ rfc3339-validator==0.1.4 # via openapi-schema-validator rsa==4.9 # via google-auth -setuptools-git==1.2 - # via prophet -shillelagh[gsheetsapi]==1.2.6 - # via apache-superset sqlalchemy-bigquery==1.6.1 # via apache-superset statsd==4.0.1
