[wpt-sync] Sync PR 52349 - Bump pep8-naming from 0.13.3 to 0.15.1 in /tools
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 52349 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/52349
Details from upstream follow.
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:
Bump pep8-naming from 0.13.3 to 0.15.1 in /tools
Bumps pep8-naming from 0.13.3 to 0.15.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/PyCQA/pep8-naming/releases">pep8-naming's releases</a>.</em></p>
<blockquote>
<h2>0.15.1</h2>
<ul>
<li>N808 now allows type variable names to start with an underscore.</li>
</ul>
<h2>0.15.0</h2>
<ul>
<li>Add support for Python 3.13.</li>
<li>Drop support for Python 3.8.</li>
<li>N808 checks type variable names use the CapWords convention and have an appropriate suffix.</li>
</ul>
<h2>0.14.1</h2>
<ul>
<li>Require Python 3.8 or later.</li>
</ul>
<h2>0.14.0</h2>
<ul>
<li>Drop support for Python 3.7.</li>
<li>Add support for Python 3.12.</li>
<li>Ignore methods decorated by <code>@typing.override</code>.</li>
<li>Perform case-sensitive <code>ignore-names</code> globbing on all platforms.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst">pep8-naming's changelog</a>.</em></p>
<blockquote>
<h2>0.15.1 - 2025-05-05</h2>
<ul>
<li>N808 now allows type variable names to start with an underscore.</li>
</ul>
<h2>0.15.0 - 2025-04-29</h2>
<ul>
<li>Add support for Python 3.13.</li>
<li>Drop support for Python 3.8.</li>
<li>N808 checks type variable names use the CapWords convention and have an appropriate suffix.</li>
</ul>
<h2>0.14.1 - 2024-05-17</h2>
<ul>
<li>Require Python 3.8 or later.</li>
</ul>
<h2>0.14.0 - 2024-05-16</h2>
<ul>
<li>Drop support for Python 3.7.</li>
<li>Add support for Python 3.12.</li>
<li>Ignore methods decorated by <code>@typing.override</code>.</li>
<li>Perform case-sensitive <code>ignore-names</code> globbing on all platforms.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PyCQA/pep8-naming/commit/77b5e964f3099638356ca93f4daf509013cd5be0"><code>77b5e96</code></a> Prepare the 0.15.1 release (<a href="https://redirect.github.com/PyCQA/pep8-naming/issues/248">#248</a>)</li>
<li><a href="https://github.com/PyCQA/pep8-naming/commit/9c83095007cd0846e3316998c4f481b8c74a6ee5"><code>9c83095</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/pep8-naming/issues/246">#246</a> from PyCQA/typevar-prefix</li>
<li><a href="https://github.com/PyCQA/pep8-naming/commit/f60a0633dcc36112e642d91700c9d8e6c100cbed"><code>f60a063</code></a> Only support a single leading underscore</li>
<li><a href="https://github.com/PyCQA/pep8-naming/commit/596b659aa4b6c6d2a7d40b733a5c08b58370c963"><code>596b659</code></a> Allow TypeVar names to start with underscores</li>
<li><a href="https://github.com/PyCQA/pep8-naming/commit/a6be8396cfa16e5bfeadb0fe70de84d832464e0d"><code>a6be839</code></a> Prepare the 0.15.0 release (<a href="https://redirect.github.com/PyCQA/pep8-naming/issues/244">#244</a>)</li>
<li><a href="https://github.com/PyCQA/pep8-naming/commit/d4e33d0d065e86fa0c34925d41321b9ad00fc6c2"><code>d4e33d0</code></a> FunctionType typing improvements (<a href="https://redirect.github.com/PyCQA/pep8-naming/issues/243">#243</a>)</li>
<li><a href="https://github.com/PyCQA/pep8-naming/commit/93dee193c7fb87c53879ac240e47185e0f40a4b0"><code>93dee19</code></a> Type 'parents' as Sequence (<a href="https://redirect.github.com/PyCQA/pep8-naming/issues/242">#242</a>)</li>
<li><a href="https://github.com/PyCQA/pep8-naming/commit/95db1bc36036aff97d2d5e05ba968f697c8d51dc"><code>95db1bc</code></a> Add a fast path for NameSets without wildcards (<a href="https://redirect.github.com/PyCQA/pep8-naming/issues/241">#241</a>)</li>
<li><a href="https://github.com/PyCQA/pep8-naming/commit/bc1a7e4f2124a5d4aa11568512858088ee821dd0"><code>bc1a7e4</code></a> Refactor ignored name handling (<a href="https://redirect.github.com/PyCQA/pep8-naming/issues/240">#240</a>)</li>
<li><a href="https://github.com/PyCQA/pep8-naming/commit/77da1528cfb6c627b97f956b4f36ee1422a4e2ce"><code>77da152</code></a> Use <strong>init_subclass</strong> for subclass registration (<a href="https://redirect.github.com/PyCQA/pep8-naming/issues/237">#237</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/PyCQA/pep8-naming/compare/0.13.3...0.15.1">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.
<details>
<summary>Dependabot commands and options</summary>
<br />You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)</details>
Description
•