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

   Bumps [distlib](https://github.com/pypa/distlib) from 0.3.1 to 0.3.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pypa/distlib/releases";>distlib's releases</a>.</em></p>
   <blockquote>
   <h2>Bug-fix / Minor Enhancements Release</h2>
   <ul>
   <li>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/175";>#175</a>: 
Updated launcher executables to better handle the relationship between launcher 
and child process in the Job API.</li>
   </ul>
   <p>Though no changes have been made to <code>distlib</code> code since the 
previous release, this release is to facilitate vendoring into 
<code>pip</code>.</p>
   <p>Releases are normally signed using a GnuPG key with the user id <a 
href="https://github.com/pypa/distlib/blob/HEAD/mailto:vinay_sajip%40yahoo.co.uk";>[email protected]</a>
 and the following fingerprint:</p>
   <p>CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86</p>
   <h2>Bug-fix / Minor Enhancements Release</h2>
   <ul>
   <li>
   <p>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/161";>#161</a>: 
Updated test case.</p>
   </li>
   <li>
   <p>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/164";>#164</a>: 
Improved support for reproducible builds by allowing a fixed
   date/time to be inserted into created .exe files. Thanks to Somber Night for 
the
   patch.</p>
   </li>
   <li>
   <p>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/169";>#169</a>: 
Removed usage of deprecated imp module in favour of importlib.</p>
   </li>
   <li>
   <p>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/170";>#170</a>: 
Corrected implementation of <code>get_required_dists()</code>.</p>
   </li>
   <li>
   <p>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/172";>#172</a>: 
Compute ABI correctly for Python &lt; 3.8.</p>
   </li>
   <li>
   <p>Changed the default locator configuration.</p>
   </li>
   <li>
   <p>Made updates in support of PEP 643 / Metadata 2.2.</p>
   </li>
   <li>
   <p>Updated launcher executables. Thanks to Michael Bikovitsky for his help 
with
   the launcher changes.</p>
   </li>
   <li>
   <p>Updated to write archive path of RECORD to RECORD instead of staging path.
   Thanks to Pieter Pas for the patch.</p>
   </li>
   </ul>
   <p>Releases are normally signed using a GnuPG key with the user id <a 
href="https://github.com/pypa/distlib/blob/HEAD/mailto:vinay_sajip%40yahoo.co.uk";>[email protected]</a>
 and the following fingerprint:</p>
   <p>CA74 9061 914E AC13 8E66 EADB 9147 B477 339A 9B86</p>
   <h2>Bug-fix / Minor Enhancements Release</h2>
   <ul>
   <li>
   <p>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/153";>#153</a>: 
Raise warnings in <code>get_distributions()</code> if bad metadata seen, but 
keep going.</p>
   </li>
   <li>
   <p>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/154";>#154</a>: 
Determine Python versions correctly for Python &gt;= 3.10.</p>
   </li>
   <li>
   <p>Updated launcher executables with changes to handle duplication logic.</p>
   </li>
   </ul>
   <p>Code relating to support for Python 2.6 was also removed (support for 
Python 2.6 was dropped in an earlier release, but supporting code wasn't 
removed until now).</p>
   </blockquote>
   </details>
   <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.3.6</p>
   <pre><code>
   Released: 2022-08-26
   <ul>
   <li>
   <p>scripts</p>
   <ul>
   <li>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/175";>#175</a>: 
Updated launcher executables to better handle the relationship
   between launcher and child process in the Job API.</li>
   </ul>
   </li>
   </ul>
   <p>0.3.5
   </code></pre></p>
   <p>Released: 2022-07-14</p>
   <ul>
   <li>
   <p>database</p>
   <ul>
   <li>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/170";>#170</a>: 
Corrected implementation of <code>get_required_dists()</code>.</li>
   </ul>
   </li>
   <li>
   <p>index</p>
   <ul>
   <li>Updated coverage pragmas for tests relating to obsolete PyPI APIs.</li>
   </ul>
   </li>
   <li>
   <p>locators</p>
   <ul>
   <li>Changed the default locator configuration.</li>
   </ul>
   </li>
   <li>
   <p>metadata</p>
   <ul>
   <li>Updates in support of PEP 643 / Metadata 2.2.</li>
   </ul>
   </li>
   <li>
   <p>scripts</p>
   <ul>
   <li>
   <p>Updated launcher executables. Thanks to Michael Bikovitsky for his help 
with
   the launcher changes.</p>
   </li>
   <li>
   <p>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/164";>#164</a>: 
Improved support for reproducible builds by allowing a fixed
   date/time to be inserted into created .exe files. Thanks to Somber Night for 
the
   patch.</p>
   </li>
   </ul>
   </li>
   <li>
   <p>util</p>
   <ul>
   <li>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/161";>#161</a>: 
Updated test case.</li>
   </ul>
   </li>
   <li>
   <p>wheel</p>
   <ul>
   <li>
   <p>Updated to write archive path of RECORD to RECORD instead of staging path.
   Thanks to Pieter Pas for the patch.</p>
   </li>
   <li>
   <p>Fixed <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/169";>#169</a>: 
Removed usage of deprecated imp module in favour of importlib.</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/598503bf2cf8b5b0b0126dd73958b54dac0edd6f";><code>598503b</code></a>
 Changes for 0.3.6.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/f00fce9a7a1514cf8f6e308ae2923fe365c55db3";><code>f00fce9</code></a>
 Fix <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/178";>#178</a>: 
Update links for CI and coverage results.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/37882590191d2c53a2708853e0a6ec33dcecf24e";><code>3788259</code></a>
 Fix <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/177";>#177</a>: 
Update documentation on how to run the unit tests.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/37df85a61ead2ea2dc48d0e06f7bfe2f209a982c";><code>37df85a</code></a>
 Update launchers with improved control key/message handling.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/52de2259c53ee5b8afe7a40cccaa78f718d2b3be";><code>52de225</code></a>
 Fix <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/175";>#175</a>: 
Update launchers with improved job setup logic.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/1e1c8f2c76d0fd7d03bc20ef73f8eadc5aa791ab";><code>1e1c8f2</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/pypa/distlib/issues/176";>#176</a> 
from webknjaz/patch-1 - improve description.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/7d15249f4a12deda8da9426b25f37b5d15c03fad";><code>7d15249</code></a>
 Source meta long description from the README file</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/91aa92e64ee5d5005901907eaa340a72f18d7212";><code>91aa92e</code></a>
 Bump version.</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/3a677032324daa551bc91d4b3dda3ae6b3821346";><code>3a67703</code></a>
 Added tag 0.3.5 for changeset 7ff5aaf4bbbf</li>
   <li><a 
href="https://github.com/pypa/distlib/commit/65073faae3257ec95312a0dec0a36f6e56742715";><code>65073fa</code></a>
 Update documentation and change log.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pypa/distlib/compare/0.3.1...0.3.6";>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.1&new-version=0.3.6)](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 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: [email protected]

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

Reply via email to