build(deps-dev): bump flake8-black from 0.3.5 to 0.3.6 (#962)
Bumps [flake8-black](https://github.com/peterjc/flake8-black) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/peterjc/flake8-black/releases) - [Commits](https://github.com/peterjc/flake8-black/compare/v0.3.5...v0.3.6) --- 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:
10
poetry.lock
generated
10
poetry.lock
generated
@ -381,7 +381,7 @@ pycodestyle = "*"
|
||||
|
||||
[[package]]
|
||||
name = "flake8-black"
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
description = "flake8 plugin to call black as a code style validator"
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -390,7 +390,7 @@ python-versions = ">=3.7"
|
||||
[package.dependencies]
|
||||
black = ">=22.1.0"
|
||||
flake8 = ">=3"
|
||||
tomli = "*"
|
||||
tomli = {version = "*", markers = "python_version < \"3.11\""}
|
||||
|
||||
[package.extras]
|
||||
develop = ["build", "twine"]
|
||||
@ -1454,7 +1454,7 @@ sqlite = ["aiosqlite"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.0"
|
||||
content-hash = "774e546595e204c6fca168b552c9ead69583380219c00682cc3734e6f5630cff"
|
||||
content-hash = "85b977dd1964d3ce9d4049b40022318cbb488b1fe88d7c11313b3f30c01264fd"
|
||||
|
||||
[metadata.files]
|
||||
aiomysql = [
|
||||
@ -1760,8 +1760,8 @@ flake8-bandit = [
|
||||
{file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"},
|
||||
]
|
||||
flake8-black = [
|
||||
{file = "flake8-black-0.3.5.tar.gz", hash = "sha256:9e93252b1314a8eb3c2f55dec54a07239e502b12f57567f2c105f2202714b15e"},
|
||||
{file = "flake8_black-0.3.5-py3-none-any.whl", hash = "sha256:4948a579fdddd98fbf935fd94255dfcfce560c4ddc1ceee08e3f12d6114c8619"},
|
||||
{file = "flake8-black-0.3.6.tar.gz", hash = "sha256:0dfbca3274777792a5bcb2af887a4cad72c72d0e86c94e08e3a3de151bb41c34"},
|
||||
{file = "flake8_black-0.3.6-py3-none-any.whl", hash = "sha256:fe8ea2eca98d8a504f22040d9117347f6b367458366952862ac3586e7d4eeaca"},
|
||||
]
|
||||
flake8-bugbear = [
|
||||
{file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"},
|
||||
|
||||
Reference in New Issue
Block a user