diff options
author | 2023-01-28 19:27:06 +0000 | |
---|---|---|
committer | 2023-01-28 19:27:06 +0000 | |
commit | bf00321ee8522a56a35f3fd4b0d353f6388efc7a (patch) | |
tree | 9d30f56ac70a65aafd00553ee78d3e4bb53db399 | |
parent | Bump python-dotenv from 0.21.0 to 0.21.1 (#1190) (diff) |
Bump flake8-annotations from 2.9.1 to 3.0.0 (#1191)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 12 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock index 73696a15..c7feb5be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -503,19 +503,19 @@ pyflakes = ">=3.0.0,<3.1.0" [[package]] name = "flake8-annotations" -version = "2.9.1" +version = "3.0.0" description = "Flake8 Type Annotation Checks" category = "dev" optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8.1,<4.0.0" 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.0-py3-none-any.whl", hash = "sha256:ea927d31016515e9aa6e256651d74baeeee6fa4ad3f8383715ec5c0460a4c225"}, + {file = "flake8_annotations-3.0.0.tar.gz", hash = "sha256:88c8b35a0db10b9a92be69ed3f81494509a18db1c3162551e57bc0fc35fab065"}, ] [package.dependencies] attrs = ">=21.4" -flake8 = ">=3.7" +flake8 = ">=5.0" [[package]] name = "flake8-bugbear" @@ -1935,4 +1935,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "d98647d0a7ea7dab6cd5e9a23408d3d73fe808ad6573dae0f97599fe1d2025ab" +content-hash = "48d7fd193b9718620b5fce47ebe5aab4717a6159a9439134598d1042fcc485d8" diff --git a/pyproject.toml b/pyproject.toml index 9fde051d..42bf8691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pyjokes = "0.6.0" [tool.poetry.dev-dependencies] flake8 = "6.0.0" -flake8-annotations = "2.9.1" +flake8-annotations = "3.0.0" flake8-bugbear = "23.1.17" flake8-docstrings = "1.6.0" flake8-string-format = "0.3.0" |