aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-19 10:41:54 +0100
committerGravatar GitHub <[email protected]>2022-04-19 10:41:54 +0100
commite991f00dca86058030e8005f36569974d44f9df9 (patch)
tree0b7a2e66d015bc53e27eea7b808248ccba359d97
parentMerge pull request #63 from python-discord/BotBase-api_client-kwarg (diff)
parentMerge branch 'main' into dependabot/pip/flake8-annotations-2.9.0 (diff)
Merge pull request #60 from python-discord/dependabot/pip/flake8-annotations-2.9.0
Bump flake8-annotations from 2.8.0 to 2.9.0
-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 0815e65a..023cdecf 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"