You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/08/21 16:03:16 UTC

[superset] branch bump-prophet created (now 374b920a0a)

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

beto pushed a change to branch bump-prophet
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 374b920a0a chore: bump prophet

This branch includes the following new commits:

     new 374b920a0a chore: bump prophet

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: chore: bump prophet

Posted by be...@apache.org.
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 374b920a0a4124456a9a71cad65d384271ade9dc
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Mon Aug 21 09:02:56 2023 -0700

    chore: bump prophet
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index d26253e164..c040142fe5 100644
--- a/setup.py
+++ b/setup.py
@@ -96,7 +96,7 @@ setup(
         "geopy",
         "gunicorn>=20.1.0; sys_platform != 'win32'",
         "hashids>=1.3.1, <2",
-        "holidays>=0.23, <0.24",
+        "holidays>=0.28, <0.29",
         "humanize",
         "importlib_metadata",
         "isodate",
@@ -182,7 +182,7 @@ setup(
         "postgres": ["psycopg2-binary==2.9.6"],
         "presto": ["pyhive[presto]>=0.6.5"],
         "trino": ["trino>=0.324.0"],
-        "prophet": ["prophet==1.1.1"],
+        "prophet": ["prophet==1.1.4"],
         "redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"],
         "rockset": ["rockset-sqlalchemy>=0.0.1, <1.0.0"],
         "shillelagh": [