This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin 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 b339d7ad20 chore(🦾): bump python click-option-group 0.5.6 -> 0.5.7
(#32825)
b339d7ad20 is described below
commit b339d7ad2075222ba38bbe289f3c1ea6584c5dd6
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 24 13:43:01 2025 -0700
chore(🦾): bump python click-option-group 0.5.6 -> 0.5.7 (#32825)
Co-authored-by: GitHub Action <[email protected]>
---
requirements/base.txt | 2 +-
requirements/development.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements/base.txt b/requirements/base.txt
index e3a92219e1..2b0694c9c9 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -68,7 +68,7 @@ click==8.1.8
# flask-appbuilder
click-didyoumean==0.3.1
# via celery
-click-option-group==0.5.6
+click-option-group==0.5.7
# via apache-superset (pyproject.toml)
click-plugins==1.1.1
# via celery
diff --git a/requirements/development.txt b/requirements/development.txt
index 68ec6a17c3..7a71b075db 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -107,7 +107,7 @@ click-didyoumean==0.3.1
# via
# -c requirements/base.txt
# celery
-click-option-group==0.5.6
+click-option-group==0.5.7
# via
# -c requirements/base.txt
# apache-superset