dependabot[bot] opened a new pull request, #43834:
URL: https://github.com/apache/airflow/pull/43834

   Bumps [apache-airflow](https://github.com/apache/airflow) from 2.10.1 to 
2.10.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/airflow/releases";>apache-airflow's 
releases</a>.</em></p>
   <blockquote>
   <h2>Apache Airflow 2.10.3</h2>
   <h1>Significant Changes</h1>
   <p>No significant changes.</p>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Improves the handling of value masking when setting Airflow variables 
for enhanced security.  (<a 
href="https://redirect.github.com/apache/airflow/issues/43123";>#43123</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43278";>#43278</a>)</li>
   <li>Adds support for task_instance_mutation_hook to handle mapped operators 
with index 0. (<a 
href="https://redirect.github.com/apache/airflow/issues/42661";>#42661</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43089";>#43089</a>)</li>
   <li>Fixes executor cleanup to properly handle zombie tasks when task 
instances are terminated. (<a 
href="https://redirect.github.com/apache/airflow/issues/43065";>#43065</a>)</li>
   <li>Adds retry logic for HTTP 502 and 504 errors in internal API calls to 
handle webserver startup issues. (<a 
href="https://redirect.github.com/apache/airflow/issues/42994";>#42994</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43044";>#43044</a>)</li>
   <li>Restores the use of separate sessions for writing and deleting RTIF data 
to prevent StaleDataError. (<a 
href="https://redirect.github.com/apache/airflow/issues/42928";>#42928</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43012";>#43012</a>)</li>
   <li>Fixes PythonOperator error by replacing hyphens with underscores in DAG 
names. (<a 
href="https://redirect.github.com/apache/airflow/issues/42993";>#42993</a>)</li>
   <li>Improving validation of task retries to handle None values (<a 
href="https://redirect.github.com/apache/airflow/issues/42532";>#42532</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42915";>#42915</a>)</li>
   <li>Fixes error handling in dataset managers when resolving dataset aliases 
into new datasets (<a 
href="https://redirect.github.com/apache/airflow/issues/42733";>#42733</a>)</li>
   <li>Enables clicking on task names in the DAG Graph View to correctly select 
the corresponding task. (<a 
href="https://redirect.github.com/apache/airflow/issues/38782";>#38782</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42697";>#42697</a>)</li>
   <li>Prevent redirect loop on /home with tags/last run filters (<a 
href="https://redirect.github.com/apache/airflow/issues/42607";>#42607</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42609";>#42609</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42628";>#42628</a>)</li>
   <li>Support of host.name in OTEL metrics and usage of 
OTEL_RESOURCE_ATTRIBUTES in metrics (<a 
href="https://redirect.github.com/apache/airflow/issues/42428";>#42428</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42604";>#42604</a>)</li>
   <li>Reduce eyestrain in dark mode with reduced contrast and saturation (<a 
href="https://redirect.github.com/apache/airflow/issues/42567";>#42567</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42583";>#42583</a>)</li>
   <li>Handle ENTER key correctly in trigger form and allow manual JSON (<a 
href="https://redirect.github.com/apache/airflow/issues/42525";>#42525</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42535";>#42535</a>)</li>
   <li>Ensure DAG trigger form submits with updated parameters upon keyboard 
submit (<a 
href="https://redirect.github.com/apache/airflow/issues/42487";>#42487</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42499";>#42499</a>)</li>
   <li>Do not attempt to provide not <code>stringified</code> objects to UI via 
xcom if pickling is active (<a 
href="https://redirect.github.com/apache/airflow/issues/42388";>#42388</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42486";>#42486</a>)</li>
   <li>Fix the span link of task instance to point to the correct span in the 
scheduler_job_loop (<a 
href="https://redirect.github.com/apache/airflow/issues/42430";>#42430</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42480";>#42480</a>)</li>
   <li>Bugfix task execution from runner in Windows (<a 
href="https://redirect.github.com/apache/airflow/issues/42426";>#42426</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42478";>#42478</a>)</li>
   <li>Allows overriding the hardcoded OTEL_SERVICE_NAME with an environment 
variable (<a 
href="https://redirect.github.com/apache/airflow/issues/42242";>#42242</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42441";>#42441</a>)</li>
   <li>Improves trigger performance by using <code>selectinload</code> instead 
of <code>joinedload</code> (<a 
href="https://redirect.github.com/apache/airflow/issues/40487";>#40487</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42351";>#42351</a>)</li>
   <li>Suppress warnings when masking sensitive configs (<a 
href="https://redirect.github.com/apache/airflow/issues/43335";>#43335</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43337";>#43337</a>)</li>
   <li>Masking configuration values irrelevant to DAG author (<a 
href="https://redirect.github.com/apache/airflow/issues/43040";>#43040</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43336";>#43336</a>)</li>
   <li>Execute templated bash script as file in BashOperator (<a 
href="https://redirect.github.com/apache/airflow/issues/43191";>#43191</a>)</li>
   <li>Fixes schedule_downstream_tasks to include upstream tasks for 
one_success trigger rule (<a 
href="https://redirect.github.com/apache/airflow/issues/42582";>#42582</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43299";>#43299</a>)</li>
   <li>Add retry logic in the scheduler for updating trigger timeouts in case 
of deadlocks. (<a 
href="https://redirect.github.com/apache/airflow/issues/41429";>#41429</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42651";>#42651</a>)</li>
   <li>Mark all tasks as skipped when failing a dag_run manually (<a 
href="https://redirect.github.com/apache/airflow/issues/43572";>#43572</a>)</li>
   <li>Fix <code>TrySelector</code> for Mapped Tasks in Logs and Details Grid 
Panel (<a 
href="https://redirect.github.com/apache/airflow/issues/43566";>#43566</a>)</li>
   <li>Conditionally add OTEL events when processing executor events (<a 
href="https://redirect.github.com/apache/airflow/issues/43558";>#43558</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43567";>#43567</a>)</li>
   <li>Fix broken stat <code>scheduler_loop_duration</code> (<a 
href="https://redirect.github.com/apache/airflow/issues/42886";>#42886</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43544";>#43544</a>)</li>
   <li>Ensure total_entries in /api/v1/dags (<a 
href="https://redirect.github.com/apache/airflow/issues/43377";>#43377</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43429";>#43429</a>)</li>
   <li>Include limit and offset in request body schema for List task instances 
(batch) endpoint (<a 
href="https://redirect.github.com/apache/airflow/issues/43479";>#43479</a>)</li>
   <li>Don't raise a warning in ExecutorSafeguard when execute is called from 
an extended operator (<a 
href="https://redirect.github.com/apache/airflow/issues/42849";>#42849</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43577";>#43577</a>)</li>
   </ul>
   <h2>Miscellaneous</h2>
   <ul>
   <li>Deprecate session auth backend (<a 
href="https://redirect.github.com/apache/airflow/issues/42911";>#42911</a>)</li>
   <li>Removed unicodecsv dependency for providers with Airflow version 2.8.0 
and above (<a 
href="https://redirect.github.com/apache/airflow/issues/42765";>#42765</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42970";>#42970</a>)</li>
   <li>Remove the referrer from Webserver to Scarf (<a 
href="https://redirect.github.com/apache/airflow/issues/42901";>#42901</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42942";>#42942</a>)</li>
   <li>Bump <code>dompurify</code> from 2.2.9 to 2.5.6 in /airflow/www (<a 
href="https://redirect.github.com/apache/airflow/issues/42263";>#42263</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42270";>#42270</a>)</li>
   <li>Correct docstring format in _get_template_context (<a 
href="https://redirect.github.com/apache/airflow/issues/42244";>#42244</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42272";>#42272</a>)</li>
   <li>Backport: Bump Flask-AppBuilder to <code>4.5.2</code> (<a 
href="https://redirect.github.com/apache/airflow/issues/43309";>#43309</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43318";>#43318</a>)</li>
   <li>Check python version that was used to install pre-commit venvs (<a 
href="https://redirect.github.com/apache/airflow/issues/43282";>#43282</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43310";>#43310</a>)</li>
   <li>Resolve warning in Dataset Alias migration (<a 
href="https://redirect.github.com/apache/airflow/issues/43425";>#43425</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst";>apache-airflow's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Airflow 2.10.3 (2024-11-05)</h2>
   <p>Significant Changes
   ^^^^^^^^^^^^^^^^^^^</p>
   <p>No significant changes.</p>
   <p>Bug Fixes
   &quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</p>
   <ul>
   <li>Improves the handling of value masking when setting Airflow variables 
for enhanced security.  (<a 
href="https://redirect.github.com/apache/airflow/issues/43123";>#43123</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43278";>#43278</a>)</li>
   <li>Adds support for task_instance_mutation_hook to handle mapped operators 
with index 0. (<a 
href="https://redirect.github.com/apache/airflow/issues/42661";>#42661</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43089";>#43089</a>)</li>
   <li>Fixes executor cleanup to properly handle zombie tasks when task 
instances are terminated. (<a 
href="https://redirect.github.com/apache/airflow/issues/43065";>#43065</a>)</li>
   <li>Adds retry logic for HTTP 502 and 504 errors in internal API calls to 
handle webserver startup issues. (<a 
href="https://redirect.github.com/apache/airflow/issues/42994";>#42994</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43044";>#43044</a>)</li>
   <li>Restores the use of separate sessions for writing and deleting RTIF data 
to prevent StaleDataError. (<a 
href="https://redirect.github.com/apache/airflow/issues/42928";>#42928</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43012";>#43012</a>)</li>
   <li>Fixes PythonOperator error by replacing hyphens with underscores in DAG 
names. (<a 
href="https://redirect.github.com/apache/airflow/issues/42993";>#42993</a>)</li>
   <li>Improving validation of task retries to handle None values (<a 
href="https://redirect.github.com/apache/airflow/issues/42532";>#42532</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42915";>#42915</a>)</li>
   <li>Fixes error handling in dataset managers when resolving dataset aliases 
into new datasets (<a 
href="https://redirect.github.com/apache/airflow/issues/42733";>#42733</a>)</li>
   <li>Enables clicking on task names in the DAG Graph View to correctly select 
the corresponding task. (<a 
href="https://redirect.github.com/apache/airflow/issues/38782";>#38782</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42697";>#42697</a>)</li>
   <li>Prevent redirect loop on /home with tags/last run filters (<a 
href="https://redirect.github.com/apache/airflow/issues/42607";>#42607</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42609";>#42609</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42628";>#42628</a>)</li>
   <li>Support of host.name in OTEL metrics and usage of 
OTEL_RESOURCE_ATTRIBUTES in metrics (<a 
href="https://redirect.github.com/apache/airflow/issues/42428";>#42428</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42604";>#42604</a>)</li>
   <li>Reduce eyestrain in dark mode with reduced contrast and saturation (<a 
href="https://redirect.github.com/apache/airflow/issues/42567";>#42567</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42583";>#42583</a>)</li>
   <li>Handle ENTER key correctly in trigger form and allow manual JSON (<a 
href="https://redirect.github.com/apache/airflow/issues/42525";>#42525</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42535";>#42535</a>)</li>
   <li>Ensure DAG trigger form submits with updated parameters upon keyboard 
submit (<a 
href="https://redirect.github.com/apache/airflow/issues/42487";>#42487</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42499";>#42499</a>)</li>
   <li>Do not attempt to provide not <code>stringified</code> objects to UI via 
xcom if pickling is active (<a 
href="https://redirect.github.com/apache/airflow/issues/42388";>#42388</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42486";>#42486</a>)</li>
   <li>Fix the span link of task instance to point to the correct span in the 
scheduler_job_loop (<a 
href="https://redirect.github.com/apache/airflow/issues/42430";>#42430</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42480";>#42480</a>)</li>
   <li>Bugfix task execution from runner in Windows (<a 
href="https://redirect.github.com/apache/airflow/issues/42426";>#42426</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42478";>#42478</a>)</li>
   <li>Allows overriding the hardcoded OTEL_SERVICE_NAME with an environment 
variable (<a 
href="https://redirect.github.com/apache/airflow/issues/42242";>#42242</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42441";>#42441</a>)</li>
   <li>Improves trigger performance by using <code>selectinload</code> instead 
of <code>joinedload</code> (<a 
href="https://redirect.github.com/apache/airflow/issues/40487";>#40487</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42351";>#42351</a>)</li>
   <li>Suppress warnings when masking sensitive configs (<a 
href="https://redirect.github.com/apache/airflow/issues/43335";>#43335</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43337";>#43337</a>)</li>
   <li>Masking configuration values irrelevant to DAG author (<a 
href="https://redirect.github.com/apache/airflow/issues/43040";>#43040</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43336";>#43336</a>)</li>
   <li>Execute templated bash script as file in BashOperator (<a 
href="https://redirect.github.com/apache/airflow/issues/43191";>#43191</a>)</li>
   <li>Fixes schedule_downstream_tasks to include upstream tasks for 
one_success trigger rule (<a 
href="https://redirect.github.com/apache/airflow/issues/42582";>#42582</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43299";>#43299</a>)</li>
   <li>Add retry logic in the scheduler for updating trigger timeouts in case 
of deadlocks. (<a 
href="https://redirect.github.com/apache/airflow/issues/41429";>#41429</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42651";>#42651</a>)</li>
   <li>Mark all tasks as skipped when failing a dag_run manually (<a 
href="https://redirect.github.com/apache/airflow/issues/43572";>#43572</a>)</li>
   <li>Fix <code>TrySelector</code> for Mapped Tasks in Logs and Details Grid 
Panel (<a 
href="https://redirect.github.com/apache/airflow/issues/43566";>#43566</a>)</li>
   <li>Conditionally add OTEL events when processing executor events (<a 
href="https://redirect.github.com/apache/airflow/issues/43558";>#43558</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43567";>#43567</a>)</li>
   <li>Fix broken stat <code>scheduler_loop_duration</code> (<a 
href="https://redirect.github.com/apache/airflow/issues/42886";>#42886</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43544";>#43544</a>)</li>
   <li>Ensure total_entries in /api/v1/dags (<a 
href="https://redirect.github.com/apache/airflow/issues/43377";>#43377</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43429";>#43429</a>)</li>
   <li>Include limit and offset in request body schema for List task instances 
(batch) endpoint (<a 
href="https://redirect.github.com/apache/airflow/issues/43479";>#43479</a>)</li>
   <li>Don't raise a warning in ExecutorSafeguard when execute is called from 
an extended operator (<a 
href="https://redirect.github.com/apache/airflow/issues/42849";>#42849</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43577";>#43577</a>)</li>
   </ul>
   <p>Miscellaneous
   
&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</p>
   <ul>
   <li>Deprecate session auth backend (<a 
href="https://redirect.github.com/apache/airflow/issues/42911";>#42911</a>)</li>
   <li>Removed unicodecsv dependency for providers with Airflow version 2.8.0 
and above (<a 
href="https://redirect.github.com/apache/airflow/issues/42765";>#42765</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42970";>#42970</a>)</li>
   <li>Remove the referrer from Webserver to Scarf (<a 
href="https://redirect.github.com/apache/airflow/issues/42901";>#42901</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42942";>#42942</a>)</li>
   <li>Bump <code>dompurify</code> from 2.2.9 to 2.5.6 in /airflow/www (<a 
href="https://redirect.github.com/apache/airflow/issues/42263";>#42263</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42270";>#42270</a>)</li>
   <li>Correct docstring format in _get_template_context (<a 
href="https://redirect.github.com/apache/airflow/issues/42244";>#42244</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/42272";>#42272</a>)</li>
   <li>Backport: Bump Flask-AppBuilder to <code>4.5.2</code> (<a 
href="https://redirect.github.com/apache/airflow/issues/43309";>#43309</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43318";>#43318</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/airflow/commit/c99887ec11ce3e1a43f2794fcf36d27555140f00";><code>c99887e</code></a>
 Update RELEASE_NOTES.rst</li>
   <li><a 
href="https://github.com/apache/airflow/commit/1c7fba76ec613517632931d5a268029ad24b33cb";><code>1c7fba7</code></a>
 mark test_task_workflow_trigger_success as flaky (<a 
href="https://redirect.github.com/apache/airflow/issues/42972";>#42972</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43580";>#43580</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/08bbf89225b9b87521044fa04a9666690792a4cb";><code>08bbf89</code></a>
 FIX: Don't raise a warning in ExecutorSafeguard when execute is called from 
a...</li>
   <li><a 
href="https://github.com/apache/airflow/commit/7e86bf85d3bd6fda387f0a5b189f382c0673f611";><code>7e86bf8</code></a>
 Mark all tasks as skipped when failing a dag_run manually including t… (<a 
href="https://redirect.github.com/apache/airflow/issues/43572";>#43572</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/8e79c7a27f1fdb465afdd1d4de0de7d607a27357";><code>8e79c7a</code></a>
 Fix TrySelector for Mapped Tasks in Logs and Details Grid Panel (<a 
href="https://redirect.github.com/apache/airflow/issues/43566";>#43566</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/c12e6284c1a769da58903f076b93a32b185b12f1";><code>c12e628</code></a>
 Conditionally add OTEL events when processing executor events (<a 
href="https://redirect.github.com/apache/airflow/issues/43558";>#43558</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43567";>#43567</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/898f332773772fea5ae76182c5393f14d212ddf8";><code>898f332</code></a>
 Fix broken stat scheduler_loop_duration (<a 
href="https://redirect.github.com/apache/airflow/issues/42886";>#42886</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43544";>#43544</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/7aea4b56d76e80ee65613b851b5a9898df56d79a";><code>7aea4b5</code></a>
 Ensure total_entries in /api/v1/dags (<a 
href="https://redirect.github.com/apache/airflow/issues/43377";>#43377</a>) (<a 
href="https://redirect.github.com/apache/airflow/issues/43429";>#43429</a>)</li>
   <li><a 
href="https://github.com/apache/airflow/commit/9c044ea2a25240f7cc28b6e20337c2c4dc6e1e78";><code>9c044ea</code></a>
 include limit and offset in request body schema for List task instances 
(batc...</li>
   <li><a 
href="https://github.com/apache/airflow/commit/dd296c5338150cebe24c1edb46ba5a944f82a5eb";><code>dd296c5</code></a>
 This PR resolves an SQLAlchemy warning in the migration by correctly setting 
...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/airflow/compare/2.10.1...2.10.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apache-airflow&package-manager=pip&previous-version=2.10.1&new-version=2.10.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/airflow/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to