Skip to content

Commit

Permalink
chore(deps-dev): Update pep8-naming requirement from 0.13.3 to 0.14.1 (
Browse files Browse the repository at this point in the history
…#744)

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.14.1</h2>
<ul>
<li>Require Python 3.8 or later.</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.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>
<ul>
<li>
<p>flake8 3.9.1 or later is now required.</p>
</li>
<li>
<p>N818 checks exception class names for an &quot;Error&quot; suffix
(disabled by default).</p>
</li>
<li>
<p><code>asyncSetUp</code> and <code>asyncTearDown</code> are now
exempted by default.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/f0edf20bd88cbd0950240ebeeea4fe6f4d90a094"><code>f0edf20</code></a>
Prepare the 0.14.1 release</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/b652e8f72b1352d4915a69e1d45a308da05e8dba"><code>b652e8f</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/pep8-naming/issues/231">#231</a>
from PyCQA/sigmavirus24-patch-1</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/a960999da40e598c0bd6b5de099fcad2f5c0d5ac"><code>a960999</code></a>
Fix python_version</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/94517379f5993e1f0f8e79c379ebcc66c9cdf753"><code>9451737</code></a>
Update setup.py</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/c0bcb7f7c80abcbc4f157226f43536da672dcf6d"><code>c0bcb7f</code></a>
Prepare the 0.14.0 release</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/975beede1be69afa9c39622825d80fb5827a6570"><code>975beed</code></a>
Refactor FunctionArgNamesCheck (N803,N804,N805)</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/01df3f37b933c71a986a31865b9339bf4b69714a"><code>01df3f3</code></a>
Pass 'parents' as a parameter when walking the tree</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/de0963ca5b2d1e7ad8c0e6133ca6010262f82e4c"><code>de0963c</code></a>
Merge Python 3.8+ tests into main test modules</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/0ddfceaf2be9ccf39f9c0882011c0dd42d338280"><code>0ddfcea</code></a>
Remove Python 3.7 compatibility code</li>
<li><a
href="https://github.com/PyCQA/pep8-naming/commit/0e8f745949700a99c87e42846de13a01836f5a8b"><code>0e8f745</code></a>
Drop support for Python 3.7</li>
<li>Additional commits viewable in <a
href="https://github.com/PyCQA/pep8-naming/compare/0.13.3...0.14.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>
  • Loading branch information
dependabot[bot] committed May 18, 2024
1 parent 14bef9b commit a8786c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ flake8-bugbear = { version = "24.4.26", python = ">=3.8.1" }
flake8-isort = "6.1.1"
flake8-quotes = "3.4.0"
flake8-use-fstring = "1.4"
pep8-naming = "0.13.3"
pep8-naming = "0.14.1"
flake8-logging = "1.6.0"
isort = "5.13.2"
autopep8 = "2.1.0"
Expand Down

0 comments on commit a8786c0

Please sign in to comment.