diff --git a/poetry.lock b/poetry.lock index cd432c2..b6832d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -417,19 +417,19 @@ setuptools = "*" [[package]] name = "flake8-isort" -version = "5.0.0" +version = "6.0.0" description = "flake8 plugin that integrates isort ." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "flake8-isort-5.0.0.tar.gz", hash = "sha256:e336f928c7edc509684930ab124414194b7f4e237c712af8fcbdf49d8747b10c"}, - {file = "flake8_isort-5.0.0-py3-none-any.whl", hash = "sha256:c73f9cbd1bf209887f602a27b827164ccfeba1676801b2aa23cb49051a1be79c"}, + {file = "flake8-isort-6.0.0.tar.gz", hash = "sha256:537f453a660d7e903f602ecfa36136b140de279df58d02eb1b6a0c84e83c528c"}, + {file = "flake8_isort-6.0.0-py3-none-any.whl", hash = "sha256:aa0cac02a62c7739e370ce6b9c31743edac904bae4b157274511fc8a19c75bbc"}, ] [package.dependencies] flake8 = "*" -isort = ">=4.3.5,<6" +isort = ">=5.0.0,<6" [package.extras] test = ["pytest"] @@ -1129,4 +1129,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "ef56d52431bc737ca07cb2ef257fa3ec5e2ad703ac9a0668d8ba7d6335118476" +content-hash = "a124c22fd5292b273030bbeb10b03b1b472d2331354af7ed05706966696e8ab8" diff --git a/pyproject.toml b/pyproject.toml index 2cb788e..43dd7dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ flake8-blind-except = "0.2.1" flake8-builtins = "2.0.0" flake8-docstrings = "1.6.0" flake8-eradicate = "1.3.0" -flake8-isort = "5.0.0" +flake8-isort = "6.0.0" flake8-logging-format = "0.7.5" flake8-pep3101 = "2.0.0" flake8-polyfill = "1.0.2"