diff options
| author | 2021-04-16 06:57:25 +0000 | |
|---|---|---|
| committer | 2021-04-16 06:57:25 +0000 | |
| commit | f377a7776d7e2c5fe3b62589aafb711959faadce (patch) | |
| tree | 4945375e8e109a28445292adafc8b934f38647a9 /pyproject.toml | |
| parent | Update Docker credential secrets (diff) | |
Bump flake8 from 3.8.4 to 3.9.1
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.1.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.1)
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 73ae984..06ff685 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ deepmerge = "^0.2.1" sentry-sdk = "^1.0.0" [tool.poetry.dev-dependencies] -flake8 = "^3.8.4" +flake8 = "^3.9.1" flake8-annotations = "^2.6.2" [build-system] |