You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/07/12 17:04:16 UTC

[superset] branch master updated: chore: Bump holidays to 0.28 (#24647)

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

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 767afef398 chore: Bump holidays to 0.28 (#24647)
767afef398 is described below

commit 767afef398a75c1ac8139f7b0dcf9d817c0e0d0e
Author: Arkadii Yakovets <ar...@cho.red>
AuthorDate: Wed Jul 12 10:04:10 2023 -0700

    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 f2c0c2ccf8..7f806c7c28 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 2b0077eb35..f16aa5c002 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",