You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/08/13 16:45:24 UTC

[superset] branch master updated (2611681 -> 4ae88ce)

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

hugh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 2611681  fix: skip perms on query context update (#16250)
     add 4ae88ce  chore: bump py version for integration test (#16213)

No new revisions were added by this update.

Summary of changes:
 requirements/base.in                 |  1 +
 requirements/base.txt                | 99 ++++++++++++++++++------------------
 requirements/development.in          |  1 -
 requirements/development.txt         | 55 +++++++++-----------
 requirements/docker.txt              |  8 +--
 requirements/integration.in          |  3 ++
 requirements/integration.txt         | 48 ++++++++++-------
 requirements/testing.in              |  5 +-
 requirements/testing.txt             | 58 ++++++++++++---------
 superset/common/tags.py              |  2 +-
 superset/models/core.py              |  2 +-
 superset/reports/commands/execute.py |  2 +-
 12 files changed, 150 insertions(+), 134 deletions(-)