From 6858d81111cdf08775f622a6a83f2ab2b1b20993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 12:08:09 +0200 Subject: [PATCH] chore(deps-dev): update flake8-annotations requirement (#101) 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](https://github.com/sco1/flake8-annotations/compare/v3.0.1...v3.1.0) --- updated-dependencies: - dependency-name: flake8-annotations dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ab9566..6273584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"