aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-01-17 22:34:14 +0000
committerGravatar GitHub <[email protected]>2021-01-17 22:34:14 +0000
commit6269e3b2bbe0961e96f0971ae34740c83ee0f26b (patch)
tree17348c3d60e5dc011d7e16db7a953cbd41ba6b8f
parentDelete renovate.json (diff)
parentMerge branch 'main' into dependabot/pip/flake8-annotations-2.5.0 (diff)
Merge pull request #52 from python-discord/dependabot/pip/flake8-annotations-2.5.0
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 8d16fca..5df2f1c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -45,7 +45,7 @@ pyflakes = ">=2.2.0,<2.3.0"
[[package]]
name = "flake8-annotations"
-version = "2.4.1"
+version = "2.5.0"
description = "Flake8 Type Annotation Checks"
category = "dev"
optional = false
@@ -233,7 +233,7 @@ version = "5.3.1"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
-python-versions = "*"
+python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "rfc3986"
@@ -375,7 +375,7 @@ python-versions = ">=3.6.1"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
-content-hash = "c3bd8cd797d192518a4004971b55056b6a018c47028b24f369b8f22761384f0f"
+content-hash = "fc496bd5995e1af54ca4b110cab833accaefb7b7df8b9120e23a876c3369277e"
[metadata.files]
certifi = [
@@ -399,8 +399,8 @@ flake8 = [
{file = "flake8-3.8.4.tar.gz", hash = "sha256:aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b"},
]
flake8-annotations = [
- {file = "flake8-annotations-2.4.1.tar.gz", hash = "sha256:0bcebb0792f1f96d617ded674dca7bf64181870bfe5dace353a1483551f8e5f1"},
- {file = "flake8_annotations-2.4.1-py3-none-any.whl", hash = "sha256:bebd11a850f6987a943ce8cdff4159767e0f5f89b3c88aca64680c2175ee02df"},
+ {file = "flake8-annotations-2.5.0.tar.gz", hash = "sha256:e17947a48a5b9f632fe0c72682fc797c385e451048e7dfb20139f448a074cb3e"},
+ {file = "flake8_annotations-2.5.0-py3-none-any.whl", hash = "sha256:3a377140556aecf11fa9f3bb18c10db01f5ea56dc79a730e2ec9b4f1f49e2055"},
]
gunicorn = [
{file = "gunicorn-20.0.4-py2.py3-none-any.whl", hash = "sha256:cd4a810dd51bf497552cf3f863b575dabd73d6ad6a91075b65936b151cbf4f9c"},
diff --git a/pyproject.toml b/pyproject.toml
index 485fdd7..4121f80 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ sentry-sdk = "^0.19.5"
[tool.poetry.dev-dependencies]
flake8 = "^3.8.4"
-flake8-annotations = "^2.4.1"
+flake8-annotations = "^2.5.0"
[build-system]
requires = ["poetry>=0.12"]