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

   Bumps the 3-3-uv-dependency-updates group in /dev/breeze with 8 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [click](https://github.com/pallets/click) | `8.4.1` | `8.4.2` |
   | [filelock](https://github.com/tox-dev/py-filelock) | `3.29.4` | `3.32.0` |
   | 
[google-api-python-client](https://github.com/googleapis/google-api-python-client)
 | `2.197.0` | `2.198.0` |
   | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.50` 
| `3.1.55` |
   | [hatch](https://github.com/pypa/hatch) | `1.17.0` | `1.17.1` |
   | [prek](https://github.com/j178/prek) | `0.4.5` | `0.4.10` |
   | [tqdm](https://github.com/tqdm/tqdm) | `4.68.3` | `4.69.0` |
   | [boto3](https://github.com/boto/boto3) | `1.43.34` | `1.43.55` |
   
   Updates `click` from 8.4.1 to 8.4.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pallets/click/releases";>click's releases</a>.</em></p>
   <blockquote>
   <h2>8.4.2</h2>
   <p>This is the Click 8.4.1 fix release, which fixes bugs but does not 
otherwise change behavior and should not result in breaking changes compared to 
the latest feature release.</p>
   <p>PyPI: <a 
href="https://pypi.org/project/click/8.4.2/";>https://pypi.org/project/click/8.4.2/</a>
   Changes: <a 
href="https://click.palletsprojects.com/page/changes/#version-8-4-2";>https://click.palletsprojects.com/page/changes/#version-8-4-2</a>
   Milestone: <a 
href="https://github.com/pallets/click/milestone/34";>https://github.com/pallets/click/milestone/34</a></p>
   <ul>
   <li>Fix Fish shell completion broken in <code>8.4.0</code> by <a 
href="https://redirect.github.com/pallets/click/issues/3126";>#3126</a>. 
Newlines and
   tabs in option help text are now escaped, keeping the original completion
   format while still supporting multi-line help. <a 
href="https://redirect.github.com/pallets/click/issues/3502";>#3502</a>
   <a href="https://redirect.github.com/pallets/click/issues/3043";>#3043</a> <a 
href="https://redirect.github.com/pallets/click/issues/3504";>#3504</a> <a 
href="https://redirect.github.com/pallets/click/issues/3508";>#3508</a></li>
   <li>Deprecated commands and options with empty or missing help text no longer
   render a stray leading space before the <code>(DEPRECATED)</code> label. <a 
href="https://redirect.github.com/pallets/click/issues/3509";>#3509</a></li>
   <li>A {class}<code>Group</code> with 
<code>invoke_without_command=True</code> marks its subcommand as
   optional in the usage help, showing <code>[COMMAND]</code> instead of 
<code>COMMAND</code>.
   <a href="https://redirect.github.com/pallets/click/issues/3059";>#3059</a> <a 
href="https://redirect.github.com/pallets/click/issues/3507";>#3507</a></li>
   <li><code>echo_via_pager</code> flushes after each write, so passing a 
generator streams
   output to the pager incrementally instead of staying hidden until the pipe
   buffer fills. <a 
href="https://redirect.github.com/pallets/click/issues/3242";>#3242</a> <a 
href="https://redirect.github.com/pallets/click/issues/2542";>#2542</a> <a 
href="https://redirect.github.com/pallets/click/issues/3534";>#3534</a></li>
   <li><code>echo_via_pager</code> and <code>get_pager_file</code> no longer 
close a borrowed stdout
   stream when no external pager runs, completing the partial
   <code>I/O operation on closed file</code> fix from <a 
href="https://redirect.github.com/pallets/click/issues/3482";>#3482</a>. <a 
href="https://redirect.github.com/pallets/click/issues/3449";>#3449</a>
   <a 
href="https://redirect.github.com/pallets/click/issues/3533";>#3533</a></li>
   <li>Fix CLI usage symopsis for optional arguments producing double square 
brackets
   <code>[[a|b|c]]...</code> whose type already brackets their metavar. <a 
href="https://redirect.github.com/pallets/click/issues/3578";>#3578</a></li>
   <li>{func}<code>version_option</code> resolves a <code>package_name</code> 
that does not match an
   installed distribution as an import (top-level module) name via
   {func}<code>importlib.metadata.packages_distributions</code>. Packages whose
   top-level module name differs from their distribution name (<code>PIL</code> 
vs
   <code>Pillow</code>, <code>jwt</code> vs <code>PyJWT</code>) no longer raise 
<code>RuntimeError</code> out of the
   box. <a 
href="https://redirect.github.com/pallets/click/issues/2331";>#2331</a> <a 
href="https://redirect.github.com/pallets/click/issues/1884";>#1884</a> <a 
href="https://redirect.github.com/pallets/click/issues/3125";>#3125</a> <a 
href="https://redirect.github.com/pallets/click/issues/3582";>#3582</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pallets/click/blob/main/CHANGES.md";>click's 
changelog</a>.</em></p>
   <blockquote>
   <h2>Version 8.4.2</h2>
   <p>Released 2026-06-24</p>
   <ul>
   <li>Fix Fish shell completion broken in <code>8.4.0</code> by 
{pr}<code>3126</code>. Newlines and
   tabs in option help text are now escaped, keeping the original completion
   format while still supporting multi-line help. {issue}<code>3502</code>
   {issue}<code>3043</code> {pr}<code>3504</code> {pr}<code>3508</code></li>
   <li>Deprecated commands and options with empty or missing help text no longer
   render a stray leading space before the <code>(DEPRECATED)</code> label. 
{pr}<code>3509</code></li>
   <li>A {class}<code>Group</code> with 
<code>invoke_without_command=True</code> marks its subcommand as
   optional in the usage help, showing <code>[COMMAND]</code> instead of 
<code>COMMAND</code>.
   {issue}<code>3059</code> {pr}<code>3507</code></li>
   <li><code>echo_via_pager</code> flushes after each write, so passing a 
generator streams
   output to the pager incrementally instead of staying hidden until the pipe
   buffer fills. {issue}<code>3242</code> {issue}<code>2542</code> 
{pr}<code>3534</code></li>
   <li><code>echo_via_pager</code> and <code>get_pager_file</code> no longer 
close a borrowed stdout
   stream when no external pager runs, completing the partial
   <code>I/O operation on closed file</code> fix from {pr}<code>3482</code>. 
{issue}<code>3449</code>
   {pr}<code>3533</code></li>
   <li>Fix CLI usage symopsis for optional arguments producing double square 
brackets
   <code>[[a|b|c]]...</code> whose type already brackets their metavar. 
{pr}<code>3578</code></li>
   <li>{func}<code>version_option</code> resolves a <code>package_name</code> 
that does not match an
   installed distribution as an import (top-level module) name via
   {func}<code>importlib.metadata.packages_distributions</code>. Packages whose
   top-level module name differs from their distribution name (<code>PIL</code> 
vs
   <code>Pillow</code>, <code>jwt</code> vs <code>PyJWT</code>) no longer raise 
<code>RuntimeError</code> out of the
   box. {issue}<code>2331</code> {issue}<code>1884</code> 
{issue}<code>3125</code> {pr}<code>3582</code></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pallets/click/commit/b2e30a175449cfda909ee4fbf4a29a6a071cad53";><code>b2e30a1</code></a>
 Release version 8.4.2</li>
   <li><a 
href="https://github.com/pallets/click/commit/7a16b20e8a8a9bb57c7b4f6f15f60f6597478a49";><code>7a16b20</code></a>
 Fix <code>package_name</code> resolution when module differs from distribution 
name (<a 
href="https://redirect.github.com/pallets/click/issues/3582";>#3582</a>)</li>
   <li><a 
href="https://github.com/pallets/click/commit/bec59289d8cf9b9b4010642b2fee483e5f8eeefc";><code>bec5928</code></a>
 Fix <code>package_name</code> resolution when top-level module differs from 
distribution...</li>
   <li><a 
href="https://github.com/pallets/click/commit/916883afad450c0c9bbc4212817900949131adbd";><code>916883a</code></a>
 Fix tests to not rely on <code>-Wdefault</code> option (<a 
href="https://redirect.github.com/pallets/click/issues/3591";>#3591</a>)</li>
   <li><a 
href="https://github.com/pallets/click/commit/09195f6a92972c4e1bbb5493686456e6ba624520";><code>09195f6</code></a>
 Fix double-bracketing of choices in synopsis (<a 
href="https://redirect.github.com/pallets/click/issues/3578";>#3578</a>)</li>
   <li><a 
href="https://github.com/pallets/click/commit/1557e265222c431b1e4d6c4dd6754006ed10dc02";><code>1557e26</code></a>
 Check for warning exception with idiomatic context manager</li>
   <li><a 
href="https://github.com/pallets/click/commit/d9ff13369ac78d9acff693faa79f26badd566ab3";><code>d9ff133</code></a>
 Static typing improvements in <code>click.shell_completion</code> (<a 
href="https://redirect.github.com/pallets/click/issues/3460";>#3460</a>)</li>
   <li><a 
href="https://github.com/pallets/click/commit/762c97eef7c1b3779678992f26a553a2a8c80793";><code>762c97e</code></a>
 Fix double-bracketing of choices in synopsis</li>
   <li><a 
href="https://github.com/pallets/click/commit/8929d392781c8113bc569f388c15c47b94f86581";><code>8929d39</code></a>
 Convert changes to markdown. (<a 
href="https://redirect.github.com/pallets/click/issues/3559";>#3559</a>)</li>
   <li><a 
href="https://github.com/pallets/click/commit/237be507dbe3e653f6b41b3ea53266805534e8cd";><code>237be50</code></a>
 Move changes headings down a level.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pallets/click/compare/8.4.1...8.4.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `filelock` from 3.29.4 to 3.32.0
   <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.32.0</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>👷 ci: add Python 3.15 to the test matrix by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/683";>tox-dev/filelock#683</a></li>
   <li>🐛 fix(packaging): let an unpacked sdist run the test suite by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/685";>tox-dev/filelock#685</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.31.2...3.32.0";>https://github.com/tox-dev/filelock/compare/3.31.2...3.32.0</a></p>
   <h2>3.31.2</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>🐛 fix(strict): tolerate an errno without ENOTSUP by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/681";>tox-dev/filelock#681</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.31.1...3.31.2";>https://github.com/tox-dev/filelock/compare/3.31.1...3.31.2</a></p>
   <h2>3.31.1</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>♻️ refactor(coverage): key exclusions on probed capability by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/679";>tox-dev/filelock#679</a></li>
   <li>scope a lease's claim to the context that acquired it by <a 
href="https://github.com/dxbjavid";><code>@​dxbjavid</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/680";>tox-dev/filelock#680</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.31.0...3.31.1";>https://github.com/tox-dev/filelock/compare/3.31.0...3.31.1</a></p>
   <h2>3.31.0</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>✨ feat(platform): support Termux/Android by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/678";>tox-dev/filelock#678</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.30.3...3.31.0";>https://github.com/tox-dev/filelock/compare/3.30.3...3.31.0</a></p>
   <h2>3.30.3</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <ul>
   <li>Keep both tables of contents on screen at any browser font size by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/673";>tox-dev/filelock#673</a></li>
   <li>📝 docs(mermaid): follow the light and dark theme toggle by <a 
href="https://github.com/gaborbernat";><code>@​gaborbernat</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/674";>tox-dev/filelock#674</a></li>
   <li>asyncio: scope the reentrant-deadlock registry to the owning task by <a 
href="https://github.com/xt-yin";><code>@​xt-yin</code></a> in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/676";>tox-dev/filelock#676</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/xt-yin";><code>@​xt-yin</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/tox-dev/filelock/pull/676";>tox-dev/filelock#676</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/tox-dev/filelock/compare/3.30.2...3.30.3";>https://github.com/tox-dev/filelock/compare/3.30.2...3.30.3</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst";>filelock's
 changelog</a>.</em></p>
   <blockquote>
   <p>###########
   Changelog
   ###########</p>
   <p>.. towncrier-draft-entries:: Unreleased</p>
   <p>.. towncrier release notes start</p>
   <hr />
   <p>3.32.1 (2026-07-26)</p>
   <hr />
   <ul>
   <li>Canceling an <code>AsyncSoftReadWriteLock</code> acquire now releases 
the claim instead of leaking a marker whose heartbeat
   wedges every contender. :pr:<code>686</code></li>
   </ul>
   <hr />
   <p>3.32.0 (2026-07-21)</p>
   <hr />
   <ul>
   <li><code>SoftReadWriteLock</code> closes the directory handle it opens to 
scan for readers as soon as a scan stops early, rather
   than holding it until the generator is collected. :pr:<code>685</code></li>
   <li>Declare support for Python 3.15 and run the test suite against it and 
its free-threaded build, both currently in beta. :pr:<code>683</code></li>
   <li>The source distribution ships the capability probes the tests import, 
and reading one no longer needs <code>coverage</code>
   installed, so the suite runs from an unpacked sdist instead of failing on a 
missing <code>coverage_pragmas</code>. :pr:<code>685</code></li>
   </ul>
   <hr />
   <p>3.31.2 (2026-07-21)</p>
   <hr />
   <ul>
   <li><code>filelock</code> imports again on runtimes whose <code>errno</code> 
omits <code>ENOTSUP</code>, such as GraalPy, where importing the package
   raised <code>ImportError</code>. It probes the code instead, preferring 
<code>ENOTSUP</code>, falling back to <code>EOPNOTSUPP</code> where that
   name is absent, and dropping to <code>ENOSYS</code>/<code>EXDEV</code> where 
neither exists. Platforms defining <code>ENOTSUP</code> keep their
   behavior. :pr:<code>681</code></li>
   </ul>
   <hr />
   <p>3.31.1 (2026-07-20)</p>
   <hr />
   <ul>
   <li>A <code>SoftFileLease</code> acquired on one thread keeps its claim when 
another thread fails to acquire the same lease object,
   so its heartbeat carries on refreshing the marker instead of being torn down 
and letting a peer take the live claim. :pr:<code>680</code></li>
   </ul>
   <hr />
   <p>3.31.0 (2026-07-18)</p>
   <hr />
   <ul>
   <li>Support Termux/Android, whose CPython ships without <code>os.link</code> 
and reports <code>sys.platform == &quot;android&quot;</code>. <code>import 
filelock</code> and both <code>FileLock</code> and <code>SoftFileLock</code> 
now work there, <code>StrictSoftFileLock</code> reports its missing
   hard-link support only when acquired, and process liveness reads 
<code>/proc</code> on Android instead of PID-only checks. 
:pr:<code>678</code></li>
   <li><code>StrictSoftFileLock</code> no longer lets two processes hold the 
lock at once under heavy contention. A holder now keeps
   its intent claim for the whole hold, so a contender whose directory scan 
races the holder's freshly linked claim can no</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/76525e6e5ca0fded86809d82096083c6c11b8b16";><code>76525e6</code></a>
 Release 3.32.0</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/9824d15e01898b46231c174e06788b7469959079";><code>9824d15</code></a>
 🐛 fix(packaging): let an unpacked sdist run the test suite (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/685";>#685</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/f6c41e9f467dd8483b05e1f9b04f0b0129d07fbe";><code>f6c41e9</code></a>
 👷 ci: add Python 3.15 to the test matrix (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/683";>#683</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/caeb1c92f5eef9068ba8ed55cd2fb033a855ffe5";><code>caeb1c9</code></a>
 Release 3.31.2</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/60eda0f9ec8b4b7efdcb429102ea8b3e7f9f9518";><code>60eda0f</code></a>
 🐛 fix(strict): tolerate an errno without ENOTSUP (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/681";>#681</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/c1b2e6fdbb8f2307e06dbc1543314194e3250139";><code>c1b2e6f</code></a>
 Release 3.31.1</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/9fd7de55e1109fee751173ad3842cf909349ce9f";><code>9fd7de5</code></a>
 scope a lease's claim to the context that acquired it (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/680";>#680</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/2b3ad2c561889f340975bc62a48969e1fb4109d6";><code>2b3ad2c</code></a>
 ♻️ refactor(coverage): key exclusions on probed capability (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/679";>#679</a>)</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/3b66fdc1432e3b02e83525e61a99096aa09a933f";><code>3b66fdc</code></a>
 Release 3.31.0</li>
   <li><a 
href="https://github.com/tox-dev/filelock/commit/166b2b5d723a2e111be36a8b43e594a97141c0fd";><code>166b2b5</code></a>
 ✨ feat(platform): support Termux/Android (<a 
href="https://redirect.github.com/tox-dev/py-filelock/issues/678";>#678</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tox-dev/py-filelock/compare/3.29.4...3.32.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `google-api-python-client` from 2.197.0 to 2.198.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/googleapis/google-api-python-client/releases";>google-api-python-client's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.198.0</h2>
   <h2><a 
href="https://github.com/googleapis/google-api-python-client/compare/v2.197.0...v2.198.0";>2.198.0</a>
 (2026-06-23)</h2>
   <h3>Features</h3>
   <ul>
   <li><strong>adexchangebuyer2:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/a6b7a3c1312a0b843c6451f1502268232af1e08d";>https://togithub.com/googleapis/google-api-python-client/commit/a6b7a3c1312a0b843c6451f1502268232af1e08d</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>admin:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/39a7f8e64940d318ce50b5431ebca0ca6f044b4e";>https://togithub.com/googleapis/google-api-python-client/commit/39a7f8e64940d318ce50b5431ebca0ca6f044b4e</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>agentregistry:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/47cc6885a57ff256a2878b8902f66f4d97e980be";>https://togithub.com/googleapis/google-api-python-client/commit/47cc6885a57ff256a2878b8902f66f4d97e980be</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>aiplatform:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/bf9010bd3c1f6825858612032ad8722e53368738";>https://togithub.com/googleapis/google-api-python-client/commit/bf9010bd3c1f6825858612032ad8722e53368738</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>alertcenter:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/60ed501536c048d4257f05fb44d01ac90afc45c6";>https://togithub.com/googleapis/google-api-python-client/commit/60ed501536c048d4257f05fb44d01ac90afc45c6</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>alloydb:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/07ab81d00d9225efc0d1bfb54d7a2131537013bb";>https://togithub.com/googleapis/google-api-python-client/commit/07ab81d00d9225efc0d1bfb54d7a2131537013bb</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>analyticsadmin:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/d13cd0d5ec973a994a6409e4ccdd879ca5cdec24";>https://togithub.com/googleapis/google-api-python-client/commit/d13cd0d5ec973a994a6409e4ccdd879ca5cdec24</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>analyticshub:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/29d33229a8aca59cc2105ca57f10c5c34392eedf";>https://togithub.com/googleapis/google-api-python-client/commit/29d33229a8aca59cc2105ca57f10c5c34392eedf</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>androidmanagement:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/0b2dcfba95c75409fcebe62b45d481e2b9cee79c";>https://togithub.com/googleapis/google-api-python-client/commit/0b2dcfba95c75409fcebe62b45d481e2b9cee79c</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>androidpublisher:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/1dc37cdcddd779ca435abc9593b0bfb4e298770d";>https://togithub.com/googleapis/google-api-python-client/commit/1dc37cdcddd779ca435abc9593b0bfb4e298770d</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>artifactregistry:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/001dba95de25008758d1955c7ff5db51e48606a9";>https://togithub.com/googleapis/google-api-python-client/commit/001dba95de25008758d1955c7ff5db51e48606a9</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>assuredworkloads:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/2982b1986becfc8cf17768a86146cfac04338f81";>https://togithub.com/googleapis/google-api-python-client/commit/2982b1986becfc8cf17768a86146cfac04338f81</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>backupdr:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/0b64d9bb3d591fd521b86b21fdbc37f3dd793f43";>https://togithub.com/googleapis/google-api-python-client/commit/0b64d9bb3d591fd521b86b21fdbc37f3dd793f43</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>bigqueryconnection:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/8e6a3e697448de8fd7128240f2615228db24e85c";>https://togithub.com/googleapis/google-api-python-client/commit/8e6a3e697448de8fd7128240f2615228db24e85c</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>bigquerydatatransfer:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/012db99dae421f7b21f0e43b1df333b209cf3e15";>https://togithub.com/googleapis/google-api-python-client/commit/012db99dae421f7b21f0e43b1df333b209cf3e15</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>bigquery:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/9548dcf1aa1eeaa6524b6d9386178dac69c39096";>https://togithub.com/googleapis/google-api-python-client/commit/9548dcf1aa1eeaa6524b6d9386178dac69c39096</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>calendar:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/399252cfd1bed4193f5821e66536d6a3a75f03c8";>https://togithub.com/googleapis/google-api-python-client/commit/399252cfd1bed4193f5821e66536d6a3a75f03c8</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>ces:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/2716cb2b0eb0d91686901d5153aa9581d1143bb4";>https://togithub.com/googleapis/google-api-python-client/commit/2716cb2b0eb0d91686901d5153aa9581d1143bb4</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>chat:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/0ae828d973d7bb7f3e6f86bd4338b11b9f3c3e8f";>https://togithub.com/googleapis/google-api-python-client/commit/0ae828d973d7bb7f3e6f86bd4338b11b9f3c3e8f</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>chromemanagement:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/7afd85a6912a8239b3c72ca765db28487348222a";>https://togithub.com/googleapis/google-api-python-client/commit/7afd85a6912a8239b3c72ca765db28487348222a</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>chromewebstore:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/83fbd762d4539251e84ebd6af38a770c73027da7";>https://togithub.com/googleapis/google-api-python-client/commit/83fbd762d4539251e84ebd6af38a770c73027da7</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>cloudbuild:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/c38d7967d2acd8762a0b803592d331c11627f750";>https://togithub.com/googleapis/google-api-python-client/commit/c38d7967d2acd8762a0b803592d331c11627f750</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>clouddeploy:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/28abab7bb30a59f9487cb693ad90799ccaabdf7d";>https://togithub.com/googleapis/google-api-python-client/commit/28abab7bb30a59f9487cb693ad90799ccaabdf7d</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>cloudkms:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/fead0039902e25ada74a65b06d430e8cfa7233f5";>https://togithub.com/googleapis/google-api-python-client/commit/fead0039902e25ada74a65b06d430e8cfa7233f5</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>cloudsupport:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/81e568808c282c0cc8901eed0551bd8b67b5a655";>https://togithub.com/googleapis/google-api-python-client/commit/81e568808c282c0cc8901eed0551bd8b67b5a655</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>composer:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/9a32b295fe297dc5e71cedd65f75e36a128335f5";>https://togithub.com/googleapis/google-api-python-client/commit/9a32b295fe297dc5e71cedd65f75e36a128335f5</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>compute:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/11cd8081390f3cfa005933660534d5336679cff6";>https://togithub.com/googleapis/google-api-python-client/commit/11cd8081390f3cfa005933660534d5336679cff6</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>config:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/d091a431967e3770e9569e5fb5e55097716b1ce9";>https://togithub.com/googleapis/google-api-python-client/commit/d091a431967e3770e9569e5fb5e55097716b1ce9</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>connectors:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/32b237f7393e38201fd2999894d7e6f08afc4819";>https://togithub.com/googleapis/google-api-python-client/commit/32b237f7393e38201fd2999894d7e6f08afc4819</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>contactcenterinsights:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/da22c635c61f623f972f5dc6c4107abd4d15a0ec";>https://togithub.com/googleapis/google-api-python-client/commit/da22c635c61f623f972f5dc6c4107abd4d15a0ec</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>containeranalysis:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/437bae8628635069277f953be2fb11de0f25fe19";>https://togithub.com/googleapis/google-api-python-client/commit/437bae8628635069277f953be2fb11de0f25fe19</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>container:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/3c1532030f7b13ff020152ff2a9ac8f399b787e9";>https://togithub.com/googleapis/google-api-python-client/commit/3c1532030f7b13ff020152ff2a9ac8f399b787e9</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>dataform:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/e5fb813d94b817c0c9a56fff7a6962e73d3463b8";>https://togithub.com/googleapis/google-api-python-client/commit/e5fb813d94b817c0c9a56fff7a6962e73d3463b8</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>datamanager:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/07bb17d43cad08406c8e71e932124af8448a870b";>https://togithub.com/googleapis/google-api-python-client/commit/07bb17d43cad08406c8e71e932124af8448a870b</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>dataplex:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/23f350934e28f38d007d767f4392a77685811484";>https://togithub.com/googleapis/google-api-python-client/commit/23f350934e28f38d007d767f4392a77685811484</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>dataproc:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/a7fcf59c2e438af443ab064c4709f4d3781d9e5e";>https://togithub.com/googleapis/google-api-python-client/commit/a7fcf59c2e438af443ab064c4709f4d3781d9e5e</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>datastream:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/5dfdcf674450bbe44af6fb6ccc6bd7d31b5452f2";>https://togithub.com/googleapis/google-api-python-client/commit/5dfdcf674450bbe44af6fb6ccc6bd7d31b5452f2</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>developerconnect:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/fef9bf7835061f93ea0a8fc7977ee0a7b7aafbc6";>https://togithub.com/googleapis/google-api-python-client/commit/fef9bf7835061f93ea0a8fc7977ee0a7b7aafbc6</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>developerknowledge:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/a4cd9158c18ac61a209c659671721460b3080cfd";>https://togithub.com/googleapis/google-api-python-client/commit/a4cd9158c18ac61a209c659671721460b3080cfd</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>dialogflow:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/d2ef2eb9430ada50181357babc5de143bb7d620d";>https://togithub.com/googleapis/google-api-python-client/commit/d2ef2eb9430ada50181357babc5de143bb7d620d</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>discoveryengine:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/8bada744a9918d20e412a7166bc01a3009bfa793";>https://togithub.com/googleapis/google-api-python-client/commit/8bada744a9918d20e412a7166bc01a3009bfa793</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>displayvideo:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/22d41db20d302eed8257606127b1d9da4e48d195";>https://togithub.com/googleapis/google-api-python-client/commit/22d41db20d302eed8257606127b1d9da4e48d195</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>dlp:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/a6f6a89d23fabc5b1acb399cbf94a4e2f0f5c471";>https://togithub.com/googleapis/google-api-python-client/commit/a6f6a89d23fabc5b1acb399cbf94a4e2f0f5c471</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   <li><strong>domains:</strong> Update the api <a 
href="https://togithub.com/googleapis/google-api-python-client/commit/91394c703ca7914f703991333f30df0925b036c5";>https://togithub.com/googleapis/google-api-python-client/commit/91394c703ca7914f703991333f30df0925b036c5</a>
 (<a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";>ea0e936</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/googleapis/google-api-python-client/commit/bf14134647a9c5c9e7430b0c5034afbcec89a203";><code>bf14134</code></a>
 chore(main): release 2.198.0 (<a 
href="https://redirect.github.com/googleapis/google-api-python-client/issues/2772";>#2772</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c";><code>ea0e936</code></a>
 chore: Update discovery artifacts (<a 
href="https://redirect.github.com/googleapis/google-api-python-client/issues/2771";>#2771</a>)</li>
   <li><a 
href="https://github.com/googleapis/google-api-python-client/commit/348fc8fe6f88baffce730b5996a0ccfcaf8af7ad";><code>348fc8f</code></a>
 chore: migrate samples to google-cloud-python system test infrastructure (<a 
href="https://redirect.github.com/googleapis/google-api-python-client/issues/2768";>#2768</a>)</li>
   <li>See full diff in <a 
href="https://github.com/googleapis/google-api-python-client/compare/v2.197.0...v2.198.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `gitpython` from 3.1.50 to 3.1.55
   <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.55 - Security</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: prevent environment expansion in remote URLs by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2181";>gitpython-developers/GitPython#2181</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.54...3.1.55";>https://github.com/gitpython-developers/GitPython/compare/3.1.54...3.1.55</a></p>
   <h2>3.1.54 - Security</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Harden unsafe Git option validation by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2180";>gitpython-developers/GitPython#2180</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.53...3.1.54";>https://github.com/gitpython-developers/GitPython/compare/3.1.53...3.1.54</a></p>
   <h2>3.1.53 - Security</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat(submodule): add deinit method to Submodule (<a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2014";>#2014</a>)
 by <a href="https://github.com/mvanhorn";><code>@​mvanhorn</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2129";>gitpython-developers/GitPython#2129</a></li>
   <li>typing: introduce sensible basedpyright defaults by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2174";>gitpython-developers/GitPython#2174</a></li>
   <li>fix: make <code>submodule.update()</code> after 
<code>submodule.deinit()</code> work by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2175";>gitpython-developers/GitPython#2175</a></li>
   <li>Fix commit hooks respecting core.hooksPath by <a 
href="https://github.com/Siesta0217";><code>@​Siesta0217</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2159";>gitpython-developers/GitPython#2159</a></li>
   <li>fix: validate config section delimiters by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2176";>gitpython-developers/GitPython#2176</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Siesta0217";><code>@​Siesta0217</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2159";>gitpython-developers/GitPython#2159</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.52...3.1.53";>https://github.com/gitpython-developers/GitPython/compare/3.1.52...3.1.53</a></p>
   <h2>3.1.52 Security</h2>
   <p><a 
href="https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-rwj8-pgh3-r573";>https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-rwj8-pgh3-r573</a>:
 Environment-variable exfiltration via os.path.expandvars() on 
Repo.clone_from() URL</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Skip cross-drive relative config test on Windows by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2171";>gitpython-developers/GitPython#2171</a></li>
   <li>fix: preserve literal clone URLs by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2172";>gitpython-developers/GitPython#2172</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.51...3.1.52";>https://github.com/gitpython-developers/GitPython/compare/3.1.51...3.1.52</a></p>
   <h2>3.1.51 - Security</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add AI-disclosure and quality requirements to the contribution 
guidelines by <a href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2143";>gitpython-developers/GitPython#2143</a></li>
   <li>docs(cmd): clarify Git.execute() string vs list command argument by <a 
href="https://github.com/mvanhorn";><code>@​mvanhorn</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2144";>gitpython-developers/GitPython#2144</a></li>
   <li>Rewrite Git.execute() command parameter docstring per <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2146";>#2146</a>
 by <a href="https://github.com/EliahKagan";><code>@​EliahKagan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2147";>gitpython-developers/GitPython#2147</a></li>
   <li>Document init script behavior with multiple master remotes by <a 
href="https://github.com/EliahKagan";><code>@​EliahKagan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2148";>gitpython-developers/GitPython#2148</a></li>
   <li>Bump git/ext/gitdb from <code>335c0f6</code> to <code>0a019a2</code> by 
<a href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in 
<a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2149";>gitpython-developers/GitPython#2149</a></li>
   <li>Support relative worktree paths (git 2.48+ worktree.useRelativePaths) by 
<a href="https://github.com/elovelan";><code>@​elovelan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2151";>gitpython-developers/GitPython#2151</a></li>
   <li>Defer xfail condition evaluation with xfail_if_raises context manager by 
<a href="https://github.com/elovelan";><code>@​elovelan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2153";>gitpython-developers/GitPython#2153</a></li>
   <li>Run more submodule tests on Cygwin (fix flaky xfails) by <a 
href="https://github.com/EliahKagan";><code>@​EliahKagan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2154";>gitpython-developers/GitPython#2154</a></li>
   <li>Cut xtrace noise from POSIX-ownership diagnostic steps by <a 
href="https://github.com/EliahKagan";><code>@​EliahKagan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2156";>gitpython-developers/GitPython#2156</a></li>
   <li>Support index diffs against the empty tree by <a 
href="https://github.com/puneetdixit200";><code>@​puneetdixit200</code></a> in 
<a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2155";>gitpython-developers/GitPython#2155</a></li>
   <li>refactor: seperate out Progress type by <a 
href="https://github.com/LoeschMaximilian";><code>@​LoeschMaximilian</code></a> 
in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2157";>gitpython-developers/GitPython#2157</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/681c82c9c296f934635c81fa8294d4b6b6791b7e";><code>681c82c</code></a>
 prepare release</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/e227e018661f6ff9569e2e161c326a14c6293571";><code>e227e01</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2181";>#2181</a>
 from gitpython-developers/fix-env-var-exfiltration</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/863417457a0633db7ea5aed4fd01e0b291a41162";><code>8634174</code></a>
 fix: prevent environment expansion in remote URLs</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/e59d9bab02b095a97e179f47019afee95f4e3c18";><code>e59d9ba</code></a>
 prepare next release</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/a4dc70d4eec15825aac2dfd7484c961f6fc8491b";><code>a4dc70d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2180";>#2180</a>
 from gitpython-developers/single-char-kwarg</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/1d51b891d7f236044a6aa17498ec682b63dad6e6";><code>1d51b89</code></a>
 fix: guard diff output options</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/ffcb5359e87619f4fe4a70a4aff5f08c5580ba97";><code>ffcb535</code></a>
 fix: reject unsafe clone templates</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/e8d0fbf774d1f6baa3b481adfe48bd262e43b453";><code>e8d0fbf</code></a>
 fix: validate split short-option values</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/faf3c09038b03bc2bdd8545ef34bbf6d7f1cd11f";><code>faf3c09</code></a>
 prepare for security fix</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/6a5eb6a53407cfd7964447fa417d73a7ab32e700";><code>6a5eb6a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2176";>#2176</a>
 from gitpython-developers/fix-config-injection</li>
   <li>Additional commits viewable in <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.50...3.1.55";>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.5 to 0.4.10
   <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.10</h2>
   <h2>Release Notes</h2>
   <p>Released on 2026-07-16.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Add PHP language support (<a 
href="https://redirect.github.com/j178/prek/pull/2314";>#2314</a>)</li>
   <li>Add freeze option to update settings (<a 
href="https://redirect.github.com/j178/prek/pull/2323";>#2323</a>)</li>
   <li>Add tag filters to update configuration (<a 
href="https://redirect.github.com/j178/prek/pull/2354";>#2354</a>)</li>
   <li>Identify 'mts' and 'cts' as TypeScript files (<a 
href="https://redirect.github.com/j178/prek/pull/2209";>#2209</a>)</li>
   <li>Publish Alpine Docker images (<a 
href="https://redirect.github.com/j178/prek/pull/2352";>#2352</a>)</li>
   <li>Support builtin and meta in try-repo (<a 
href="https://redirect.github.com/j178/prek/pull/2350";>#2350</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix Python discovery order (<a 
href="https://redirect.github.com/j178/prek/pull/2348";>#2348</a>)</li>
   <li>Fix Windows progress rendering (<a 
href="https://redirect.github.com/j178/prek/pull/2328";>#2328</a>)</li>
   <li>Preserve configured repo values for updates (<a 
href="https://redirect.github.com/j178/prek/pull/2324";>#2324</a>)</li>
   <li>Scope synthetic <code>GIT_WORK_TREE</code> to git commands (<a 
href="https://redirect.github.com/j178/prek/pull/2356";>#2356</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Expand common workflows guide (<a 
href="https://redirect.github.com/j178/prek/pull/2351";>#2351</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.10</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.10/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.10/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.10</h2>
   <!-- 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.10</h2>
   <p>Released on 2026-07-16.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Add PHP language support (<a 
href="https://redirect.github.com/j178/prek/pull/2314";>#2314</a>)</li>
   <li>Add freeze option to update settings (<a 
href="https://redirect.github.com/j178/prek/pull/2323";>#2323</a>)</li>
   <li>Add tag filters to update configuration (<a 
href="https://redirect.github.com/j178/prek/pull/2354";>#2354</a>)</li>
   <li>Identify 'mts' and 'cts' as TypeScript files (<a 
href="https://redirect.github.com/j178/prek/pull/2209";>#2209</a>)</li>
   <li>Publish Alpine Docker images (<a 
href="https://redirect.github.com/j178/prek/pull/2352";>#2352</a>)</li>
   <li>Support builtin and meta in try-repo (<a 
href="https://redirect.github.com/j178/prek/pull/2350";>#2350</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix Python discovery order (<a 
href="https://redirect.github.com/j178/prek/pull/2348";>#2348</a>)</li>
   <li>Fix Windows progress rendering (<a 
href="https://redirect.github.com/j178/prek/pull/2328";>#2328</a>)</li>
   <li>Preserve configured repo values for updates (<a 
href="https://redirect.github.com/j178/prek/pull/2324";>#2324</a>)</li>
   <li>Scope synthetic <code>GIT_WORK_TREE</code> to git commands (<a 
href="https://redirect.github.com/j178/prek/pull/2356";>#2356</a>)</li>
   </ul>
   <h3>Documentation</h3>
   <ul>
   <li>Expand common workflows guide (<a 
href="https://redirect.github.com/j178/prek/pull/2351";>#2351</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <ul>
   <li><a href="https://github.com/j178";><code>@​j178</code></a></li>
   </ul>
   <h2>0.4.9</h2>
   <p>Released on 2026-07-11.</p>
   <p>Note: This release changes the repository identity schema stored in 
cached hook environments. Existing
   hook environments will be invalidated, and prek will reinstall them 
automatically when needed.</p>
   <h3>Enhancements</h3>
   <ul>
   <li>Preserve additional dependency order (<a 
href="https://redirect.github.com/j178/prek/pull/2311";>#2311</a>)</li>
   <li>Remove parallel Ruby gem installation (<a 
href="https://redirect.github.com/j178/prek/pull/2307";>#2307</a>)</li>
   <li>Warn for missing update repositories (<a 
href="https://redirect.github.com/j178/prek/pull/2316";>#2316</a>)</li>
   </ul>
   <h3>Bug fixes</h3>
   <ul>
   <li>Fix mixed workspace selectors (<a 
href="https://redirect.github.com/j178/prek/pull/2306";>#2306</a>)</li>
   <li>Fix try-repo local path resolution (<a 
href="https://redirect.github.com/j178/prek/pull/2310";>#2310</a>)</li>
   <li>Use resolved gem executable (<a 
href="https://redirect.github.com/j178/prek/pull/2308";>#2308</a>)</li>
   <li>Validate complete XML documents in check-xml (<a 
href="https://redirect.github.com/j178/prek/pull/2312";>#2312</a>)</li>
   </ul>
   <h3>Contributors</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/j178/prek/commit/b45e6710082ed28943c96268d0ea99026dbb13ba";><code>b45e671</code></a>
 Bump version to 0.4.10 (<a 
href="https://redirect.github.com/j178/prek/issues/2358";>#2358</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/0cf3be5280613835759de9912ec57eb724d3db22";><code>0cf3be5</code></a>
 Scope synthetic <code>GIT_WORK_TREE</code> to git commands (<a 
href="https://redirect.github.com/j178/prek/issues/2356";>#2356</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/0265dddfff97f1be7fcf3aaeefdeeb12572473de";><code>0265ddd</code></a>
 Add tag filters to update configuration (<a 
href="https://redirect.github.com/j178/prek/issues/2354";>#2354</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/dcfa91b31b3b165bee4bc472291aadaf7910069f";><code>dcfa91b</code></a>
 Publish Alpine Docker images (<a 
href="https://redirect.github.com/j178/prek/issues/2352";>#2352</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/1e0b2c108458e781c827695bd075406a13f15cb6";><code>1e0b2c1</code></a>
 Expand common workflows guide (<a 
href="https://redirect.github.com/j178/prek/issues/2351";>#2351</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/753e13c4fe94d83695da6bc16f2939770c9aa219";><code>753e13c</code></a>
 Support builtin and meta in try-repo (<a 
href="https://redirect.github.com/j178/prek/issues/2350";>#2350</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/1e2abfb81f5213990413f222ad4d7444af430518";><code>1e2abfb</code></a>
 Fix Python discovery order (<a 
href="https://redirect.github.com/j178/prek/issues/2348";>#2348</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/ec15d683e1b9bd8e265d92d7116bf19b574fedc9";><code>ec15d68</code></a>
 Update Rust crate indicatif to v0.18.6 (<a 
href="https://redirect.github.com/j178/prek/issues/2330";>#2330</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/ba4939a4856803ea1c4b886d5c8b3b9ba19df74a";><code>ba4939a</code></a>
 Update Rust crate fs-err to v3.3.1 (<a 
href="https://redirect.github.com/j178/prek/issues/2329";>#2329</a>)</li>
   <li><a 
href="https://github.com/j178/prek/commit/e43acba74e33728d30277a2c229eaed1def17b49";><code>e43acba</code></a>
 Improve contribution templates (<a 
href="https://redirect.github.com/j178/prek/issues/2347";>#2347</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/j178/prek/compare/v0.4.5...v0.4.10";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tqdm` from 4.68.3 to 4.69.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.69.0 stable</h2>
   <ul>
   <li>add <code>tqdm.asyncio.gather(..., return_exceptions=False)</code> (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1776";>#1776</a>, <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1671";>#1671</a> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1286";>#1286</a>)</li>
   <li>misc minor framework updates
   <ul>
   <li>bump workflow actions &amp; pre-commit hooks</li>
   </ul>
   </li>
   </ul>
   <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> &lt;- <a 
href="https://redirect.github.com/tqdm/tqdm/issues/1654";>#1654</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/6ab24dcc5df910044f1f6e0685f95dbf9cd424f3";><code>6ab24dc</code></a>
 bump version, workflow actions, pre-commit hooks</li>
   <li><a 
href="https://github.com/tqdm/tqdm/commit/99615b978702dcf61986de62dfd252d82720af76";><code>99615b9</code></a>
 asyncio: add gather(return_exceptions=False) (<a 
href="https://redirect.github.com/tqdm/tqdm/issues/1776";>#1776</a>)</li>
   <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.69.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `boto3` from 1.43.34 to 1.43.55
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/boto/boto3/commit/2a09bb61f3d89224a4d9ceea1ac25320052d8592";><code>2a09bb6</code></a>
 Merge branch 'release-1.43.55'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/ffe76ba3d1fd3c8b65d4622325f64ac9c744084a";><code>ffe76ba</code></a>
 Bumping version to 1.43.55</li>
   <li><a 
href="https://github.com/boto/boto3/commit/74d20c986a904773fe1b29e0773c9ba7e9c9582c";><code>74d20c9</code></a>
 Add changelog entries from botocore</li>
   <li><a 
href="https://github.com/boto/boto3/commit/c073381321bd3816f1af247b7e914b306597d939";><code>c073381</code></a>
 Merge branch 'release-1.43.54'</li>
   <li><a 
href="https://github.com/boto/boto3/commit/5e554e5a627172ba5ea27e04991ea03d62b293f2";><code>5e554e5</code></a>
 Merge branch 'release-1.43.54' into develop</li>
   <li><a 
href="https://github.com/boto/boto3/commit/2ad1683fd0c19f995e073ab4ebc1c4b1c465eb90";><code>2ad1683</code></a>
 Bumping version to 1.43.54</li>
   <li><a 
href="https://github.com/boto/boto3/commit/c613376945fa5c42bd2fbf266a17355863d929b2";><code>c613376</code></a>
 Add changelog entries from botocore</li>
   <li><a 
href="https://github.com/boto/boto3/commit/a939926a123d97bd842ffc6ec4a0affc35bf3d42";><code>a939926</code></a>
 Bump zizmorcore/zizmor-action in the github-actions group (<a 
href="https://redirect.github.com/boto/boto3/issues/4819";>#4819</a>)</li>
   <li><a 
href="https://github.com/boto/boto3/commit/b6042c3698a7d62da6159077fcbe984c0b02902d";><code>b6042c3</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/4820";>#4820</a>)</li>
   <li><a 
href="https://github.com/boto/boto3/commit/d554104c35b28db00b8da474dc4d56a0703da31d";><code>d554104</code></a>
 Merge branch 'release-1.43.53'</li>
   <li>Additional commits viewable in <a 
href="https://github.com/boto/boto3/compare/1.43.34...1.43.55";>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