diff --git a/poetry.lock b/poetry.lock index 3adc25d..45624a3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index 04c6b3a..5614ae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]