From 0e47cb8f251e3c70289f94f92fcdd7d2d72b4e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 03:04:50 +0000 Subject: [PATCH] chore(deps-dev): bump flake8-annotations from 2.9.1 to 3.0.1 in /server Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.9.1 to 3.0.1. - [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/v2.9.1...v3.0.1) --- updated-dependencies: - dependency-name: flake8-annotations dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/poetry.lock | 14 +++++++------- server/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/server/poetry.lock b/server/poetry.lock index d0601d6b..539830f0 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -1353,19 +1353,19 @@ pyflakes = ">=2.5.0,<2.6.0" [[package]] name = "flake8-annotations" -version = "2.9.1" +version = "3.0.1" description = "Flake8 Type Annotation Checks" category = "dev" optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8.1" files = [ - {file = "flake8-annotations-2.9.1.tar.gz", hash = "sha256:11f09efb99ae63c8f9d6b492b75fe147fbc323179fddfe00b2e56eefeca42f57"}, - {file = "flake8_annotations-2.9.1-py3-none-any.whl", hash = "sha256:a4385158a7a9fc8af1d8820a2f4c8d03387997006a83f5f8bfe5bc6085bdf88a"}, + {file = "flake8_annotations-3.0.1-py3-none-any.whl", hash = "sha256:af78e3216ad800d7e144745ece6df706c81b3255290cbf870e54879d495e8ade"}, + {file = "flake8_annotations-3.0.1.tar.gz", hash = "sha256:ff37375e71e3b83f2a5a04d443c41e2c407de557a884f3300a7fa32f3c41cb0a"}, ] [package.dependencies] attrs = ">=21.4" -flake8 = ">=3.7" +flake8 = ">=5.0" [[package]] name = "flake8-builtins" @@ -3861,4 +3861,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "408aa339e47ab990f995a3f3810d915747bedc6b025f96ce90cdbee3d2e636aa" +content-hash = "0ec5640a93685ce0b8644caa03488d744aed7d10ee2cd8a4c9dbcf736fdefd19" diff --git a/server/pyproject.toml b/server/pyproject.toml index c1f0bb39..234eade5 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -72,7 +72,7 @@ flake8-simplify = "^0.19.3" flake8-spellcheck = "^0.28.0" pep8-naming = "^0.13.2" flake8-use-fstring = "^1.4" -flake8-annotations = "^2.9.1" +flake8-annotations = "^3.0.1" [build-system] requires = ["poetry-core>=1.0.0"]