This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch supersetbot-bump-pyasn1-modules
in repository https://gitbox.apache.org/repos/asf/superset.git
omit b5b6a3225b chore(🦾): bump python pyasn1-modules 0.4.0 -> 0.4.1
add 3aa8f32ca9 chore(🦾): bump python googleapis-common-protos 1.63.0 ->
1.66.0 (#31049)
add 1e4098a29e chore(🦾): bump python ruff 0.4.5 -> 0.8.0 (#31001)
add 824aca85d0 chore(🦾): bump python charset-normalizer 3.3.2 -> 3.4.0
(#31064)
add b24323d500 chore(🦾): bump python pre-commit 3.7.1 -> 4.0.1 (#31050)
add 7e092a9ef0 chore(🦾): bump python pyasn1-modules 0.4.0 -> 0.4.1
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 (b5b6a3225b)
\
N -- N -- N refs/heads/supersetbot-bump-pyasn1-modules
(7e092a9ef0)
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:
.pre-commit-config.yaml | 14 +++++++-------
pyproject.toml | 1 +
requirements/base.txt | 8 ++++----
requirements/development.txt | 12 ++++++------
superset/connectors/sqla/models.py | 2 +-
superset/extensions/__init__.py | 2 +-
superset/extensions/metadb.py | 4 +++-
superset/jinja_context.py | 3 +--
superset/models/core.py | 2 +-
superset/security/manager.py | 2 +-
superset/tasks/async_queries.py | 2 +-
superset/utils/core.py | 5 ++---
superset/viz.py | 2 +-
tests/integration_tests/conftest.py | 2 +-
tests/integration_tests/sqla_models_tests.py | 2 +-
tests/integration_tests/viz_tests.py | 2 +-
tests/unit_tests/dao/key_value_test.py | 2 +-
17 files changed, 34 insertions(+), 33 deletions(-)