aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-15 20:28:49 +0000
committerGravatar GitHub <[email protected]>2022-04-15 20:28:49 +0000
commit4d0272e577420a46e6b5313f0f52d7b9e3974049 (patch)
treecd351537da3ea111fc3b45ad00b8cb2ad172bd8d
parentMerge pull request #57 from python-discord/dependabot/pip/furo-2022.4.7 (diff)
Bump flake8-annotations from 2.8.0 to 2.9.0
Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.8.0 to 2.9.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.8.0...v2.9.0) --- updated-dependencies: - dependency-name: flake8-annotations dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index d2ddc0ce..993e0103 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -280,7 +280,7 @@ pyflakes = ">=2.4.0,<2.5.0"
[[package]]
name = "flake8-annotations"
-version = "2.8.0"
+version = "2.9.0"
description = "Flake8 Type Annotation Checks"
category = "dev"
optional = false
@@ -1059,7 +1059,7 @@ async-rediscache = ["async-rediscache"]
[metadata]
lock-version = "1.1"
python-versions = "3.9.*"
-content-hash = "06e09728e656e50379a1ec454958a3938ebfd31c2f9640c0f58d01d52297326f"
+content-hash = "9e8921bd5fbd20e4526b4b33f4a24d0b8aac5d1bc696618f3cbfe0459b60b2f2"
[metadata.files]
aiohttp = [
@@ -1261,8 +1261,8 @@ flake8 = [
{file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"},
]
flake8-annotations = [
- {file = "flake8-annotations-2.8.0.tar.gz", hash = "sha256:a2765c6043098aab0a3f519b871b33586c7fba7037686404b920cf8100cc1cdc"},
- {file = "flake8_annotations-2.8.0-py3-none-any.whl", hash = "sha256:880f9bb0677b82655f9021112d64513e03caefd2e0d786ab4a59ddb5b262caa9"},
+ {file = "flake8-annotations-2.9.0.tar.gz", hash = "sha256:63fb3f538970b6a8dfd84125cf5af16f7b22e52d5032acb3b7eb23645ecbda9b"},
+ {file = "flake8_annotations-2.9.0-py3-none-any.whl", hash = "sha256:84f46de2964cb18fccea968d9eafce7cf857e34d913d515120795b9af6498d56"},
]
flake8-bugbear = [
{file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"},
diff --git a/pyproject.toml b/pyproject.toml
index 4561706f..6375624e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,7 @@ async-rediscache = ["async-rediscache"]
[tool.poetry.dev-dependencies]
flake8 = "4.0.1"
-flake8-annotations = "2.8.0"
+flake8-annotations = "2.9.0"
flake8-bugbear = "22.3.23"
flake8-docstrings = "1.6.0"
flake8-import-order = "0.18.1"