aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-01 21:11:23 +0000
committerGravatar GitHub <[email protected]>2022-08-01 21:11:23 +0000
commitab5243b6510afbd8bb5a8f24e62976a34a925d3a (patch)
tree9d9d2d69f7ef50ad84e2edb842dd5abdd3533b09 /pyproject.toml
parentMerge pull request #191 from python-discord/dependabot/pip/flake8-annotations... (diff)
Bump flake8 from 4.0.1 to 5.0.2
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.2. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... 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 e3a23c6..b66470c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ deepmerge = "^1.0.1"
sentry-sdk = "^1.9.0"
[tool.poetry.dev-dependencies]
-flake8 = "^4.0.1"
+flake8 = "^5.0.2"
flake8-annotations = "^2.9.1"
[build-system]