diff options
| author | 2022-02-05 15:17:58 +0000 | |
|---|---|---|
| committer | 2022-02-05 15:17:58 +0000 | |
| commit | e8e4d23b9ed3ddb2c7c3c3054334403de5693565 (patch) | |
| tree | 763332dfa4066c9a0d2212e0d83cf204aab099b2 /pyproject.toml | |
| parent | Merge pull request #133 from python-discord/dependabot/pip/httpx-0.22.0 (diff) | |
Bump flake8-annotations from 2.6.2 to 2.7.0
Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.6.2 to 2.7.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.6.2...v2.7.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 20210fb..685b40e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ sentry-sdk = "^1.0.0" [tool.poetry.dev-dependencies] flake8 = "^3.9.1" -flake8-annotations = "^2.6.2" +flake8-annotations = "^2.7.0" [build-system] requires = ["poetry>=0.12"] |