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 db1912c6d98 chore(deps): bump cachetools from 6.2.1 to 7.1.4 (#41947)
db1912c6d98 is described below
commit db1912c6d988b1eb720df7c16daa446ce0d75a29
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 12 09:36:28 2026 -0700
chore(deps): bump cachetools from 6.2.1 to 7.1.4 (#41947)
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 7bfdb0e273f..13e7454d4c2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,7 +43,7 @@ dependencies = [
# ``google-auth`` 2.53+ dropped it, so Superset must declare it
# explicitly to keep fresh ``pip install apache-superset`` working
# without the ``base.txt`` lock file (#40962).
- "cachetools>=6.2.1, <7",
+ "cachetools>=7.1.4, <8",
"celery>=5.6.3, <6.0.0",
"click>=8.4.0",
"click-option-group",
diff --git a/requirements/base.txt b/requirements/base.txt
index ad9002a4c8d..f2154b2ee43 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -44,7 +44,7 @@ cachelib==0.13.0
# via
# flask-caching
# flask-session
-cachetools==6.2.1
+cachetools==7.1.4
# via apache-superset (pyproject.toml)
cattrs==25.1.1
# via requests-cache
diff --git a/requirements/development.txt b/requirements/development.txt
index 63094969285..35ee858885a 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -97,7 +97,7 @@ cachelib==0.13.0
# -c requirements/base-constraint.txt
# flask-caching
# flask-session
-cachetools==6.2.1
+cachetools==7.1.4
# via
# -c requirements/base-constraint.txt
# apache-superset