From 3d42898107c079c5e42e417b0899a81ddd992d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:55:31 +0000 Subject: [PATCH] build(deps-dev): bump flake8-annotations from 3.0.1 to 3.1.0 Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 3.0.1 to 3.1.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 0dbff00..f1c6e71 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -36,7 +36,7 @@ flake8==7.0.0 # flake8-pep3101 # flake8-print # offlinemsmtp (pyproject.toml) -flake8-annotations==3.0.1 +flake8-annotations==3.1.0 # via offlinemsmtp (pyproject.toml) flake8-bugbear==24.4.26 # via offlinemsmtp (pyproject.toml)