aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
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 /pyproject.toml
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
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"]