build(deps-dev): bump flake8-black from 0.3.4 to 0.3.5 (#942)
Bumps [flake8-black](https://github.com/peterjc/flake8-black) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/peterjc/flake8-black/releases) - [Commits](https://github.com/peterjc/flake8-black/compare/v0.3.4...v0.3.5) --- 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:
8
poetry.lock
generated
8
poetry.lock
generated
@ -381,7 +381,7 @@ pycodestyle = "*"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flake8-black"
|
name = "flake8-black"
|
||||||
version = "0.3.4"
|
version = "0.3.5"
|
||||||
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
|
||||||
@ -1418,7 +1418,7 @@ sqlite = ["aiosqlite"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "8d7dc8df53804c0642b84a8d23df2920ab00a52991e0857e7f69aa603d4dc05e"
|
content-hash = "8827c20c618bcd489a5040134e40141930df221e8ec7c866b25dffea7a14e4d2"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiomysql = [
|
aiomysql = [
|
||||||
@ -1724,8 +1724,8 @@ flake8-bandit = [
|
|||||||
{file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"},
|
{file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"},
|
||||||
]
|
]
|
||||||
flake8-black = [
|
flake8-black = [
|
||||||
{file = "flake8-black-0.3.4.tar.gz", hash = "sha256:7f96a4c80a828d09f1d550724e16aabb2adacd6a5f8e0bb051df422fc63d2183"},
|
{file = "flake8-black-0.3.5.tar.gz", hash = "sha256:9e93252b1314a8eb3c2f55dec54a07239e502b12f57567f2c105f2202714b15e"},
|
||||||
{file = "flake8_black-0.3.4-py3-none-any.whl", hash = "sha256:fb52f258dfa6a25645c4ba8730eadc5f2ecd32057bf6c9fc21aef1cba9fefd74"},
|
{file = "flake8_black-0.3.5-py3-none-any.whl", hash = "sha256:4948a579fdddd98fbf935fd94255dfcfce560c4ddc1ceee08e3f12d6114c8619"},
|
||||||
]
|
]
|
||||||
flake8-bugbear = [
|
flake8-bugbear = [
|
||||||
{file = "flake8-bugbear-22.10.27.tar.gz", hash = "sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5"},
|
{file = "flake8-bugbear-22.10.27.tar.gz", hash = "sha256:a6708608965c9e0de5fff13904fed82e0ba21ac929fe4896459226a797e11cd5"},
|
||||||
|
|||||||
@ -77,7 +77,7 @@ codecov = "^2.1.12"
|
|||||||
pytest-asyncio = "^0.20.2"
|
pytest-asyncio = "^0.20.2"
|
||||||
fastapi = ">=0.70.1,<0.86"
|
fastapi = ">=0.70.1,<0.86"
|
||||||
flake8 = "^3.9.2"
|
flake8 = "^3.9.2"
|
||||||
flake8-black = "^0.3.4"
|
flake8-black = "^0.3.5"
|
||||||
flake8-bugbear = "^22.10.27"
|
flake8-bugbear = "^22.10.27"
|
||||||
flake8-import-order = "^0.18.1"
|
flake8-import-order = "^0.18.1"
|
||||||
flake8-bandit = "^3.0.0"
|
flake8-bandit = "^3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user