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 <[email protected]> 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": [
