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

   Bumps the uv-dependency-updates group with 5 updates in the /dev/breeze 
directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [filelock](https://github.com/tox-dev/py-filelock) | `3.29.5` | `3.29.7` |
   | [hatch](https://github.com/pypa/hatch) | `1.17.0` | `1.17.1` |
   | [prek](https://github.com/j178/prek) | `0.4.6` | `0.4.8` |
   | [tqdm](https://github.com/tqdm/tqdm) | `4.68.3` | `4.68.4` |
   | [boto3](https://github.com/boto/boto3) | `1.43.40` | `1.43.42` |
   
   
   Updates `filelock` from 3.29.5 to 3.29.7
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/tox-dev/py-filelock/releases";>filelock's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.29.7</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>asyncio: detect cross-instance reentrant deadlocks before the poll loop 
by <a href="https://github.com/HrachShah";><code>@​HrachShah</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/586";>tox-dev/filelock#586</a></li>
   <li>🐛 fix(soft_rw): evict non-regular write marker without reading it by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/588";>tox-dev/filelock#588</a></li>
   <li>_util: drop the dead st_mtime=0 short-circuit in 
raise_on_not_writable_file by <a 
href="https://github.com/HrachShah";><code>@​HrachShah</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/589";>tox-dev/filelock#589</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.29.6...3.29.7";>https://github.com/tox-dev/filelock/compare/3.29.6...3.29.7</a></p>
   <h2>3.29.6</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>serialise singleton construction in FileLockMeta by <a 
href="https://github.com/dxbjavid";><code>@​dxbjavid</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/581";>tox-dev/filelock#581</a></li>
   <li>_util: drop the dead st_mtime=0 short-circuit in 
raise_on_not_writable_file by <a 
href="https://github.com/HrachShah";><code>@​HrachShah</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/582";>tox-dev/filelock#582</a></li>
   <li>test: silence fork DeprecationWarning on 3.15 by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/585";>tox-dev/filelock#585</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.29.5...3.29.6";>https://github.com/tox-dev/filelock/compare/3.29.5...3.29.6</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/1efb8932c08789deb08ad93a91d8996cc36bb9cc";><code>1efb893</code></a>
 _util: drop the dead st_mtime=0 short-circuit in raise_on_not_writable_file 
(...</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/3547d58a293651fcf6cf8544b0002e6d7b357332";><code>3547d58</code></a>
 soft_rw: evict a non-regular write marker without reading it (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/588";>#588</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/616400e382cdc9cc8c95823014e4d2d61a70095c";><code>616400e</code></a>
 asyncio: detect cross-instance reentrant deadlocks before the poll loop (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/586";>#586</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/f8b0e9341cba0cc12eacf50605f290123f33ca32";><code>f8b0e93</code></a>
 test: silence fork DeprecationWarning on 3.15 (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/585";>#585</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/b68be65b941836dce63cba2cf844dc55935ca8ba";><code>b68be65</code></a>
 _util: drop the dead st_mtime=0 short-circuit in raise_on_not_writable_file 
(...</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/a833dd961e4a1ee569e42c10ca305cd088e14c1b";><code>a833dd9</code></a>
 serialise singleton construction in FileLockMeta (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/581";>#581</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/bb2f884c275491222f620b8306d9b9bbc4f406bf";><code>bb2f884</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/583";>#583</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/da9c3ed54fec55dede6b308319587ec2242f709a";><code>da9c3ed</code></a>
 :moneybag: Surface GitHub Sponsors + thanks.dev</li>
   <li>See full diff in <a 
href="https://github.com/tox-dev/py-filelock/compare/3.29.5...3.29.7";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `hatch` from 1.17.0 to 1.17.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/pypa/hatch/releases";>hatch's 
releases</a>.</em></p>
   <blockquote>
   <h2>Hatchling v1.17.1</h2>
   <p><em><strong>Fixed:</strong></em></p>
   <ul>
   <li>Fix dev mode when the project has symlinks and file inclusion is defined 
with the <code>packages</code> or <code>only-include</code> options</li>
   <li>Change the name of generated PTH files for dev mode so they come first 
lexicographically and therefore load first</li>
   </ul>
   <h2>Hatch v1.17.1</h2>
   <p><em><strong>Fixed</strong></em></p>
   <ul>
   <li>Use <code>TemporaryDirectory</code> and pylock*.toml for temporary lock 
files.</li>
   <li>Skip injection of <code>ruff</code> extend if a key already exists in 
<code>ruff.toml</code>.</li>
   <li>Pass <code>--no-header</code> to <code>uv pip compile</code> in the 
<code>uv</code> locker so that generated lockfiles are deterministic.</li>
   <li>Fix env-dependency extras being dropped when a metadata hook is 
configured and resolve workspace-member extras from the member's own 
metadata.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pypa/hatch/commit/5dae0595d1dfbaa5268aeeee7d81fde604d097d8";><code>5dae059</code></a>
 release Hatch v1.17.1</li>
   <li><a 
href="https://github.com/pypa/hatch/commit/4b3fd7d6d8435312b16fe8e8a317be5244a81b23";><code>4b3fd7d</code></a>
 release Hatchling v1.31.0</li>
   <li><a 
href="https://github.com/pypa/hatch/commit/19ced89249f2249772eed4566bd40d72e25d77ec";><code>19ced89</code></a>
 Fix env-dependency extras being dropped when a metadata hook is configured 
(#...</li>
   <li><a 
href="https://github.com/pypa/hatch/commit/3b45c75a8872788f65430db1ebebcb7c24811794";><code>3b45c75</code></a>
 Prepare hatchling for release 1.31.0 (<a 
href="https://redirect.github.com/pypa/hatch/issues/2330";>#2330</a>)</li>
   <li><a 
href="https://github.com/pypa/hatch/commit/e3d9b950dade81b08447d5609c404376f638b7c5";><code>e3d9b95</code></a>
 Addresses bug where blank lines are dropped when there is no shebang (<a 
href="https://redirect.github.com/pypa/hatch/issues/2328";>#2328</a>)</li>
   <li><a 
href="https://github.com/pypa/hatch/commit/9bc573c3f896604325003573fcbef67dbadc0d4f";><code>9bc573c</code></a>
 Prepare for 1.17.1 hatch release (<a 
href="https://redirect.github.com/pypa/hatch/issues/2329";>#2329</a>)</li>
   <li><a 
href="https://github.com/pypa/hatch/commit/bbb12bbc31f15d1b3775a041c85467dc065a1542";><code>bbb12bb</code></a>
 Pass --no-header to uv pip compile for deterministic lockfiles (<a 
href="https://redirect.github.com/pypa/hatch/issues/2327";>#2327</a>)</li>
   <li><a 
href="https://github.com/pypa/hatch/commit/8c0637362b0fb406a77ae89dfa83847d260f1f35";><code>8c06373</code></a>
 Fix uv lock check header comparison (<a 
href="https://redirect.github.com/pypa/hatch/issues/2317";>#2317</a>)</li>
   <li><a 
href="https://github.com/pypa/hatch/commit/5cfbb540051d226900d087316fb5cb124de5b30f";><code>5cfbb54</code></a>
 fix: skip extend injection if already present in ruff config (<a 
href="https://redirect.github.com/pypa/hatch/issues/2305";>#2305</a>)</li>
   <li><a 
href="https://github.com/pypa/hatch/commit/cf859710577c6a2fb1f8e51e56ea6c3c49e7a50d";><code>cf85971</code></a>
 fix: use TemporaryDirectory + pylock*.toml for temp lock files (<a 
href="https://redirect.github.com/pypa/hatch/issues/2303";>#2303</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pypa/hatch/compare/hatch-v1.17.0...hatch-v1.17.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `prek` from 0.4.6 to 0.4.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/j178/prek/releases";>prek's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.4.8</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-07-04.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Add default_env configuration (<a 
href="https://redirect.github.com/j178/prek/pull/2288";>#2288</a>)</li>
   <li>Rename <code>auto-update</code> to <code>update</code> (<a 
href="https://redirect.github.com/j178/prek/pull/2286";>#2286</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix progress collapse ordering (<a 
href="https://redirect.github.com/j178/prek/pull/2291";>#2291</a>)</li>
   <li>Fix progress insertion after collapsed rows (<a 
href="https://redirect.github.com/j178/prek/pull/2292";>#2292</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a href="https://github.com/j178";><code>@​j178</code></a></li>
   </ul>
   <h2>Install prek 0.4.8</h2>
   <h3>Install prebuilt binaries via shell script</h3>
   <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf 
https://github.com/j178/prek/releases/download/v0.4.8/prek-installer.sh | sh
   </code></pre>
   <h3>Install prebuilt binaries via powershell script</h3>
   <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm 
https://github.com/j178/prek/releases/download/v0.4.8/prek-installer.ps1 | 
iex&quot;
   </code></pre>
   <h3>Install prebuilt binaries via Homebrew</h3>
   <pre lang="sh"><code>brew install prek
   </code></pre>
   <h2>Download prek 0.4.8</h2>
   <table>
   <thead>
   <tr>
   <th>File</th>
   <th>Platform</th>
   <th>Checksum</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-aarch64-apple-darwin.tar.gz";>prek-aarch64-apple-darwin.tar.gz</a></td>
   <td>Apple Silicon macOS</td>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-aarch64-apple-darwin.tar.gz.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-x86_64-apple-darwin.tar.gz";>prek-x86_64-apple-darwin.tar.gz</a></td>
   <td>Intel macOS</td>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-x86_64-apple-darwin.tar.gz.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-aarch64-pc-windows-msvc.zip";>prek-aarch64-pc-windows-msvc.zip</a></td>
   <td>ARM64 Windows</td>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-aarch64-pc-windows-msvc.zip.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-i686-pc-windows-msvc.zip";>prek-i686-pc-windows-msvc.zip</a></td>
   <td>x86 Windows</td>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-i686-pc-windows-msvc.zip.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-x86_64-pc-windows-msvc.zip";>prek-x86_64-pc-windows-msvc.zip</a></td>
   <td>x64 Windows</td>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-x86_64-pc-windows-msvc.zip.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-aarch64-unknown-linux-gnu.tar.gz";>prek-aarch64-unknown-linux-gnu.tar.gz</a></td>
   <td>ARM64 Linux</td>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-aarch64-unknown-linux-gnu.tar.gz.sha256";>checksum</a></td>
   </tr>
   <tr>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-i686-unknown-linux-gnu.tar.gz";>prek-i686-unknown-linux-gnu.tar.gz</a></td>
   <td>x86 Linux</td>
   <td><a 
href="https://github.com/j178/prek/releases/download/v0.4.8/prek-i686-unknown-linux-gnu.tar.gz.sha256";>checksum</a></td>
   </tr>
   </tbody>
   </table>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/j178/prek/blob/master/CHANGELOG.md";>prek's 
changelog</a>.</em></p>
   <blockquote>
   <h2>0.4.8</h2>
   <p>Released on 2026-07-04.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Add default_env configuration (<a 
href="https://redirect.github.com/j178/prek/pull/2288";>#2288</a>)</li>
   <li>Rename <code>auto-update</code> to <code>update</code> (<a 
href="https://redirect.github.com/j178/prek/pull/2286";>#2286</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix progress collapse ordering (<a 
href="https://redirect.github.com/j178/prek/pull/2291";>#2291</a>)</li>
   <li>Fix progress insertion after collapsed rows (<a 
href="https://redirect.github.com/j178/prek/pull/2292";>#2292</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a href="https://github.com/j178";><code>@​j178</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/j178/prek/commit/cccc61bef9310b818a27aaeed1c25ef9917b09f5";><code>cccc61b</code></a>
 Bump version to 0.4.8</li>
   <li><a 
href="https://github.com/j178/prek/commit/1ff8e408d7024d14a7892d233a22f9ee0dc893e9";><code>1ff8e40</code></a>
 Bump version to 0.4.7 (<a 
href="https://redirect.github.com/j178/prek/issues/2294";>#2294</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/29bfccef3e12389f00e9836c1a43b31c07787bdd";><code>29bfcce</code></a>
 Add default_env configuration (<a 
href="https://redirect.github.com/j178/prek/issues/2288";>#2288</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/5f0e654a0ef044f6a6d8f50b075abb919818fb41";><code>5f0e654</code></a>
 Fix progress insertion after collapsed rows (<a 
href="https://redirect.github.com/j178/prek/issues/2292";>#2292</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/ce4363d33e6ade4f3f8a46902193703204ad91f8";><code>ce4363d</code></a>
 Fix progress collapse ordering (<a 
href="https://redirect.github.com/j178/prek/issues/2291";>#2291</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/3f41d4c21593f3983dd479d21e0308e5cd602b26";><code>3f41d4c</code></a>
 Remove Goldziher/kreuzberg from README (<a 
href="https://redirect.github.com/j178/prek/issues/2290";>#2290</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/57493f93a0eb51d2a87d334c97952d1182975a6d";><code>57493f9</code></a>
 Delete <code>.github/copilot-instructions.md</code> (<a 
href="https://redirect.github.com/j178/prek/issues/2287";>#2287</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/ec18e36cf57318d9400d56701609f0df28f106d6";><code>ec18e36</code></a>
 Rename <code>auto-update</code> to <code>update</code> (<a 
href="https://redirect.github.com/j178/prek/issues/2286";>#2286</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/3c0e172d114e653ec67ee4b16b8e5c1b999f1428";><code>3c0e172</code></a>
 Migrate to tombi for TOML formatting (<a 
href="https://redirect.github.com/j178/prek/issues/2285";>#2285</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/a40cd329457bc489735a34619c65c9f0bbc10fcf";><code>a40cd32</code></a>
 ci: rely on setup-node npm for npm publishing (<a 
href="https://redirect.github.com/j178/prek/issues/2284";>#2284</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/j178/prek/compare/v0.4.6...v0.4.8";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tqdm` from 4.68.3 to 4.68.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/tqdm/tqdm/releases";>tqdm's 
releases</a>.</em></p>
   <blockquote>
   <h2>tqdm v4.68.4 stable</h2>
   <ul>
   <li>trim to <code>ncols</code> even when <code>'{bar}' not in 
bar_format</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1717";>#1717</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1767";>#1767</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1658";>#1658</a>)</li>
   <li>fix <code>tqdm.write</code> when <code>stdout=None</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1768";>#1768</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/53d096e77c28005b4f9fe1e9d6274ae311bf87e7";><code>53d096e</code></a>
 bump version, merge pull request <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1768";>#1768</a> from 
its-Sohan/fix/write-stdout-none</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/74ff9929dfec128972eb68f9ff27ae40fae6a21c";><code>74ff992</code></a>
 fix: prevent tqdm.write from crashing when sys.stdout is none</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/3757d0d13ec86d73a838b55fc35ef89bc42a3461";><code>3757d0d</code></a>
 Merge pull requests <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1717";>#1717</a> and <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1767";>#1767</a> (fixes <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1658";>#1658</a>)</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/55156ce4bed3457956d0557558b9bfb1c2de8a33";><code>55156ce</code></a>
 fix: apply disp_trim to all format_meter return paths (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1658";>#1658</a>)</li>
   <li>See full diff in <a 
href="https://github.com/tqdm/tqdm/compare/v4.68.3...v4.68.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `boto3` from 1.43.40 to 1.43.42
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/boto/boto3/commit/088377051e18e38d0bfbdb9623144bf4794ca554";><code>0883770</code></a>
 Merge branch 'release-1.43.42'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/63e762f632d27ab0fd37cd1e071935334ba078e2";><code>63e762f</code></a>
 Bumping version to 1.43.42</li>
   <li><a 
href="https://github.com/boto/boto3/commit/6dbb5928b0a9398554a270639521e2b9f9806a97";><code>6dbb592</code></a>
 Add changelog entries from botocore</li>
   <li><a 
href="https://github.com/boto/boto3/commit/2f26e867cab8857daad09721cfd361712e69d9b2";><code>2f26e86</code></a>
 Merge branch 'release-1.43.41'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/1fa249c3d77d7a6f73f4a78d499eb8b10fe465d8";><code>1fa249c</code></a>
 Merge branch 'release-1.43.41' into develop</li>
   <li><a 
href="https://github.com/boto/boto3/commit/6221d17e3c25b993f4c5ccd84fb6772b8007dff8";><code>6221d17</code></a>
 Bumping version to 1.43.41</li>
   <li><a 
href="https://github.com/boto/boto3/commit/ce6f6794f561fc346f5ac5e51aa88daf32942763";><code>ce6f679</code></a>
 Add changelog entries from botocore</li>
   <li><a 
href="https://github.com/boto/boto3/commit/7b4354e729a81193e051ba6e3148a9d28b29083e";><code>7b4354e</code></a>
 Bump <a 
href="https://github.com/astral-sh/ruff-pre-commit";>https://github.com/astral-sh/ruff-pre-commit</a>
 (<a href="https://redirect.github.com/boto/boto3/issues/4808";>#4808</a>)</li>
   <li><a 
href="https://github.com/boto/boto3/commit/d63c33b0c4149ba2093c0986abcfe84397cf34fb";><code>d63c33b</code></a>
 Bump actions/setup-python in the github-actions group (<a 
href="https://redirect.github.com/boto/boto3/issues/4807";>#4807</a>)</li>
   <li><a 
href="https://github.com/boto/boto3/commit/fb865d41083f4b401a253a238445a11172bc73ca";><code>fb865d4</code></a>
 Merge branch 'release-1.43.40' into develop</li>
   <li>See full diff in <a 
href="https://github.com/boto/boto3/compare/1.43.40...1.43.42";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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