diff --git a/poetry.lock b/poetry.lock index 001c2bda931..a9a03f67e51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -498,18 +498,18 @@ python-versions = "*" [[package]] name = "flake8-isort" -version = "4.2.0" +version = "5.0.0" description = "flake8 plugin that integrates isort ." category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.7" [package.dependencies] -flake8 = ">=3.2.1,<6" +flake8 = "*" isort = ">=4.3.5,<6" [package.extras] -test = ["pytest-cov"] +test = ["pytest"] [[package]] name = "flake8-variables-names" @@ -1641,7 +1641,7 @@ validation = ["fastjsonschema"] [metadata] lock-version = "1.1" python-versions = "^3.7.4" -content-hash = "7e4a75b66bdaacc17291a8ac222baf0b8e00a86ca621e682470cbb6e5176a21b" +content-hash = "2d194a2b298a16754f97d968ae2ceffc2736f9404fb15cd11017ab6f099fe476" [metadata.files] attrs = [ @@ -1926,8 +1926,8 @@ flake8-fixme = [ {file = "flake8_fixme-1.1.1-py2.py3-none-any.whl", hash = "sha256:226a6f2ef916730899f29ac140bed5d4a17e5aba79f00a0e3ae1eff1997cb1ac"}, ] flake8-isort = [ - {file = "flake8-isort-4.2.0.tar.gz", hash = "sha256:26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0"}, - {file = "flake8_isort-4.2.0-py3-none-any.whl", hash = "sha256:5b87630fb3719bf4c1833fd11e0d9534f43efdeba524863e15d8f14a7ef6adbf"}, + {file = "flake8-isort-5.0.0.tar.gz", hash = "sha256:e336f928c7edc509684930ab124414194b7f4e237c712af8fcbdf49d8747b10c"}, + {file = "flake8_isort-5.0.0-py3-none-any.whl", hash = "sha256:c73f9cbd1bf209887f602a27b827164ccfeba1676801b2aa23cb49051a1be79c"}, ] flake8-variables-names = [ {file = "flake8_variables_names-0.0.4.tar.gz", hash = "sha256:d6fa0571a807c72940b5773827c5760421ea6f8206595ff0a8ecfa01e42bf2cf"}, diff --git a/pyproject.toml b/pyproject.toml index bb2ba653e3a..4ea31e0f32b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ flake8-builtins = "^2.0.0" flake8-comprehensions = "^3.7.0" flake8-debugger = "^4.0.0" flake8-fixme = "^1.1.1" -flake8-isort = "^4.1.2" +flake8-isort = "^5.0.0" flake8-variables-names = "^0.0.4" flake8-black = "^0.3.3" isort = "^5.10.1"