diff options
| author | 2022-08-21 23:07:00 +0100 | |
|---|---|---|
| committer | 2022-08-21 23:07:00 +0100 | |
| commit | eb39a712707da63faff7f2e0229b37021876b721 (patch) | |
| tree | f7f73d16cbd4fe8b65108376db70e5696facf011 /pyproject.toml | |
| parent | Merge pull request #15 from python-discord/bot-core-integration (diff) | |
| parent | build(deps-dev): bump flake8 from 5.0.3 to 5.0.4 (diff) | |
Merge pull request #16 from python-discord/dependabot/pip/flake8-5.0.4
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 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" |