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

   Bumps [distlib](https://github.com/pypa/distlib) from 0.3.7 to 0.4.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pypa/distlib/blob/master/CHANGES.rst";>distlib's 
changelog</a>.</em></p>
   <blockquote>
   <p>0.4.0</p>
   <pre><code>
   Released: 2025-07-17
   <ul>
   <li>
   <p>markers</p>
   <ul>
   <li>Add the <code>interpret_parsed</code> function.</li>
   </ul>
   </li>
   <li>
   <p>wheel</p>
   <ul>
   <li>
   <p>Fix <a 
href="https://redirect.github.com/pypa/distlib/issues/238";>#238</a>: Add build 
tag to wheel metadata if specified.</p>
   </li>
   <li>
   <p>Fix <a 
href="https://redirect.github.com/pypa/distlib/issues/243";>#243</a>: Update to 
support free-threading version of Python (3.13t).</p>
   </li>
   <li>
   <p>Fix <a 
href="https://redirect.github.com/pypa/distlib/issues/246";>#246</a>: Support 
subdirectories in the dist-info directory. Thanks to Pieter P for the patch.</p>
   </li>
   <li>
   <p>Fix <a 
href="https://redirect.github.com/pypa/distlib/issues/248";>#248</a>: Fix path 
normalisation issue caused by the fix for <a 
href="https://redirect.github.com/pypa/distlib/issues/246";>#246</a>.</p>
   </li>
   <li>
   <p>Move import in script wrapper to &quot;if <strong>name</strong> == 
'main'&quot; clause.</p>
   </li>
   </ul>
   </li>
   <li>
   <p>tests</p>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/pypa/distlib/issues/245";>#245</a>: Skip 
test_package_data if a SKIP_EXT_PACKAGE_DATA environment variable is 
present.</li>
   </ul>
   </li>
   </ul>
   <p>0.3.9
   </code></pre></p>
   <p>Released: 2024-10-09</p>
   <ul>
   <li>
   <p>scripts</p>
   <ul>
   <li>
   <p>Merge <a 
href="https://redirect.github.com/pypa/distlib/issues/215";>#215</a>: preload 
script wrappers on Windows to assist with a pip issue (thanks,
   Paul Moore).</p>
   </li>
   <li>
   <p>Fix <a 
href="https://redirect.github.com/pypa/distlib/issues/220";>#220</a>: Remove 
duplicated newline in shebang of windows launcher (thanks. A2uria).</p>
   </li>
   <li>
   <p>Fix <a 
href="https://redirect.github.com/pypa/distlib/issues/230";>#230</a>: Add 
handling for cross-compilation environments (thanks, Russell Keith-Magee).</p>
   </li>
   </ul>
   </li>
   <li>
   <p>util</p>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/pypa/distlib/issues/224";>#224</a>: Do not use 
the absolute path to cache wheel extensions (thanks, Stewart Miles).</li>
   </ul>
   </li>
   <li>
   <p>wheel</p>
   <ul>
   <li>
   <p>Fix <a 
href="https://redirect.github.com/pypa/distlib/issues/222";>#222</a>: Support 
mounting wheels that use extensions without an EXTENSIONS file (thanks,
   Stewart Miles).</p>
   </li>
   <li>
   <p>Fix <a 
href="https://redirect.github.com/pypa/distlib/issues/225";>#225</a>: Add 
support for wheel compatibility with the limited API (thanks, Stewart 
Miles).</p>
   </li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pypa/distlib/commit/aff2cbbc4e8a87b9440cb93472789a213813dbd6";><code>aff2cbb</code></a>
 Finalise version.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/3716c4bcccac19d0c0f2ce0d1272dd33996381b5";><code>3716c4b</code></a>
 Update change log, widen exception catching in test.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/660bd337bf3217a7bd907c2ba8a2f8dd291ac793";><code>660bd33</code></a>
 Changes for 0.4.0.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/56b4ad938455048fc79e599d369e02a1414e9946";><code>56b4ad9</code></a>
 Guard script wrapper entrypoint import with if <strong>main</strong> (<a 
href="https://redirect.github.com/pypa/distlib/issues/242";>#242</a>)</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/fe573669087cb1109fb0cc249bf0e06a5461324c";><code>fe57366</code></a>
 docs: update coverage results link (<a 
href="https://redirect.github.com/pypa/distlib/issues/250";>#250</a>)</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/c3286e508bb60cd2337408d88eb614a93b612d8c";><code>c3286e5</code></a>
 Temporarily exclude 3.13t on windows-latest.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/e6b83d3b0eeb11d8e7b053f11139d15aab89d196";><code>e6b83d3</code></a>
 Normalize archive paths in dist-info (<a 
href="https://redirect.github.com/pypa/distlib/issues/248";>#248</a>)</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/93baffeaa1773796d802bb761607a6466790dcba";><code>93baffe</code></a>
 Skip no-longer-relevant test.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/83f656836f4b6d8175172fcb8370fbee691f2bec";><code>83f6568</code></a>
 Support subdirectories in .dist-info (fixes <a 
href="https://redirect.github.com/pypa/distlib/issues/246";>#246</a>) (<a 
href="https://redirect.github.com/pypa/distlib/issues/247";>#247</a>)</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/f918abd5d20879041704f9d719533b213a55ad48";><code>f918abd</code></a>
 Update <code>test_wheel.WheelTestCase.test_abi</code> for freethreading (<a 
href="https://redirect.github.com/pypa/distlib/issues/244";>#244</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pypa/distlib/compare/0.3.7...0.4.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=distlib&package-manager=pip&previous-version=0.3.7&new-version=0.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to