This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/providers/fab/flask-gte-2.2-and-lt-3.2 in repository https://gitbox.apache.org/repos/asf/airflow.git
discard d271e6da1d3 [provider-fab] Update flask requirement in /providers/fab add c03e94905e5 Improve XCom table (#48189) add 35ef47d86fd Bump happy-dom (#48170) add 59b54e7c336 Bump react and react-dom (#48130) add 2c6a6dd470d Backfill "get existing run" query did not filter by dag_id (#48029) add d1b80e4bd9f (Re)move old dependencies from the old FAB UI (#48007) add 0e4bfa49753 [provider-fab] Update flask requirement in /providers/fab 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 (d271e6da1d3) \ N -- N -- N refs/heads/dependabot/pip/providers/fab/flask-gte-2.2-and-lt-3.2 (0e4bfa49753) 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: RELEASE_NOTES.rst | 6 + airflow-core/pyproject.toml | 22 --- .../auth/managers/simple/ui/package-lock.json | 72 +++------- .../auth/managers/simple/ui/package.json | 6 +- .../auth/managers/simple/ui/pnpm-lock.yaml | 156 +++++++++------------ airflow-core/src/airflow/models/backfill.py | 11 +- .../airflow/ui/src/components/TruncatedText.tsx | 1 - .../ui/src/pages/TaskInstances/TaskInstances.tsx | 1 + .../src/airflow/ui/src/pages/XCom/XCom.tsx | 49 ++++++- airflow-core/src/airflow/ui/src/utils/links.ts | 12 ++ airflow-core/src/airflow/utils/json.py | 67 +-------- airflow-core/tests/unit/models/test_backfill.py | 22 +++ airflow-core/tests/unit/utils/test_json.py | 25 ---- generated/provider_dependencies.json | 8 +- .../src/airflow/providers/amazon/aws/hooks/eks.py | 9 +- .../providers/amazon/aws/operators/sagemaker.py | 3 +- providers/fab/README.rst | 6 +- providers/fab/pyproject.toml | 16 ++- .../src/airflow/providers/fab/get_provider_info.py | 6 +- reproducible_build.yaml | 4 +- 20 files changed, 227 insertions(+), 275 deletions(-)