diff --git a/pyproject.toml b/pyproject.toml index 394fd2429524..95048b9a4c8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ "gunicorn>=26.0.0, <27; sys_platform != 'win32'", "hashids>=1.3.1, <2", # holidays>=0.45 required for security fix - "holidays>=0.99, <1", + "holidays>=0.101, <1", "humanize", "isodate", "jsonpath-ng>=1.8.0, <2", diff --git a/requirements/base.txt b/requirements/base.txt index dd2e9b105319..2af5d1aac10b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -178,7 +178,7 @@ h11==0.16.0 # via wsproto hashids==1.3.1 # via apache-superset (pyproject.toml) -holidays==0.100 +holidays==0.102 # via apache-superset (pyproject.toml) humanize==4.12.3 # via apache-superset (pyproject.toml) diff --git a/requirements/development.txt b/requirements/development.txt index 1c7b7dfde181..2c366e8be3de 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -408,7 +408,7 @@ hashids==1.3.1 # via # -c requirements/base-constraint.txt # apache-superset -holidays==0.100 +holidays==0.102 # via # -c requirements/base-constraint.txt # apache-superset