Update dependency flake8-black to v0.3.6
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-12-21 00:13:39 +00:00
parent 795c32fb46
commit da02181758
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -381,20 +381,20 @@ stdlib-list = {version = "0.8.0", markers = "python_version < \"3.10\""}
[[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
python-versions = ">=3.7"
files = [
{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"},
]
[package.dependencies]
black = ">=22.1.0"
flake8 = ">=3"
tomli = "*"
tomli = {version = "*", markers = "python_version < \"3.11\""}
[package.extras]
develop = ["build", "twine"]
@ -1533,4 +1533,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "27137002ec32c694f2444841f075776793a0337d9c1f30db94391c00973a416e"
content-hash = "e81e96ebf88ea40907d4aa9f48cd55a34f87a9cbf056a4b54b00418b26323ce7"

View File

@ -26,7 +26,7 @@ black = "22.12.0"
djlint = "1.19.9"
flake8 = "6.0.0"
flake8-alphabetize = "0.0.19"
flake8-black = "0.3.5"
flake8-black = "0.3.6"
mypy = "0.991"
types-oauthlib = "3.2.0.1"