From 767afef398a75c1ac8139f7b0dcf9d817c0e0d0e Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Wed, 12 Jul 2023 10:04:10 -0700 Subject: [PATCH] chore: Bump holidays to 0.28 (#24647) --- requirements/base.txt | 10 +--------- setup.py | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index f2c0c2ccf..7f806c7c2 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -57,8 +57,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 @@ -126,9 +124,7 @@ gunicorn==20.1.0 # via apache-superset hashids==1.3.1 # via apache-superset -hijri-converter==2.2.4 - # via holidays -holidays==0.23 +holidays==0.28 # via apache-superset humanize==3.11.0 # via apache-superset @@ -154,8 +150,6 @@ jsonschema==4.17.3 # via flask-appbuilder kombu==5.2.4 # via celery -korean-lunar-calendar==0.2.1 - # via holidays limits==3.4.0 # via flask-limiter mako==1.2.4 @@ -223,8 +217,6 @@ pyjwt==2.4.0 # apache-superset # flask-appbuilder # flask-jwt-extended -pymeeus==0.5.11 - # via convertdate pynacl==1.5.0 # via paramiko pyparsing==3.0.6 diff --git a/setup.py b/setup.py index 2b0077eb3..f16aa5c00 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ setup( "geopy", "gunicorn>=20.1.0; sys_platform != 'win32'", "hashids>=1.3.1, <2", - "holidays>=0.23, <0.24", + "holidays>=0.28, <1.0", "humanize", "importlib_metadata", "isodate",