diff options
| author | 2022-04-15 20:28:49 +0000 | |
|---|---|---|
| committer | 2022-04-15 20:28:49 +0000 | |
| commit | 4d0272e577420a46e6b5313f0f52d7b9e3974049 (patch) | |
| tree | cd351537da3ea111fc3b45ad00b8cb2ad172bd8d /pyproject.toml | |
| parent | Merge pull request #57 from python-discord/dependabot/pip/furo-2022.4.7 (diff) | |
Bump flake8-annotations from 2.8.0 to 2.9.0
Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/sco1/flake8-annotations/releases)
- [Changelog](https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sco1/flake8-annotations/compare/v2.8.0...v2.9.0)
---
updated-dependencies:
- dependency-name: flake8-annotations
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 4561706f..6375624e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ async-rediscache = ["async-rediscache"] [tool.poetry.dev-dependencies] flake8 = "4.0.1" -flake8-annotations = "2.8.0" +flake8-annotations = "2.9.0" flake8-bugbear = "22.3.23" flake8-docstrings = "1.6.0" flake8-import-order = "0.18.1" |