This is an automated email from the ASF dual-hosted git repository.
rusackas 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 12f28ce2354 chore(deps): bump holidays from 0.82 to 0.99 (#41949)
12f28ce2354 is described below
commit 12f28ce23542c0f5d36a6a6f9fe23ff2894baa40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 12 16:19:51 2026 -0700
chore(deps): bump holidays from 0.82 to 0.99 (#41949)
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
---
pyproject.toml | 2 +-
requirements/base.txt | 2 +-
requirements/development.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 13e7454d4c2..59095241251 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -67,7 +67,7 @@ dependencies = [
"gunicorn>=26.0.0, <27; sys_platform != 'win32'",
"hashids>=1.3.1, <2",
# holidays>=0.45 required for security fix
- "holidays>=0.45, <1",
+ "holidays>=0.99, <1",
"humanize",
"isodate",
"jsonpath-ng>=1.8.0, <2",
diff --git a/requirements/base.txt b/requirements/base.txt
index f2154b2ee43..33d8d183268 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -175,7 +175,7 @@ h11==0.16.0
# via wsproto
hashids==1.3.1
# via apache-superset (pyproject.toml)
-holidays==0.82
+holidays==0.100
# 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 35ee858885a..fc3ee1917ac 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -407,7 +407,7 @@ hashids==1.3.1
# via
# -c requirements/base-constraint.txt
# apache-superset
-holidays==0.82
+holidays==0.100
# via
# -c requirements/base-constraint.txt
# apache-superset