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

This commit is contained in:
Michel Roux 2022-11-22 00:21:44 +00:00
parent 052c3468c8
commit 94cc28225b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -217,7 +217,7 @@ stdlib-list = {version = "0.8.0", markers = "python_version < \"3.10\""}
[[package]]
name = "flake8-black"
version = "0.3.4"
version = "0.3.5"
description = "flake8 plugin to call black as a code style validator"
category = "dev"
optional = false
@ -789,7 +789,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "d7cd1d162c72911ec874f710553f236c70f942a2725bf9b93f691326fb89ff8a"
content-hash = "56fb52cc14b300e86a1792a39f6589637eb1faf0b6d0e818e8343edec69299a2"
[metadata.files]
aiofiles = [
@ -964,8 +964,8 @@ flake8-alphabetize = [
{file = "flake8_alphabetize-0.0.18-py3-none-any.whl", hash = "sha256:cb7b927ab25a24cfe76ba38fe1ecb81116e622f228462d1587e7c4569389ab95"},
]
flake8-black = [
{file = "flake8-black-0.3.4.tar.gz", hash = "sha256:7f96a4c80a828d09f1d550724e16aabb2adacd6a5f8e0bb051df422fc63d2183"},
{file = "flake8_black-0.3.4-py3-none-any.whl", hash = "sha256:fb52f258dfa6a25645c4ba8730eadc5f2ecd32057bf6c9fc21aef1cba9fefd74"},
{file = "flake8-black-0.3.5.tar.gz", hash = "sha256:9e93252b1314a8eb3c2f55dec54a07239e502b12f57567f2c105f2202714b15e"},
{file = "flake8_black-0.3.5-py3-none-any.whl", hash = "sha256:4948a579fdddd98fbf935fd94255dfcfce560c4ddc1ceee08e3f12d6114c8619"},
]
frozenlist = [
{file = "frozenlist-1.3.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5f271c93f001748fc26ddea409241312a75e13466b06c94798d1a341cf0e6989"},

View File

@ -26,7 +26,7 @@ black = "22.10.0"
djlint = "1.19.7"
flake8 = "5.0.4"
flake8-alphabetize = "0.0.18"
flake8-black = "0.3.4"
flake8-black = "0.3.5"
mypy = "0.991"
[build-system]