Bump flake8-black from 0.2.5 to 0.3.2 (#598)

Bumps [flake8-black](https://github.com/peterjc/flake8-black) from 0.2.5 to 0.3.2.
- [Release notes](https://github.com/peterjc/flake8-black/releases)
- [Commits](https://github.com/peterjc/flake8-black/compare/v0.2.5...v0.3.2)

---
updated-dependencies:
- dependency-name: flake8-black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-03-28 23:58:26 +02:00
committed by GitHub
parent 427f5ae022
commit fc295fa628
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@ -450,16 +450,16 @@ pycodestyle = "*"
[[package]] [[package]]
name = "flake8-black" name = "flake8-black"
version = "0.2.5" version = "0.3.2"
description = "flake8 plugin to call black as a code style validator" description = "flake8 plugin to call black as a code style validator"
category = "dev" category = "dev"
optional = false optional = false
python-versions = "*" python-versions = ">=3.7"
[package.dependencies] [package.dependencies]
black = "*" black = ">=22.1.0"
flake8 = ">=3.0.0" flake8 = ">=3.0.0"
toml = "*" tomli = "*"
[[package]] [[package]]
name = "flake8-bugbear" name = "flake8-bugbear"
@ -1430,7 +1430,7 @@ sqlite = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "6a54d4a560cf04a3e3f4de6064b23802c362b3b53b2a284f0ecb4fd759f662a3" content-hash = "99f7cb21d121a2e514b3eb96d93edfe79691a71fbc84fba499077ddcb358c8c9"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [
@ -1722,8 +1722,8 @@ flake8-bandit = [
{file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"},
] ]
flake8-black = [ flake8-black = [
{file = "flake8-black-0.2.5.tar.gz", hash = "sha256:fb6372cc90da129eec492989485a4f99d976f41d4072536470c18e0da0164724"}, {file = "flake8-black-0.3.2.tar.gz", hash = "sha256:6f6bf198f3f45df43245d1d1a0ba2035ee5817d167680f9e1af23cde70cb7548"},
{file = "flake8_black-0.2.5-py3-none-any.whl", hash = "sha256:022744ef1513f9a0b748c65ae2a81024d71b992c88f48212187a3fdbb4988943"}, {file = "flake8_black-0.3.2-py3-none-any.whl", hash = "sha256:9c86b24ede16a80555808c6c4779d81bc54cff57d0dd1980029c0e4b39ac8b45"},
] ]
flake8-bugbear = [ flake8-bugbear = [
{file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"}, {file = "flake8-bugbear-22.3.23.tar.gz", hash = "sha256:e0dc2a36474490d5b1a2d57f9e4ef570abc09f07cbb712b29802e28a2367ff19"},

View File

@ -83,7 +83,7 @@ codecov = "^2.1.12"
pytest-asyncio = "^0.16.0" pytest-asyncio = "^0.16.0"
fastapi = ">=0.70.1,<0.75" fastapi = ">=0.70.1,<0.75"
flake8 = "^3.9.2" flake8 = "^3.9.2"
flake8-black = "^0.2.3" flake8-black = "^0.3.2"
flake8-bugbear = "^22.1.11" flake8-bugbear = "^22.1.11"
flake8-import-order = "^0.18.1" flake8-import-order = "^0.18.1"
flake8-bandit = "^2.1.2" flake8-bandit = "^2.1.2"