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

dependabot[bot] pushed a change to branch 
dependabot/pip/airflow-core/pip-dependency-updates-afc6121146
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 16ad7cbc022 Bump the pip-dependency-updates group across 3 directories 
with 3 updates
     add 0528893ac0e UI: Add hover feedback to Checkbox (#66714)
     add 2064a76d46c Fix Edit Connection dialog missing lazyMount causing JSON 
editor infinite loading (#65969)
     add bd2c948498a Fix ConnectionForm crashing when connection has invalid 
extra JSON (#66593)
     add 4510a0f630b Install airflowctl into airflow core (#64943)
     add 1b1c637a0d1 Re-defer task when Kubernetes pod is not completed (#66705)
     add 159618fec72 Bump the pip-dependency-updates group across 3 directories 
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   (16ad7cbc022)
            \
             N -- N -- N   
refs/heads/dependabot/pip/airflow-core/pip-dependency-updates-afc6121146 
(159618fec72)

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:
 airflow-core/pyproject.toml                        |   2 +
 .../src/airflow/ui/src/components/ui/Checkbox.tsx  |   4 +-
 .../ui/src/pages/Connections/ConnectionForm.tsx    |   6 +-
 .../src/pages/Connections/EditConnectionButton.tsx |   2 +-
 .../basic_tests/test_airflowctl_imports.py         |  24 ++-
 .../providers/cncf/kubernetes/operators/pod.py     |  70 +++++--
 .../unit/cncf/kubernetes/operators/test_pod.py     | 223 +++++++++++++++++++++
 uv.lock                                            |   2 +
 8 files changed, 309 insertions(+), 24 deletions(-)
 copy providers/google/tests/unit/google/cloud/utils/test_dataproc.py => 
airflow-e2e-tests/tests/airflow_e2e_tests/basic_tests/test_airflowctl_imports.py
 (64%)

Reply via email to