Skip to content

Commit

Permalink
chore(deps-dev): update flake8-annotations requirement from 3.0.1 to …
Browse files Browse the repository at this point in the history
…3.1.0 (#615)

Updates the requirements on
[flake8-annotations](https://github.com/sco1/flake8-annotations) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sco1/flake8-annotations/releases">flake8-annotations's
releases</a>.</em></p>
<blockquote>
<h2>Release v3.1.0</h2>
<h2>[v3.1.0]</h2>
<h3>Added</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/164">#164</a>
Add <code>--respect-type-ignore</code> to support suppression of errors
for functions annotated with <code>type: ignore</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md">flake8-annotations's
changelog</a>.</em></p>
<blockquote>
<h2>[v3.1.0]</h2>
<h3>Added</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/164">#164</a>
Add <code>--respect-type-ignore</code> to support suppression of errors
for functions annotated with <code>type: ignore</code></li>
</ul>
<h2>[v3.0.1]</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/155">#155</a>
Remove upper bound on Python constraint</li>
</ul>
<h2>[v3.0.0]</h2>
<h3>Added</h3>
<ul>
<li>Add <code>ANN402</code> for the presence of type comments</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Python 3.8.1 is now the minimum supported version</li>
<li>Flake8 v5.0 is now the minimum supported version</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove support for <a
href="https://www.python.org/dev/peps/pep-0484/#type-comments">PEP
484-style</a> type comments
<ul>
<li>See: <a
href="https://mail.python.org/archives/list/typing-sig@python.org/thread/66JDHQ2I3U3CPUIYA43W7SPEJLLPUETG/">https://mail.python.org/archives/list/typing-sig@python.org/thread/66JDHQ2I3U3CPUIYA43W7SPEJLLPUETG/</a></li>
<li>See: <a
href="https://redirect.github.com/python/mypy/issues/12947">python/mypy#12947</a></li>
</ul>
</li>
<li>Remove <code>ANN301</code></li>
</ul>
<h2>[v2.9.1]</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/144">#144</a>
Unpin the version ceiling for <code>attrs</code>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>(Internal) Fix unit tests for opinionated warning codes in
<code>flake8 &gt;= 5.0</code> (See: <a
href="https://redirect.github.com/pycqa/flake8/issues/284">pycqa/flake8#284</a>)</li>
</ul>
<h2>[v2.9.0]</h2>
<h3>Added</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/135">#135</a>
Add <code>--allow-star-arg-any</code> to support suppression of
<code>ANN401</code> for <code>*args</code> and
<code>**kwargs</code>.</li>
</ul>
<h2>[v2.8.0]</h2>
<h3>Added</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/131">#131</a>
Add the <code>ANN4xx</code> error level for opinionated warnings that
are disabled by default.</li>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/131">#131</a>
Add <code>ANN401</code> for use of <code>typing.Any</code> as an
argument annotation.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Python 3.7 is now the minimum supported version</li>
</ul>
<h2>[v2.7.0]</h2>
<h3>Added</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/122">#122</a>
Add support for Flake8 v4.x</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/117">#117</a>
Stop including <code>CHANGELOG.md</code> when building wheels.</li>
</ul>
<h2>[v2.6.2]</h2>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/107">#107</a>,
<a
href="https://redirect.github.com/sco1/flake8-annotations/issues/108">#108</a>
Change incorrect column index yielded for return annotation errors.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/ec8b88b35613b5274148a87decf2dfbecec1df31"><code>ec8b88b</code></a>
Merge pull request <a
href="https://redirect.github.com/sco1/flake8-annotations/issues/165">#165</a>
from sco1/type-ignore-opt</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/e698866920a8afbad9f2511399688ce4954d9bfb"><code>e698866</code></a>
Bump ver</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/2ce2fa5b64d258e8ccbf3c4b26e8ab047713d504"><code>2ce2fa5</code></a>
Add <code>--respect-type-ignore</code> flag</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/ef0cfc0e4f4622c3072d1721fe74bbf00287e4c7"><code>ef0cfc0</code></a>
Bump black from 24.2.0 to 24.3.0 (<a
href="https://redirect.github.com/sco1/flake8-annotations/issues/163">#163</a>)</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/483cdd3ce0261cb290ce7235a16b5580e67c8a80"><code>483cdd3</code></a>
Swap some to Ruff</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/26b6ba5ca9517d16760196d9c8b2ab0859a070c8"><code>26b6ba5</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/sco1/flake8-annotations/issues/161">#161</a>)</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/897648efc24715fc5c762cf89352a4dfd5e4ee03"><code>897648e</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/sco1/flake8-annotations/issues/160">#160</a>)</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/01c330874dcdee8231e733a2c336a9ff27829528"><code>01c3308</code></a>
Automatically publish wheel to GitHub release</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/c9a5d30b5edda312a1374a2a4ad1cb65bd944385"><code>c9a5d30</code></a>
Remove <code>ast.NameConstant</code> references</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/50ad178c8aa02cb05110a04f3806003b6d0d16bf"><code>50ad178</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/sco1/flake8-annotations/issues/158">#158</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sco1/flake8-annotations/compare/v3.0.1...v3.1.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2024
1 parent 9e00604 commit 22474d8
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 @@ -84,7 +84,7 @@ xml-validation = ["lxml"]
ddt = "1.7.2"
coverage = "7.5.1"
flake8 = { version="7.0.0", python=">=3.8.1" }
flake8-annotations = { version="3.0.1", python=">=3.8.1" }
flake8-annotations = { version="3.1.0", python=">=3.8.1" }
flake8-bugbear = { version="24.4.26", python=">=3.8.1" }
flake8-isort = "6.1.1"
flake8-quotes = "3.4.0"
Expand Down

0 comments on commit 22474d8

Please sign in to comment.