Merge pull request 'Update dependency flake8-isort to v4.2.0' (#31) from renovate/flake8-isort-4.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #31
This commit is contained in:
Michel Roux 2022-08-05 11:36:43 +00:00
commit 319d03d24c
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -251,14 +251,14 @@ tomli = "*"
[[package]]
name = "flake8-isort"
version = "4.1.2.post0"
version = "4.2.0"
description = "flake8 plugin that integrates isort ."
category = "dev"
optional = false
python-versions = "*"
[package.dependencies]
flake8 = ">=3.2.1,<5"
flake8 = ">=3.2.1,<6"
isort = ">=4.3.5,<6"
[package.extras]
@ -843,7 +843,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "4d9533334fcc74cf06436ad12903364bd315e7fa5fc58ff83648d5d1b4072d40"
content-hash = "0b1a9eb0771d7e12082f351d07f9991d42d1bc94229aa46252ae54057f9076ca"
[metadata.files]
aiofiles = [
@ -1055,8 +1055,8 @@ flake8-black = [
{file = "flake8_black-0.3.3-py3-none-any.whl", hash = "sha256:7d667d0059fd1aa468de1669d77cc934b7f1feeac258d57bdae69a8e73c4cd90"},
]
flake8-isort = [
{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"},
{file = "flake8-isort-4.2.0.tar.gz", hash = "sha256:26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0"},
{file = "flake8_isort-4.2.0-py3-none-any.whl", hash = "sha256:5b87630fb3719bf4c1833fd11e0d9534f43efdeba524863e15d8f14a7ef6adbf"},
]
frozenlist = [
{file = "frozenlist-1.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d2257aaba9660f78c7b1d8fea963b68f3feffb1a9d5d05a18401ca9eb3e8d0a3"},

View File

@ -20,7 +20,7 @@ black = "22.6.0"
isort = "5.10.1"
mypy = "0.971"
flake8-black = "0.3.3"
flake8-isort = "4.1.2.post0"
flake8-isort = "4.2.0"
djlint = "1.9.2"
[build-system]