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-b0c9b5ec10
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 67d00f02557 Bump the pip-dependency-updates group across 3 directories 
with 2 updates
     add 6026c1e81c9 Fix uv.lock-conflict notifier hitting GitHub GraphQL with 
trailing slash (#66539)
     add 34ef2503e1d Add purge-warnings and bundle-refresh override seams to 
DagFileProcessorManager (#66107)
     add 7bae68f3258 Support inline ignore marker for check-sdk-imports hook 
(#66519)
     add 314da4e4585 Set SameSite=Lax on SimpleAuthManager all-admins login 
cookie (#66502)
     add e3168b18835 Bump stylelint (#66528)
     add 9984e184b29 Bump the auth-ui-package-updates group across 1 directory 
with 6 updates (#66531)
     add 1100afbec5c Reserve /auth and /pluginsv2 from plugin url_prefix 
(#66501)
     add d3ea3ef0bcc Add documentation for team-based asset event filtering 
(#65690)
     add 3f7756bea71 fix: the ldap authentication handler in the flask-ap... in 
override.py (#66417)
     add 9eea622d324 Use cryptographically secure RNG for SimpleAuthManager 
passwords (#66500)
     add 02f9f6b6383 Fix EMR container job not cancelled on deferral timeout 
(#64770)
     add b75cdfe743d Pin ubuntu image in K8s basic_pod.yaml to ubuntu:24.04 
(#66527)
     add 0a130b38b59 Use hmac.compare_digest for SimpleAuthManager password 
compare (CWE-208) (#66556)
     add 52df28266f4 Bump the pip-dependency-updates group across 3 directories 
with 2 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   (67d00f02557)
            \
             N -- N -- N   
refs/heads/dependabot/pip/airflow-core/pip-dependency-updates-b0c9b5ec10 
(52df28266f4)

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:
 .../docs/authoring-and-scheduling/assets.rst       |  47 ++++
 airflow-core/docs/core-concepts/multi-team.rst     | 139 +++++++++-
 airflow-core/src/airflow/api_fastapi/app.py        |   2 +-
 .../auth/managers/simple/routes/login.py           |   1 +
 .../auth/managers/simple/services/login.py         |  11 +-
 .../auth/managers/simple/simple_auth_manager.py    |   5 +-
 .../auth/managers/simple/ui/package.json           |  12 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 308 +++++++++++----------
 airflow-core/src/airflow/dag_processing/manager.py |  26 +-
 .../example_dags/example_asset_allow_teams.py      |  75 +++++
 .../auth/managers/simple/routes/test_login.py      |   1 +
 .../auth/managers/simple/services/test_login.py    |  26 ++
 .../managers/simple/test_simple_auth_manager.py    |   8 +
 airflow-core/tests/unit/api_fastapi/test_app.py    |  19 +-
 .../tests/unit/dag_processing/test_manager.py      |  41 +++
 docs/spelling_wordlist.txt                         |   2 +
 .../tests/kubernetes_tests/basic_pod.yaml          |   2 +-
 .../airflow/providers/amazon/aws/operators/emr.py  |  14 +-
 .../airflow/providers/amazon/aws/triggers/emr.py   |  35 ++-
 .../amazon/aws/operators/test_emr_containers.py    |  10 +
 .../tests/unit/amazon/aws/triggers/test_emr.py     |  66 +++++
 .../fab/auth_manager/security_manager/override.py  |  27 +-
 .../fab/src/airflow/providers/fab/www/package.json |   2 +-
 .../src/airflow/providers/fab/www/pnpm-lock.yaml   |  33 +--
 scripts/ci/notify_uv_lock_conflicts.py             |   7 +-
 scripts/ci/prek/check_sdk_imports.py               |   7 +-
 scripts/ci/prek/common_prek_utils.py               |  10 +
 scripts/tests/ci/prek/test_check_sdk_imports.py    | 140 ++++++++++
 28 files changed, 868 insertions(+), 208 deletions(-)
 create mode 100644 
airflow-core/src/airflow/example_dags/example_asset_allow_teams.py
 create mode 100644 scripts/tests/ci/prek/test_check_sdk_imports.py

Reply via email to