aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-02 06:56:48 +0000
committerGravatar GitHub <[email protected]>2021-04-02 06:56:48 +0000
commitfbfee10cfe202708a2b857d4fa67444f6b0915a2 (patch)
tree3ae04967630afb7627414e579a74a733e7694b3d /pyproject.toml
parentMerge pull request #49 from python-discord/ks123/role-assigning (diff)
Bump flake8-annotations from 2.6.0 to 2.6.2
Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.6.0 to 2.6.2. - [Release notes](https://github.com/sco1/flake8-annotations/releases) - [Changelog](https://github.com/sco1/flake8-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/sco1/flake8-annotations/compare/v2.6.0...v2.6.2) Signed-off-by: dependabot[bot] <[email protected]>
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 09e3df4..a1d5e52 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ sentry-sdk = "^1.0.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.8.4"
-flake8-annotations = "^2.6.0"
+flake8-annotations = "^2.6.2"
[build-system]
requires = ["poetry>=0.12"]