Update dependency flake8-isort to v4.1.2.post0
This commit is contained in:
parent
9326207673
commit
7b50e51875
26
poetry.lock
generated
26
poetry.lock
generated
@ -206,7 +206,7 @@ tomli = "*"
|
||||
|
||||
[[package]]
|
||||
name = "flake8-isort"
|
||||
version = "4.1.1"
|
||||
version = "4.1.2.post0"
|
||||
description = "flake8 plugin that integrates isort ."
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -215,7 +215,6 @@ python-versions = "*"
|
||||
[package.dependencies]
|
||||
flake8 = ">=3.2.1,<5"
|
||||
isort = ">=4.3.5,<6"
|
||||
testfixtures = ">=6.8.0,<7"
|
||||
|
||||
[package.extras]
|
||||
test = ["pytest-cov"]
|
||||
@ -595,19 +594,6 @@ python-versions = ">=3.8"
|
||||
[package.extras]
|
||||
future-regex = ["regex"]
|
||||
|
||||
[[package]]
|
||||
name = "testfixtures"
|
||||
version = "6.18.5"
|
||||
description = "A collection of helpers and mock objects for unit tests and doc tests."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[package.extras]
|
||||
build = ["setuptools-git", "wheel", "twine"]
|
||||
docs = ["sphinx", "zope.component", "sybil", "twisted", "mock", "django (<2)", "django"]
|
||||
test = ["pytest (>=3.6)", "pytest-cov", "pytest-django", "zope.component", "sybil", "twisted", "mock", "django (<2)", "django"]
|
||||
|
||||
[[package]]
|
||||
name = "toml"
|
||||
version = "0.10.2"
|
||||
@ -714,7 +700,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "0f208e1ecede3fe283a6418599244916fc179ffd8f7052771a471ee437300ef0"
|
||||
content-hash = "bbf551f907942f7104276fd59907c239ae8fd34282a7095ac0f9ad80615060e9"
|
||||
|
||||
[metadata.files]
|
||||
aiofiles = [
|
||||
@ -872,8 +858,8 @@ flake8-black = [
|
||||
{file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"},
|
||||
]
|
||||
flake8-isort = [
|
||||
{file = "flake8-isort-4.1.1.tar.gz", hash = "sha256:d814304ab70e6e58859bc5c3e221e2e6e71c958e7005239202fee19c24f82717"},
|
||||
{file = "flake8_isort-4.1.1-py3-none-any.whl", hash = "sha256:c4e8b6dcb7be9b71a02e6e5d4196cefcef0f3447be51e82730fb336fff164949"},
|
||||
{file = "flake8-isort-4.1.2.post0.tar.gz", hash = "sha256:dee69bc3c09f0832df88acf795845db8a6673b79237371a05fa927ce095248e5"},
|
||||
{file = "flake8_isort-4.1.2.post0-py3-none-any.whl", hash = "sha256:4f95b40706dbb507cff872b34683283662e945d6028d3c8257e69de5fc6b7446"},
|
||||
]
|
||||
frozenlist = [
|
||||
{file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d2257aaba9660f78c7b1d8fea963b68f3feffb1a9d5d05a18401ca9eb3e8d0a3"},
|
||||
@ -1288,10 +1274,6 @@ tatsu = [
|
||||
{file = "TatSu-5.7.0-py2.py3-none-any.whl", hash = "sha256:9eebadfc2889d8e82e197df22913df56ff204bf4cfc62db49a5c7edd084e10b4"},
|
||||
{file = "TatSu-5.7.0.zip", hash = "sha256:428136cd4aa9600fcd01428bd5667fc752062f54bd0148dc1e64fee7b8d05fa4"},
|
||||
]
|
||||
testfixtures = [
|
||||
{file = "testfixtures-6.18.5-py2.py3-none-any.whl", hash = "sha256:7de200e24f50a4a5d6da7019fb1197aaf5abd475efb2ec2422fdcf2f2eb98c1d"},
|
||||
{file = "testfixtures-6.18.5.tar.gz", hash = "sha256:02dae883f567f5b70fd3ad3c9eefb95912e78ac90be6c7444b5e2f46bf572c84"},
|
||||
]
|
||||
toml = [
|
||||
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
||||
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
|
||||
|
@ -20,7 +20,7 @@ black = "22.6.0"
|
||||
isort = "5.10.1"
|
||||
mypy = "0.971"
|
||||
flake8-black = "0.3.3"
|
||||
flake8-isort = "4.1.1"
|
||||
flake8-isort = "4.1.2.post0"
|
||||
djlint = "1.7.2"
|
||||
|
||||
[build-system]
|
||||
|
Loading…
Reference in New Issue
Block a user