Skip to content

Commit

Permalink
chore(deps-dev): update flake8-annotations requirement (#101)
Browse files Browse the repository at this point in the history
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.0.1...v3.1.0)

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

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] authored May 11, 2024
1 parent 5ddb017 commit 6858d81
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 @@ -65,7 +65,7 @@ mypy = "1.10.0"
autopep8 = "2.1.0"
isort = "5.13.2"
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 6858d81

Please sign in to comment.