diff options
author | 2022-08-03 21:16:19 +0000 | |
---|---|---|
committer | 2022-08-03 21:16:19 +0000 | |
commit | d46eef124add46d7cbf8f85a1bda4f148fb48fdd (patch) | |
tree | b1ed58d4464e607d0322438c8c4625b58574e008 /pyproject.toml | |
parent | Merge pull request #194 from python-discord/dependabot/pip/spectree-0.10.4 (diff) |
Bump flake8 from 5.0.2 to 5.0.3
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/5.0.2...5.0.3)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7b5f59f..d5e1de7 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 = "^5.0.2" +flake8 = "^5.0.3" flake8-annotations = "^2.9.1" [build-system] |