diff options
author | 2023-01-30 02:33:06 +0000 | |
---|---|---|
committer | 2023-01-30 02:33:06 +0000 | |
commit | 6ed81becbb99254223a6c088c3490d92e66e40c8 (patch) | |
tree | 1c04554a28cebdc27065dfbeb68281e0b26aa1f5 /poetry.lock | |
parent | Merge pull request #858 from python-discord/dependabot/pip/flake8-bugbear-23.... (diff) |
Bump flake8-annotations from 2.9.1 to 3.0.0
Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.9.1 to 3.0.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/v2.9.1...v3.0.0)
---
updated-dependencies:
- dependency-name: flake8-annotations
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 3459794e..019aa818 100644 --- a/poetry.lock +++ b/poetry.lock @@ -481,19 +481,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-bandit" @@ -1493,4 +1493,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "6ac452a3d54d569e02f3240c61002d56f320c38f68027e221047893d555be2ea" +content-hash = "2b2cdc5156cedcd7adf80cdf4054e1aea7c81332cbfa799db6643f92cd8ccca5" |