diff options
author | 2022-12-09 20:48:28 +0000 | |
---|---|---|
committer | 2022-12-09 20:48:28 +0000 | |
commit | 62579ebefb00ba456bf85fb2e691994e560116ea (patch) | |
tree | 8a41ebbc72130bbbf1f0f1af6e1bce03786b8642 /pyproject.toml | |
parent | Merge pull request #804 from python-discord/dependabot/pip/pymdown-extensions... (diff) |
Bump flake8 from 5.0.4 to 6.0.0
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 813eeaaa..9471c6d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pymdown-extensions = "9.9" [tool.poetry.dev-dependencies] coverage = "6.5.0" -flake8 = "5.0.4" +flake8 = "6.0.0" flake8-annotations = "2.9.1" flake8-bandit = "4.1.1" flake8-bugbear = "22.10.27" |