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

   Bumps the 3-3-uv-dependency-updates group in /dev/breeze with 4 updates: 
[gitpython](https://github.com/gitpython-developers/GitPython), 
[prek](https://github.com/j178/prek), [tqdm](https://github.com/tqdm/tqdm) and 
[boto3](https://github.com/boto/boto3).
   
   Updates `gitpython` from 3.1.55 to 3.1.57
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/gitpython-developers/GitPython/releases";>gitpython's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.1.57 - Security and Fixes</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Merge gitdb and smmap into the GitPython repository by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2179";>gitpython-developers/GitPython#2179</a></li>
   <li>build(deps): bump actions/setup-python from 6 to 7 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2185";>gitpython-developers/GitPython#2185</a></li>
   <li>build(deps): bump the pre-commit group with 2 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2186";>gitpython-developers/GitPython#2186</a></li>
   <li>Bump Vampire/setup-wsl from 6.0.0 to 7.0.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2124";>gitpython-developers/GitPython#2124</a></li>
   <li>Render protected Traversable methods in the reference by <a 
href="https://github.com/pick7";><code>@​pick7</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2192";>gitpython-developers/GitPython#2192</a></li>
   <li>Use standard prefixes for parsed patch diffs by <a 
href="https://github.com/pick7";><code>@​pick7</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2191";>gitpython-developers/GitPython#2191</a></li>
   <li>Honor kill_after_timeout with output streams by <a 
href="https://github.com/pick7";><code>@​pick7</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2189";>gitpython-developers/GitPython#2189</a></li>
   <li>Redact Authorization extra headers from command errors by <a 
href="https://github.com/pick7";><code>@​pick7</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2188";>gitpython-developers/GitPython#2188</a></li>
   <li>Improve RemoteProgress parse return typing by <a 
href="https://github.com/pick7";><code>@​pick7</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2187";>gitpython-developers/GitPython#2187</a></li>
   <li>Adopt basedpyright with a legacy baseline by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2194";>gitpython-developers/GitPython#2194</a></li>
   <li>Block unsafe Git file and URL options by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2193";>gitpython-developers/GitPython#2193</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/pick7";><code>@​pick7</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2192";>gitpython-developers/GitPython#2192</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.56...3.1.57";>https://github.com/gitpython-developers/GitPython/compare/3.1.56...3.1.57</a></p>
   <h2>3.1.56 - SECURITY</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add support for Python 3.15 by <a 
href="https://github.com/hugovk";><code>@​hugovk</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2183";>gitpython-developers/GitPython#2183</a></li>
   <li>fix: reject unsafe output options in Commit.count by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2184";>gitpython-developers/GitPython#2184</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.55...3.1.56";>https://github.com/gitpython-developers/GitPython/compare/3.1.55...3.1.56</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/ccbd573ac4ab52ccdcf395c400e600d5809bcc88";><code>ccbd573</code></a>
 prepare for new release</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/d1a631d0967a2f26d70ddeea42c3828c73379f02";><code>d1a631d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2193";>#2193</a>
 from gitpython-developers/more-unsafe-options</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/ab33e331d5b65c9580ecc50128c9f89386f72f68";><code>ab33e33</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2194";>#2194</a>
 from gitpython-developers/fix-basedpyright</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/52199b39ce02c6e8f9fb49e95628b59deebf44c0";><code>52199b3</code></a>
 address review comments</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/60dec718ae74b25d23bbf84ccfcd01658f8e6b0c";><code>60dec71</code></a>
 Adopt basedpyright with a legacy baseline</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/7a4f5dcb7bf3cbcbf6e438017efcdfe0bc0d36ca";><code>7a4f5dc</code></a>
 Block unsafe archive additions and bundle URI</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/3af0c2516c5e18c829da30338614688f6b69b49c";><code>3af0c25</code></a>
 Block unsafe checkout-index and tag file options</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/fb5d584831d123a1e1737c6b28737567b37782c1";><code>fb5d584</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2187";>#2187</a>
 from pick7/codex/remote-progress-return-type</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/951cc440452a50390862f3ca82cbc9ba5248de24";><code>951cc44</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2188";>#2188</a>
 from pick7/codex/redact-http-extraheader</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/2e5b13ff7262768e2da499abf7b2002cd413b99b";><code>2e5b13f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2189";>#2189</a>
 from pick7/codex/output-stream-timeout</li>
   <li>Additional commits viewable in <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.55...3.1.57";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `prek` from 0.4.10 to 0.4.11
   <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.11</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-07-25.</p>
   <h3>Highlights</h3>
   <ul>
   <li>
   <p>This release adds two new builtin hooks, <code>deny-pattern</code> and 
<code>require-pattern</code>,
   as native alternatives for <code>pygrep</code> use cases. 
<code>deny-pattern</code> fails when a
   configured pattern is found, while <code>require-pattern</code> ensures 
every selected
   file contains a match. By matching natively without spawning a Python
   subprocess, they run over 4x faster than <code>pygrep</code> in benchmarks. 
Note that
   they use <a href="https://docs.rs/regex/latest/regex/#syntax";>Rust 
<code>regex</code> syntax</a>, which does
   not support look-around features such as negative lookbehind.</p>
   </li>
   <li>
   <p><code>prek run</code> now supports <code>--glob &lt;PATTERN&gt;</code> to 
run hooks on tracked files
   matching a glob. It can be repeated or combined with <code>--files</code> and
   <code>--directory</code>.</p>
   </li>
   <li>
   <p>Hook priorities now support reusable aliases:</p>
   <pre lang="toml"><code>[priorities]
   checks = 10
   <p>[[repos]]
   repo = &quot;builtin&quot;
   hooks = [
   { id = &quot;check-json&quot;, priority = &quot;checks&quot; },
   { id = &quot;check-yaml&quot;, priority = &quot;checks&quot; },
   ]
   </code></pre></p>
   <p>This makes parallel scheduling easier to read and maintain.</p>
   </li>
   </ul>
   <h3>Enhancements</h3>
   <ul>
   <li>Add <code>deny-pattern</code> and <code>require-pattern</code> builtin 
hooks (<a href="https://redirect.github.com/j178/prek/pull/2359";>#2359</a>)</li>
   <li>Support <code>--glob</code> patterns in <code>prek run</code> (<a 
href="https://redirect.github.com/j178/prek/pull/2381";>#2381</a>)</li>
   <li>Support reusable aliases for hook priorities (<a 
href="https://redirect.github.com/j178/prek/pull/2331";>#2331</a>)</li>
   <li>Implement <code>requirements-txt-fixer</code> as a builtin hook (<a 
href="https://redirect.github.com/j178/prek/pull/2390";>#2390</a>)</li>
   <li>Improve user-facing warnings and errors (<a 
href="https://redirect.github.com/j178/prek/pull/2380";>#2380</a>)</li>
   <li>Install Node hooks through git url (<a 
href="https://redirect.github.com/j178/prek/pull/2394";>#2394</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Reduce blocking-pool overhead in file hooks (<a 
href="https://redirect.github.com/j178/prek/pull/2384";>#2384</a>)</li>
   <li>Speed up mixed-line-ending scans with memchr2 (<a 
href="https://redirect.github.com/j178/prek/pull/2391";>#2391</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <!-- 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.11</h2>
   <p>Released on 2026-07-25.</p>
   <h3>Highlights</h3>
   <ul>
   <li>
   <p>This release adds two new builtin hooks, <code>deny-pattern</code> and 
<code>require-pattern</code>,
   as native alternatives for <code>pygrep</code> use cases. 
<code>deny-pattern</code> fails when a
   configured pattern is found, while <code>require-pattern</code> ensures 
every selected
   file contains a match. By matching natively without spawning a Python
   subprocess, they run over 4x faster than <code>pygrep</code> in benchmarks. 
Note that
   they use
   <a href="https://docs.rs/regex/latest/regex/#syntax";>Rust <code>regex</code> 
syntax</a>, which does
   not support look-around features such as negative lookbehind.</p>
   </li>
   <li>
   <p><code>prek run</code> now supports <code>--glob &lt;PATTERN&gt;</code> to 
run hooks on tracked files
   matching a glob. It can be repeated or combined with <code>--files</code> and
   <code>--directory</code>.</p>
   </li>
   <li>
   <p>Hook priorities now support reusable aliases:</p>
   <pre lang="toml"><code>[priorities]
   checks = 10
   <p>[[repos]]
   repo = &quot;builtin&quot;
   hooks = [
   { id = &quot;check-json&quot;, priority = &quot;checks&quot; },
   { id = &quot;check-yaml&quot;, priority = &quot;checks&quot; },
   ]
   </code></pre></p>
   <p>This makes parallel scheduling easier to read and maintain.</p>
   </li>
   </ul>
   <h3>Enhancements</h3>
   <ul>
   <li>Add <code>deny-pattern</code> and <code>require-pattern</code> builtin 
hooks (<a href="https://redirect.github.com/j178/prek/pull/2359";>#2359</a>)</li>
   <li>Support <code>--glob</code> patterns in <code>prek run</code> (<a 
href="https://redirect.github.com/j178/prek/pull/2381";>#2381</a>)</li>
   <li>Support reusable aliases for hook priorities (<a 
href="https://redirect.github.com/j178/prek/pull/2331";>#2331</a>)</li>
   <li>Implement <code>requirements-txt-fixer</code> as a builtin hook (<a 
href="https://redirect.github.com/j178/prek/pull/2390";>#2390</a>)</li>
   <li>Improve user-facing warnings and errors (<a 
href="https://redirect.github.com/j178/prek/pull/2380";>#2380</a>)</li>
   <li>Install Node hooks through git url (<a 
href="https://redirect.github.com/j178/prek/pull/2394";>#2394</a>)</li>
   </ul>
   <h3>Performance</h3>
   <ul>
   <li>Reduce blocking-pool overhead in file hooks (<a 
href="https://redirect.github.com/j178/prek/pull/2384";>#2384</a>)</li>
   <li>Speed up mixed-line-ending scans with memchr2 (<a 
href="https://redirect.github.com/j178/prek/pull/2391";>#2391</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/j178/prek/commit/92ba6c8c21e7acf5ce056b7c9b8dcba7325c3f5a";><code>92ba6c8</code></a>
 Bump version to 0.4.11 (<a 
href="https://redirect.github.com/j178/prek/issues/2402";>#2402</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/f575e428961414bc079060061bc570b71e553942";><code>f575e42</code></a>
 Bump quinn-proto from 0.11.14 to 0.11.16 (<a 
href="https://redirect.github.com/j178/prek/issues/2401";>#2401</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/c0ed56d92af1530e0acc98da2a8544bcf1dd01e7";><code>c0ed56d</code></a>
 Preserve system download policy when applying metadata (<a 
href="https://redirect.github.com/j178/prek/issues/2395";>#2395</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/3b8b5c53ea8ce674112e22f9f84addf3637ca9e0";><code>3b8b5c5</code></a>
 Install Node hooks through git url (<a 
href="https://redirect.github.com/j178/prek/issues/2394";>#2394</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/ff11cbb2d30478d9b2607dd1886cf90e33979365";><code>ff11cbb</code></a>
 Implement <code>requirements-txt-fixer</code> as a builtin hook (<a 
href="https://redirect.github.com/j178/prek/issues/2390";>#2390</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/c7dfc32c27f74ee04f9a4dc47b842fbb3e417631";><code>c7dfc32</code></a>
 Match identify tags across filename parts (<a 
href="https://redirect.github.com/j178/prek/issues/2399";>#2399</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/928dc5cf3b7c7486664d6a7e34ce8d89a603d7f1";><code>928dc5c</code></a>
 Speed up mixed-line-ending scans with memchr2 (<a 
href="https://redirect.github.com/j178/prek/issues/2391";>#2391</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/6c898499d8b7741f7e6b60cc42b195660e6d1afa";><code>6c89849</code></a>
 Honor filenames in builtin hook entry and args (<a 
href="https://redirect.github.com/j178/prek/issues/2389";>#2389</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/28bc3f013e0c97c39834f2f02a708355ed642462";><code>28bc3f0</code></a>
 Add description for no-commit-to-branch (<a 
href="https://redirect.github.com/j178/prek/issues/2388";>#2388</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/1d9adddb83df05770ea2a5562f141171be174d77";><code>1d9addd</code></a>
 Reduce blocking-pool overhead in file hooks (<a 
href="https://redirect.github.com/j178/prek/issues/2384";>#2384</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/j178/prek/compare/v0.4.10...v0.4.11";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tqdm` from 4.69.0 to 4.70.0
   <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.70.0 stable</h2>
   <ul>
   <li><code>contrib.concurrent</code>: major improvements
   <ul>
   <li>support <code>process_map(mp_context, max_tasks_per_child)</code>, 
<code>thread_map(thread_name_prefix)</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1265";>#1265</a>)</li>
   <li>fix <code>total</code> based on shortest iterable length (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1473";>#1473</a>)</li>
   <li>use default <code>max_workers</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1543";>#1543</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1530";>#1530</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1518";>#1518</a>)</li>
   <li>support <code>timeout</code>, <code>buffersize</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1576";>#1576</a>)</li>
   <li>improve ETA (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1708";>#1708</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1161";>#1161</a>)</li>
   <li>update <code>as_completed</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1709";>#1709</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1565";>#1565</a>)</li>
   <li>add <code>tqdm.concurrent.intepreter_map</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1777";>#1777</a>)</li>
   </ul>
   </li>
   <li><code>asyncio</code>: support iterables with only <code>__aiter__</code> 
(<a href="https://redirect.github.com/tqdm/tqdm/issues/1714";>#1714</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1686";>#1686</a>)</li>
   <li>support <code>reset(float(&quot;inf&quot;))</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1783";>#1783</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1781";>#1781</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/651";>#651</a>)</li>
   <li>framework: test &amp; reduce wheel size (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1782";>#1782</a>)</li>
   </ul>
   <h2>tqdm v4.69.1 stable</h2>
   <ul>
   <li><code>contrib.logging</code>: preserve filters (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1775";>#1775</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1581";>#1581</a>)</li>
   <li><code>rich</code>: misc fixes (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1773";>#1773</a>)
   <ul>
   <li>support generators (without <code>len</code>) (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1391";>#1391</a>)</li>
   <li>fix potential <code>AttributeError</code> on exit (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1674";>#1674</a>)</li>
   </ul>
   </li>
   <li>fix <code>total=float('inf')</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1781";>#1781</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/651";>#651</a>)</li>
   <li>fix potential <code>AttributeError</code> on exit (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1778";>#1778</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1668";>#1668</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1537";>#1537</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/261";>#261</a>)</li>
   <li>fix minor docs typos (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1780";>#1780</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1746";>#1746</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/96f2e60e4584cdab57a23602e27043d0465254ad";><code>96f2e60</code></a>
 Merge pull request <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1777";>#1777</a> from 
shermansiu/feat/interpreter-pool</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/c27393ec3a0a91d83dd53f04b80ee61f9c0cd5e4";><code>c27393e</code></a>
 misc tidy</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/061c6236d56f8c1ed0934606c3b4ee5c59cf122e";><code>061c623</code></a>
 Disable <code>tqdm.monitor_interval</code> for subinterpreters because they do 
not have ...</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/9fc160ba7f959f955058985b0d1122fc9f0b2729";><code>9fc160b</code></a>
 Update how we check for <code>interpreter_map</code> support in the tests</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/b42463a20fffc17ad4df2aa145076afb0dc4486d";><code>b42463a</code></a>
 Ensure that subinterpreters can import tqdm while unpickling the 
initializer</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/16d5486c402a2808ec9c398538e0bc56d00866de";><code>16d5486</code></a>
 Add support for nested progress bars</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/9f5890fda6cf43e66782fbf34647f808bdc66d58";><code>9f5890f</code></a>
 Add initial implementation for interpreter_map</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/321f920bb7368e27eee04fed1c0de2a8a236fd9d";><code>321f920</code></a>
 Merge pull request <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1783";>#1783</a> from 
LuShadowX/reset-inf-total</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/4664b5701ebc5299290a1fb31a229fb1bfc64703";><code>4664b57</code></a>
 minor tidy</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/426a0988a1e9970041f5a649ae8a6376c5293fbe";><code>426a098</code></a>
 Treat inf total as unknown in reset() too</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tqdm/tqdm/compare/v4.69.0...v4.70.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `boto3` from 1.43.55 to 1.43.56
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/boto/boto3/commit/72a153d7f5c44f3beb837ea00d1a5f1ecda9ed32";><code>72a153d</code></a>
 Merge branch 'release-1.43.56'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/b1b9ff34ade44b546f97dee2e11d56e2686de7d4";><code>b1b9ff3</code></a>
 Bumping version to 1.43.56</li>
   <li><a 
href="https://github.com/boto/boto3/commit/c7d2f6ef74d8ac02eb8bf6b9bb6f511449711662";><code>c7d2f6e</code></a>
 Add changelog entries from botocore</li>
   <li><a 
href="https://github.com/boto/boto3/commit/cad396bb7cde51faff6e6ae6327d334ac4ab3d79";><code>cad396b</code></a>
 Merge branch 'release-1.43.55' into develop</li>
   <li>See full diff in <a 
href="https://github.com/boto/boto3/compare/1.43.55...1.43.56";>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