Skip to content

Commit 6caee65

Browse files
authored
Merge branch 'main' into fix/bom-validation-nested-components-isue-275
2 parents d6955cb + 01cb53b commit 6caee65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ isort = { version = "^5.10.0", python = ">= 3.6.1" }
5858
flake8 = "^4.0.1"
5959
flake8-annotations = {version = "^2.7.0", python = ">= 3.6.2"}
6060
flake8-bugbear = "^22.7.1"
61-
flake8-isort = { version = "^4.1.0", python = ">= 3.6.1" }
61+
flake8-isort = { version = "^4.1.2", python = ">= 3.6.1" }
6262
jsonschema = { version = ">= 4.4.0", python = "> 3.6"}
6363
lxml = ">=4.7.0"
6464
# `types-setuptools` need to stay in sync with version of `setuptools` - but 47 was not typed...

0 commit comments

Comments
 (0)