This is an automated email from the ASF dual-hosted git repository.
hainenber 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 e1ffa53d9b4 chore(deps): bump pyparsing from 3.2.3 to 3.3.2 (#42420)
e1ffa53d9b4 is described below
commit e1ffa53d9b4926f2ac7fe8c83c5f890fd621f3c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 21:53:51 2026 +0700
chore(deps): bump pyparsing from 3.2.3 to 3.3.2 (#42420)
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 448196566c4..d74b7ddc451 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -92,7 +92,7 @@ dependencies = [
"Pillow>=11.0.0, <13",
"polyline>=2.0.0, <3.0",
"pydantic>=2.8.0",
- "pyparsing>=3.0.6, <4",
+ "pyparsing>=3.3.2, <4",
"python-dateutil",
"python-dotenv", # optional dependencies for Flask but required for
Superset, see
https://flask.palletsprojects.com/en/stable/installation/#optional-dependencies
"pygeohash",
diff --git a/requirements/base.txt b/requirements/base.txt
index 752817ad1bf..cbd57f5fa27 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -329,7 +329,7 @@ pyopenssl==26.3.0
# via
# -r requirements/base.in
# shillelagh
-pyparsing==3.2.3
+pyparsing==3.3.2
# via apache-superset (pyproject.toml)
pysocks==1.7.1
# via urllib3
diff --git a/requirements/development.txt b/requirements/development.txt
index f6e5b373d4a..5721c26022f 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -795,7 +795,7 @@ pyopenssl==26.3.0
# -c requirements/base-constraint.txt
# google-auth
# shillelagh
-pyparsing==3.2.3
+pyparsing==3.3.2
# via
# -c requirements/base-constraint.txt
# apache-superset