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 7bc349c3c3 chore(🦾): bump python pyparsing 3.2.1 -> 3.2.2 (#32827)
7bc349c3c3 is described below
commit 7bc349c3c3eae93217bb37a986843e7826032bf1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 24 13:43:52 2025 -0700
chore(🦾): bump python pyparsing 3.2.1 -> 3.2.2 (#32827)
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 f7b89a5be5..fe2fba28af 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -295,7 +295,7 @@ pynacl==1.5.0
# via paramiko
pyopenssl==25.0.0
# via shillelagh
-pyparsing==3.2.1
+pyparsing==3.2.2
# via apache-superset (pyproject.toml)
pysocks==1.7.1
# via urllib3
diff --git a/requirements/development.txt b/requirements/development.txt
index 6305ea8271..49432846a0 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -636,7 +636,7 @@ pyopenssl==25.0.0
# via
# -c requirements/base.txt
# shillelagh
-pyparsing==3.2.1
+pyparsing==3.2.2
# via
# -c requirements/base.txt
# apache-superset