Skip to content

Commit

Permalink
Bump distlib from 0.3.7 to 0.3.8 (#8838)
Browse files Browse the repository at this point in the history
Bumps [distlib](https://github.com/pypa/distlib) from 0.3.7 to 0.3.8.
<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.8</p>
<pre><code>
Released: 2023-12-12
<ul>
<li>
<p>markers</p>
<ul>
<li>Fix <a
href="https://redirect.github.com/pypa/distlib/issues/209">#209</a>: use
legacy version implementation for Python versions.</li>
</ul>
</li>
<li>
<p>tests</p>
<ul>
<li>
<p>Fix <a
href="https://redirect.github.com/pypa/distlib/issues/204">#204</a>: use
symlinks in venv creation during test.</p>
</li>
<li>
<p>Fix <a
href="https://redirect.github.com/pypa/distlib/issues/208">#208</a>:
handle deprecation removals in Python 3.13.
</code></pre></p>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/distlib/commit/ab5f8e797fbc56a0e3488bba68d05e7a602cb63f"><code>ab5f8e7</code></a>
Changes for 0.3.8.</li>
<li><a
href="https://github.com/pypa/distlib/commit/86bb2124476e1700a55fcc08135435261e61164f"><code>86bb212</code></a>
Update change log.</li>
<li><a
href="https://github.com/pypa/distlib/commit/488599f4fdb71d572e99df93254ac0dc23d0fd41"><code>488599f</code></a>
Updates based on flake8 checks.</li>
<li><a
href="https://github.com/pypa/distlib/commit/0e261af798199a652633e1aa38523d3d3a828f61"><code>0e261af</code></a>
Use legacy version implementation for Python itself.</li>
<li><a
href="https://github.com/pypa/distlib/commit/8242f393f2bf525adc8fd4fffcc9dadce97f0f85"><code>8242f39</code></a>
Update copyright years.</li>
<li><a
href="https://github.com/pypa/distlib/commit/e27569b02d9718c19ece71ce6d5124b967277399"><code>e27569b</code></a>
Fix <a
href="https://redirect.github.com/pypa/distlib/issues/208">#208</a>:
Handle deprecation removals in Python 3.13.</li>
<li><a
href="https://github.com/pypa/distlib/commit/65a014b0b199d23bb6745450973a6f8162d05c1c"><code>65a014b</code></a>
Update requirements and CI matrix.</li>
<li><a
href="https://github.com/pypa/distlib/commit/124108a2d94156b494d8900a7c0cc9c2ed8bc03a"><code>124108a</code></a>
Skip test for non-final Python versions.</li>
<li><a
href="https://github.com/pypa/distlib/commit/ff48e09e9b5f8588145e22f5b7c51b361eb1fcfe"><code>ff48e09</code></a>
Fix <a
href="https://redirect.github.com/pypa/distlib/issues/206">#206</a>:
include tox.ini in sdist.</li>
<li><a
href="https://github.com/pypa/distlib/commit/eeaa18ddeae5c290308d4402ee1891cb9849bc60"><code>eeaa18d</code></a>
Fix <a
href="https://redirect.github.com/pypa/distlib/issues/204">#204</a>: Use
symlinks in venv creation during test.</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/distlib/compare/0.3.7...0.3.8">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.3.8)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 9af8919 commit 57b958e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cryptography==43.0.0
# via
# pyjwt
# trustme
distlib==0.3.7
distlib==0.3.8
# via virtualenv
docutils==0.20.1
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ click==8.1.6
# typer
cryptography==43.0.0
# via trustme
distlib==0.3.7
distlib==0.3.8
# via virtualenv
exceptiongroup==1.1.2
# via pytest
Expand Down

0 comments on commit 57b958e

Please sign in to comment.