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 c381677dfdf chore(deps): bump click from 8.2.1 to 8.4.0 (#40312)
c381677dfdf is described below
commit c381677dfdf66bf3c2969054031c57585b2bebf5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 25 18:55:38 2026 -0700
chore(deps): bump click from 8.2.1 to 8.4.0 (#40312)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <[email protected]>
Co-authored-by: Claude <[email protected]>
Co-authored-by: Claude Sonnet 4.6 <[email protected]>
---
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 c3738721dba..9baa01593a6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
"apache-superset-core",
"backoff>=1.8.0",
"celery>=5.3.6, <6.0.0",
- "click>=8.0.3",
+ "click>=8.4.0",
"click-option-group",
"colorama",
"flask-cors>=6.0.0, <7.0",
diff --git a/requirements/base.txt b/requirements/base.txt
index ef39408ea77..4a77299eca1 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -60,7 +60,7 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.2
# via requests
-click==8.2.1
+click==8.4.1
# via
# apache-superset (pyproject.toml)
# celery
diff --git a/requirements/development.txt b/requirements/development.txt
index 8b5c701569f..8bb622c6b88 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -130,7 +130,7 @@ charset-normalizer==3.4.2
# via
# -c requirements/base-constraint.txt
# requests
-click==8.2.1
+click==8.4.1
# via
# -c requirements/base-constraint.txt
# apache-superset