diff options
author | 2021-01-17 22:34:14 +0000 | |
---|---|---|
committer | 2021-01-17 22:34:14 +0000 | |
commit | 6269e3b2bbe0961e96f0971ae34740c83ee0f26b (patch) | |
tree | 17348c3d60e5dc011d7e16db7a953cbd41ba6b8f /pyproject.toml | |
parent | Delete renovate.json (diff) | |
parent | Merge 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.toml | 2 |
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"] |