diff --git a/requirements/base.txt b/requirements/base.txt index b60c3513246a6..c65c7ba77ee6f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -58,8 +58,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 @@ -130,9 +128,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.25 # via apache-superset humanize==3.11.0 # via apache-superset @@ -225,8 +221,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/testing.txt b/requirements/testing.txt index f25be8a1ac5eb..0a4d826c8c46f 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -85,8 +85,6 @@ jsonschema-spec==0.1.4 # via openapi-spec-validator kiwisolver==1.4.4 # via matplotlib -lunarcalendar==0.0.9 - # via prophet matplotlib==3.7.1 # via prophet oauthlib==3.2.2 @@ -101,7 +99,7 @@ parameterized==0.9.0 # via -r requirements/testing.in pathable==0.4.3 # via jsonschema-spec -prophet==1.1.1 +prophet==1.1.5 # via apache-superset proto-plus==1.22.2 # via @@ -140,8 +138,6 @@ rfc3339-validator==0.1.4 # via openapi-schema-validator rsa==4.9 # via google-auth -setuptools-git==1.2 - # via prophet sqlalchemy-bigquery==1.6.1 # via apache-superset statsd==4.0.1 diff --git a/setup.py b/setup.py index 2790d12034055..517ba17d280c9 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def get_git_sha() -> str: "geopy", "gunicorn>=20.1.0; sys_platform != 'win32'", "hashids>=1.3.1, <2", - "holidays>=0.23, <0.24", + "holidays>=0.25, <0.26", "humanize", "importlib_metadata", "isodate", @@ -176,7 +176,7 @@ def get_git_sha() -> str: "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.5, <2"], "redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"], "rockset": ["rockset>=0.8.10, <0.9"], "shillelagh": [