-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit 036eb76
chore(deps-dev): update pep8-naming requirement from 0.14.1 to 0.15.1 (#811)
Updates the requirements on
[pep8-naming](https://github.com/PyCQA/pep8-naming) to permit the latest
version.
<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.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>
</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.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>
<h2>0.13.3 - 2022-12-19</h2>
<ul>
<li>Formally require flake8 5.0.0 or later.</li>
<li>Add support for Python 3.11.</li>
</ul>
<h2>0.13.2 - 2022-08-19</h2>
<ul>
<li>Formally require Python 3.7 or later using
<code>python_requires</code>.</li>
</ul>
<h2>0.13.1 - 2022-07-15</h2>
<ul>
<li>Fix warnings related to deprecated options syntax.</li>
</ul>
<h2>0.13.0 - 2022-06-22</h2>
<ul>
<li>
<p>Python 3.7 or later is now required.</p>
</li>
<li>
<p><code>setUpModule</code> and <code>tearDownModule</code> are now
exempted by default.</p>
</li>
</ul>
<h2>0.12.1 - 2021-08-06</h2>
<ul>
<li>Fix potential stack exhaustion in the N818 check.</li>
</ul>
<h2>0.12.0 - 2021-07-06</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a
href="https://github.com/PyCQA/pep8-naming/commit/0308d091562d5469b84bde2fd769e080d49d52bb"><code>0308d09</code></a>
Drop support for Python 3.8 (<a
href="https://redirect.github.com/PyCQA/pep8-naming/issues/238">#238</a>)</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/87009a842fbf2f626a1fce2359c9c18b37bbb87b"><code>87009a8</code></a>
Move TypeVar checks to their our class (<a
href="https://redirect.github.com/PyCQA/pep8-naming/issues/239">#239</a>)</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/b1cdbf4e37f46554112c907597489f051e939d21"><code>b1cdbf4</code></a>
Add support for Python 3.13 (<a
href="https://redirect.github.com/PyCQA/pep8-naming/issues/236">#236</a>)</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/57494e2d6edb40a77c1a278224d5f717efe3961e"><code>57494e2</code></a>
Add support for type variable name convention check (<a
href="https://redirect.github.com/PyCQA/pep8-naming/issues/235">#235</a>)</li>
<li>See full diff in <a
href="https://github.com/PyCQA/pep8-naming/compare/0.14.1...0.15.0">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 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] <support@github.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Kowalleck <jan.kowalleck@gmail.com>1 parent cb1a359 commit 036eb76Copy full SHA for 036eb76
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
|
0 commit comments