diff --git a/pyproject.toml b/pyproject.toml index 8b55bbfb..1781f647 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ isort = { version = "^5.10.0", python = ">= 3.6.1" } flake8 = "^4.0.1" flake8-annotations = {version = "^2.7.0", python = ">= 3.6.2"} flake8-bugbear = "^22.7.1" -flake8-isort = { version = "^4.1.0", python = ">= 3.6.1" } +flake8-isort = { version = "^4.1.2", python = ">= 3.6.1" } jsonschema = { version = ">= 4.4.0", python = "> 3.6"} lxml = ">=4.7.0" # `types-setuptools` need to stay in sync with version of `setuptools` - but 47 was not typed...