aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-08-01 22:10:17 +0100
committerGravatar GitHub <[email protected]>2022-08-01 22:10:17 +0100
commit641d0924d13391179fd8a3d628096a3b7b144025 (patch)
treeacec396e121cd06d8409a15f79be47308461909d
parentMerge pull request #155 from python-discord/dependabot/pip/python-dotenv-0.20.0 (diff)
parentBump flake8-annotations from 2.9.0 to 2.9.1 (diff)
Merge pull request #191 from python-discord/dependabot/pip/flake8-annotations-2.9.1
-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 ba403a6..c3d2f3f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -79,14 +79,14 @@ pyflakes = ">=2.4.0,<2.5.0"
[[package]]
name = "flake8-annotations"
-version = "2.9.0"
+version = "2.9.1"
description = "Flake8 Type Annotation Checks"
category = "dev"
optional = false
python-versions = ">=3.7,<4.0"
[package.dependencies]
-attrs = ">=21.4,<22.0"
+attrs = ">=21.4"
flake8 = ">=3.7"
[[package]]
@@ -450,7 +450,7 @@ python-versions = ">=3.7"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
-content-hash = "c89a6d691f802360491e2d25280f346d03e3d16fb66fa9c54d5f91831ddcb97e"
+content-hash = "49835fbcac29e24a125f5366eae49fca8e026fa374483c8328fdf8f80e4e1c92"
[metadata.files]
anyio = [
@@ -482,8 +482,8 @@ flake8 = [
{file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"},
]
flake8-annotations = [
- {file = "flake8-annotations-2.9.0.tar.gz", hash = "sha256:63fb3f538970b6a8dfd84125cf5af16f7b22e52d5032acb3b7eb23645ecbda9b"},
- {file = "flake8_annotations-2.9.0-py3-none-any.whl", hash = "sha256:84f46de2964cb18fccea968d9eafce7cf857e34d913d515120795b9af6498d56"},
+ {file = "flake8-annotations-2.9.1.tar.gz", hash = "sha256:11f09efb99ae63c8f9d6b492b75fe147fbc323179fddfe00b2e56eefeca42f57"},
+ {file = "flake8_annotations-2.9.1-py3-none-any.whl", hash = "sha256:a4385158a7a9fc8af1d8820a2f4c8d03387997006a83f5f8bfe5bc6085bdf88a"},
]
gunicorn = [
{file = "gunicorn-20.1.0-py3-none-any.whl", hash = "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e"},
diff --git a/pyproject.toml b/pyproject.toml
index f5df985..e3a23c6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ sentry-sdk = "^1.9.0"
[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
-flake8-annotations = "^2.7.0"
+flake8-annotations = "^2.9.1"
[build-system]
requires = ["poetry>=0.12"]