diff options
author | 2022-08-01 21:11:23 +0000 | |
---|---|---|
committer | 2022-08-01 21:11:23 +0000 | |
commit | ab5243b6510afbd8bb5a8f24e62976a34a925d3a (patch) | |
tree | 9d9d2d69f7ef50ad84e2edb842dd5abdd3533b09 /pyproject.toml | |
parent | Merge 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.toml | 2 |
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] |