aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-17 22:32:23 +0000
committerGravatar GitHub <[email protected]>2021-01-17 22:32:23 +0000
commit1f53c5dbb5286d9c2613b9d751c9606eba010d28 (patch)
tree3fc170b68259ba324548215b2277310b04f02963 /pyproject.toml
parentCreate dependabot.yml (diff)
Bump flake8-annotations from 2.4.1 to 2.5.0
Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.4.1 to 2.5.0. - [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/2.4.1...v2.5.0) 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 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"]