build(deps-dev): bump flake8-black from 0.3.3 to 0.3.4 (#937)

Bumps [flake8-black](https://github.com/peterjc/flake8-black) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/peterjc/flake8-black/releases)
- [Commits](https://github.com/peterjc/flake8-black/compare/v0.3.3...v0.3.4)

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

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

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-11-18 02:12:16 +00:00
committed by GitHub
parent a5bea529e6
commit 6acc496402
2 changed files with 9 additions and 6 deletions

13
poetry.lock generated
View File

@ -381,7 +381,7 @@ pycodestyle = "*"
[[package]]
name = "flake8-black"
version = "0.3.3"
version = "0.3.4"
description = "flake8 plugin to call black as a code style validator"
category = "dev"
optional = false
@ -389,9 +389,12 @@ python-versions = ">=3.7"
[package.dependencies]
black = ">=22.1.0"
flake8 = ">=3.0.0"
flake8 = ">=3"
tomli = "*"
[package.extras]
develop = ["build", "twine"]
[[package]]
name = "flake8-bugbear"
version = "22.10.27"
@ -1415,7 +1418,7 @@ sqlite = ["aiosqlite"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "97261e84b299e069c3ee5d96c5244fdc1f84002a48b354c574b67251e81cbd07"
content-hash = "8d7dc8df53804c0642b84a8d23df2920ab00a52991e0857e7f69aa603d4dc05e"
[metadata.files]
aiomysql = [
@ -1721,8 +1724,8 @@ flake8-bandit = [
{file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"},
]
flake8-black = [
{file = "flake8-black-0.3.3.tar.gz", hash = "sha256:8211f5e20e954cb57c709acccf2f3281ce27016d4c4b989c3e51f878bb7ce12a"},
{file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"},
{file = "flake8-black-0.3.4.tar.gz", hash = "sha256:7f96a4c80a828d09f1d550724e16aabb2adacd6a5f8e0bb051df422fc63d2183"},
{file = "flake8_black-0.3.4-py3-none-any.whl", hash = "sha256:fb52f258dfa6a25645c4ba8730eadc5f2ecd32057bf6c9fc21aef1cba9fefd74"},
]
flake8-bugbear = [
{file = "flake8-bugbear-22.10.27.tar.gz", hash = "sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5"},

View File

@ -77,7 +77,7 @@ codecov = "^2.1.12"
pytest-asyncio = "^0.20.2"
fastapi = ">=0.70.1,<0.86"
flake8 = "^3.9.2"
flake8-black = "^0.3.3"
flake8-black = "^0.3.4"
flake8-bugbear = "^22.10.27"
flake8-import-order = "^0.18.1"
flake8-bandit = "^3.0.0"