aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-03-13 12:48:44 +0400
committerGravatar GitHub <[email protected]>2022-03-13 12:48:44 +0400
commitfcc24cfe9b345eef2c9b92dc609c0c94cc4cdc2e (patch)
treeafa0fd824570c533e872315b1c0593b58d8cfa82 /pyproject.toml
parentMerge pull request #149 from python-discord/dependabot/pip/spectree-0.7.6 (diff)
parentBump flake8 from 3.9.2 to 4.0.1 (diff)
Merge pull request #141 from python-discord/dependabot/pip/flake8-4.0.1
Bump flake8 from 3.9.2 to 4.0.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 6e5573f..b991224 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ deepmerge = "^1.0.1"
sentry-sdk = "^1.0.0"
[tool.poetry.dev-dependencies]
-flake8 = "^3.9.1"
+flake8 = "^4.0.1"
flake8-annotations = "^2.7.0"
[build-system]