You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2024/03/27 00:12:42 UTC

(superset) branch supersetbot-bump-wtforms==3.1.2 updated (3e488bf259 -> 987a771c5b)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch supersetbot-bump-wtforms==3.1.2
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 3e488bf259 chore(🦾): bump python wtforms==3.1.2
     add 28cbedb82f fix: Leverage actual database for rendering Jinjarized SQL (#27646)
     add 12921e6ec3 chore(🤖): bump python "flask==2.3.3" (#27657)
     add 3ae74d1f2d fix: Provide more inclusive error handling for saved queries (#27644)
     add 46fcfd80d7 chore(🦾): bump python "pyarrow==14.0.2" (#27684)
     add 2c833b507c chore(🦾): bump python "polyline==2.0.2" (#27681)
     add 987a771c5b chore(🦾): bump python wtforms==3.1.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3e488bf259)
            \
             N -- N -- N   refs/heads/supersetbot-bump-wtforms==3.1.2 (987a771c5b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pyproject.toml                          | 175 --------------------------------
 requirements/base.txt                   |  10 +-
 superset/models/sql_lab.py              |   5 +-
 superset/security/manager.py            |   4 +-
 superset/sql_parse.py                   |  16 +--
 tests/integration_tests/celery_tests.py |  32 +++---
 tests/unit_tests/models/sql_lab_test.py |  59 +++++++++++
 tests/unit_tests/sql_parse_tests.py     |   6 +-
 8 files changed, 101 insertions(+), 206 deletions(-)
 delete mode 100644 pyproject.toml
 create mode 100644 tests/unit_tests/models/sql_lab_test.py