diff --git a/poetry.lock b/poetry.lock index 68c9f4f..f7bd279 100644 --- a/poetry.lock +++ b/poetry.lock @@ -495,4 +495,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "0674dc02f387b83c7995f1e0e060a7406c4cb7660b8c1b80939869da9ad90fff" +content-hash = "a8aef2d773dabdd18223fcb2aabce153b8a4f45750fe636d15acf5b47143ea16" diff --git a/pyproject.toml b/pyproject.toml index 072668b..03dd7bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ isort = ">=5.10" # flake8 plugins should be listed here (in alphabetical order) flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" -flake8-import-order = ">=0.18.1" +flake8-import-order = ">=0.18.1,<0.19.0" # we're not compatible with 0.19.0 yet due to #226 flake8-tidy-imports = [ {version = ">=4.4.1", python = ">=3.7,<3.9"}, {version=">=4.11.0", python="^3.9"},