Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): Update flake8-annotations requirement from 3.1.0 to 3.1.1 #743

Merged
merged 1 commit into from
May 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2024

Updates the requirements on flake8-annotations to permit the latest version.

Release notes

Sourced from flake8-annotations's releases.

Release v3.1.1

[v3.1.1]

Changed

  • #167 Add module-level support for the --respect-type-ignore flag
Changelog

Sourced from flake8-annotations's changelog.

[v3.1.1]

Changed

  • #167 Add module-level support for the --respect-type-ignore flag

[v3.1.0]

Added

  • #164 Add --respect-type-ignore to support suppression of errors for functions annotated with type: ignore

[v3.0.1]

Changed

  • #155 Remove upper bound on Python constraint

[v3.0.0]

Added

  • Add ANN402 for the presence of type comments

Changed

  • Python 3.8.1 is now the minimum supported version
  • Flake8 v5.0 is now the minimum supported version

Removed

[v2.9.1]

Changed

  • #144 Unpin the version ceiling for attrs.

Fixed

  • (Internal) Fix unit tests for opinionated warning codes in flake8 >= 5.0 (See: pycqa/flake8#284)

[v2.9.0]

Added

  • #135 Add --allow-star-arg-any to support suppression of ANN401 for *args and **kwargs.

[v2.8.0]

Added

  • #131 Add the ANN4xx error level for opinionated warnings that are disabled by default.
  • #131 Add ANN401 for use of typing.Any as an argument annotation.

Changed

  • Python 3.7 is now the minimum supported version

[v2.7.0]

Added

  • #122 Add support for Flake8 v4.x

Fixed

  • #117 Stop including CHANGELOG.md when building wheels.

... (truncated)

Commits

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 commands and options

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)

Updates the requirements on [flake8-annotations](https://github.com/sco1/flake8-annotations) to permit the latest version.
- [Release notes](https://github.com/sco1/flake8-annotations/releases)
- [Changelog](https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md)
- [Commits](sco1/flake8-annotations@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: flake8-annotations
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 18, 2024 02:28
@dependabot dependabot bot added the dependencies topic: modify/update a dependency label May 18, 2024
@jkowalleck jkowalleck merged commit 14bef9b into main May 18, 2024
31 checks passed
@dependabot dependabot bot deleted the dependabot/pip/flake8-annotations-3.1.1 branch May 18, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies topic: modify/update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant