diff options
author | 2022-02-05 17:19:48 +0200 | |
---|---|---|
committer | 2022-02-05 17:19:48 +0200 | |
commit | 627d9a1e90e962e14a18a841dd2e46ad16eba98f (patch) | |
tree | 763332dfa4066c9a0d2212e0d83cf204aab099b2 /pyproject.toml | |
parent | Merge pull request #133 from python-discord/dependabot/pip/httpx-0.22.0 (diff) | |
parent | Bump flake8-annotations from 2.6.2 to 2.7.0 (diff) |
Merge pull request #136 from python-discord/dependabot/pip/flake8-annotations-2.7.0
Bump flake8-annotations from 2.6.2 to 2.7.0
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"] |