Skip to content

Commit

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

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.1</h2>
<h2>[v3.1.1]</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/167">#167</a>
Add module-level support for the <code>--respect-type-ignore</code>
flag</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.1]</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sco1/flake8-annotations/issues/167">#167</a>
Add module-level support for the <code>--respect-type-ignore</code>
flag</li>
</ul>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/d27be86996bb75bf0867eb24fe710cdb39ec5188"><code>d27be86</code></a>
Release v3.1.1</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/30976acb5519994266ee59e464162ac36c5bd0da"><code>30976ac</code></a>
Add test for linting empty source</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/3faf64747fba3b347a857ddf6d5c71372f676d4c"><code>3faf647</code></a>
Bump ver</li>
<li><a
href="https://github.com/sco1/flake8-annotations/commit/62d013ee6e8c13b9fd085fcddb90ce6bf9f8a4ec"><code>62d013e</code></a>
Add support for module-level type ignore</li>
<li>See full diff in <a
href="https://github.com/sco1/flake8-annotations/compare/v3.1.0...v3.1.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 5717803 commit 14bef9b
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 @@ -81,7 +81,7 @@ chardet = "^5.1"
coverage = "7.5.1"
ddt = "1.7.2"
flake8 = { version = "7.0.0", python = ">=3.8.1" }
flake8-annotations = { version = "3.1.0", python = ">=3.8.1" }
flake8-annotations = { version = "3.1.1", 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 14bef9b

Please sign in to comment.