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:42:09 UTC

[superset] 01/02: chore: bump prophet

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 9a39d128f3462b718328e613a7105a94fe9bd36d
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..7089af50d5 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.30, <0.31",
         "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": [