aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-01 21:08:19 +0000
committerGravatar GitHub <[email protected]>2022-08-01 21:08:19 +0000
commitaa8adcff8e7fc269042e1a41f50253bda6726d1d (patch)
treeacec396e121cd06d8409a15f79be47308461909d /pyproject.toml
parentMerge pull request #155 from python-discord/dependabot/pip/python-dotenv-0.20.0 (diff)
Bump flake8-annotations from 2.9.0 to 2.9.1
Bumps [flake8-annotations](https://github.com/sco1/flake8-annotations) from 2.9.0 to 2.9.1. - [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.9.0...v2.9.1) --- updated-dependencies: - dependency-name: flake8-annotations dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f5df985..e3a23c6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ sentry-sdk = "^1.9.0"
[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
-flake8-annotations = "^2.7.0"
+flake8-annotations = "^2.9.1"
[build-system]
requires = ["poetry>=0.12"]