aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-21 22:05:35 +0000
committerGravatar GitHub <[email protected]>2022-08-21 22:05:35 +0000
commit14b7e4909aef09e747d04f6d7cf81ca8e49150fd (patch)
treef7f73d16cbd4fe8b65108376db70e5696facf011 /pyproject.toml
parentMerge pull request #15 from python-discord/bot-core-integration (diff)
build(deps-dev): bump flake8 from 5.0.3 to 5.0.4
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4) --- updated-dependencies: - dependency-name: flake8 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 d23fbba..485194c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ tabulate = {extras = ["widechars"], version = "0.8.10"}
jishaku = "2.5.1"
[tool.poetry.dev-dependencies]
-flake8 = "5.0.3"
+flake8 = "5.0.4"
flake8-annotations = "2.9.1"
# flake8-bandit is broken at the moment with flake8 v5: https://github.com/tylerwince/flake8-bandit/pull/35
# flake8-bandit = "3.0.0"