Skip to content

Commit

Permalink
chore(deps-dev): Update flake8-annotations requirement
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.1.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 18, 2024
1 parent 5717803 commit e4845c2
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 e4845c2

Please sign in to comment.