aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
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 /pyproject.toml
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
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 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"]