diff options
author | 2021-01-17 22:32:23 +0000 | |
---|---|---|
committer | 2021-01-17 22:32:23 +0000 | |
commit | 1f53c5dbb5286d9c2613b9d751c9606eba010d28 (patch) | |
tree | 3fc170b68259ba324548215b2277310b04f02963 /pyproject.toml | |
parent | Create 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.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"] |