-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit fcc1d75
authored
chore(deps-dev): Update pep8-naming requirement from 0.15.0 to 0.15.1 (#896)
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.1</h2>
<ul>
<li>N808 now allows type variable names to start with an
underscore.</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>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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>See full diff in <a
href="https://github.com/PyCQA/pep8-naming/compare/0.15.0...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`.
[//]: # (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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e33f80e commit fcc1d75Copy full SHA for fcc1d75
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 | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
0 commit comments