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

dependabot[bot] pushed a change to branch 
dependabot/github_actions/github-actions-updates-5e161167db
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 5e271d00ff9 Bump the github-actions-updates group with 3 updates
     add 1527e428e75 Bump cryptography from 49.0.0 to 50.0.0 (#71141)
     add 49423f8d659 Bump aiohttp in 
/providers/informatica/dev/informatica_simulator (#71048)
     add 13b2969c783 Fix one bad callback request crashing the Dag processor 
and dropping the rest (#70990)
     add f72e6c9befa Fix short-read handling in task-sdk IPC framing (#69253)
     add 4495ee147a2 Fail Glue job tasks promptly when a verbose job run errors 
(#71570)
     add ebaf8ebe25b Bump the edge-ui-package-updates group across 1 directory 
with 4 updates (#71601)
     add 108c254666b Bump happy-dom (#71594)
     add 908e6533429 Bump swagger-ui-dist (#71292)
     add 18ba6944752 Bump aiohttp from 3.14.1 to 3.14.3 (#71049)
     add d249f123106 UI: Split log copy and selection tests out of 
Logs.test.tsx (#71581)
     add 035bc37224f Bump the github-actions-updates group across 1 directory 
with 3 updates

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   (5e271d00ff9)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/github-actions-updates-5e161167db 
(035bc37224f)

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:
 .../src/airflow/dag_processing/processor.py        |  87 +++--
 .../ui/src/pages/TaskInstance/Logs/Logs.test.tsx   | 389 +--------------------
 .../Logs/{Logs.test.tsx => LogsSelection.test.tsx} | 389 ---------------------
 .../tests/unit/dag_processing/test_processor.py    | 102 ++++++
 .../react_plugin_template/package.json             |   2 +-
 .../react_plugin_template/pnpm-lock.yaml           |  55 +--
 .../airflow/providers/amazon/aws/triggers/glue.py  |   2 +-
 .../tests/unit/amazon/aws/triggers/test_glue.py    |   2 +-
 .../providers/edge3/plugins/www/package.json       |   8 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 288 +++++++--------
 .../dev/informatica_simulator/requirements.txt     |   2 +-
 registry/package.json                              |   2 +-
 registry/pnpm-lock.yaml                            |  10 +-
 task-sdk/src/airflow/sdk/execution_time/comms.py   |  12 +-
 .../src/airflow/sdk/execution_time/supervisor.py   |  16 +-
 .../tests/task_sdk/execution_time/test_comms.py    |  39 +++
 .../task_sdk/execution_time/test_supervisor.py     |  48 +++
 uv.lock                                            | 346 +++++++++---------
 18 files changed, 611 insertions(+), 1188 deletions(-)
 copy airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/{Logs.test.tsx => 
LogsSelection.test.tsx} (52%)

Reply via email to