You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2022/08/15 16:51:41 UTC

[superset] branch master updated: chore(deps): unpin holidays dependency version (#21091)

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

yongjiezhao 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 d817a1dc87 chore(deps): unpin holidays dependency version (#21091)
d817a1dc87 is described below

commit d817a1dc87c1c8444465f6fd6ff66c86bf21cc03
Author: Erik Cederstrand <er...@cederstrand.dk>
AuthorDate: Mon Aug 15 18:51:27 2022 +0200

    chore(deps): unpin holidays dependency version (#21091)
    
    The blocking issue has been fixed upstream
    
    Co-authored-by: Erik Cederstrand <er...@adamatics.com>
---
 requirements/base.txt | 4 ++--
 setup.py              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index c9b1baf3b9..505f601ae2 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -60,7 +60,7 @@ colorama==0.4.4
     # via
     #   apache-superset
     #   flask-appbuilder
-convertdate==2.3.2
+convertdate==2.4.0
     # via holidays
 cron-descriptor==1.2.24
     # via apache-superset
@@ -128,7 +128,7 @@ gunicorn==20.1.0
     # via apache-superset
 hashids==1.3.1
     # via apache-superset
-holidays==0.10.3
+holidays==0.14.2
     # via apache-superset
 humanize==3.11.0
     # via apache-superset
diff --git a/setup.py b/setup.py
index 311d33e81e..4dfd66dea9 100644
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,7 @@ setup(
         "graphlib-backport",
         "gunicorn>=20.1.0",
         "hashids>=1.3.1, <2",
-        "holidays==0.10.3",  # PINNED! https://github.com/dr-prodigy/python-holidays/issues/406
+        "holidays==0.14.2",
         "humanize",
         "isodate",
         "markdown>=3.0",