diff options
| author | 2021-03-07 04:28:18 +0300 | |
|---|---|---|
| committer | 2021-03-07 04:28:18 +0300 | |
| commit | 167b87f8ace6e90af3be3c501a97302712167ef8 (patch) | |
| tree | f91862ccaa600f4034b8db844b7e8d9b631bf680 /pyproject.toml | |
| parent | Merge pull request #67 from python-discord/dependabot/pip/pydantic-1.8.1 (diff) | |
| parent | Bump flake8-annotations from 2.5.0 to 2.6.0 (diff) | |
Merge pull request #69 from python-discord/dependabot/pip/flake8-annotations-2.6.0
Bump flake8-annotations from 2.5.0 to 2.6.0
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index aeef1ad..6be4c08 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.5.0" +flake8-annotations = "^2.6.0" [build-system] requires = ["poetry>=0.12"] |