diff --git a/poetry.lock b/poetry.lock index 6bf74c37..9fb5cf13 100644 --- a/poetry.lock +++ b/poetry.lock @@ -868,19 +868,18 @@ files = [ [[package]] name = "isort" -version = "7.0.0" +version = "8.0.1" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.10.0" groups = ["lint"] files = [ - {file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, - {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, + {file = "isort-8.0.1-py3-none-any.whl", hash = "sha256:28b89bc70f751b559aeca209e6120393d43fbe2490de0559662be7a9787e3d75"}, + {file = "isort-8.0.1.tar.gz", hash = "sha256:171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d"}, ] [package.extras] colors = ["colorama"] -plugins = ["setuptools"] [[package]] name = "jinja2" @@ -2767,4 +2766,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = "<3.14,>=3.13" -content-hash = "9d364366097417bab9435b1a46d7a3479df406742c3f516a3cc421163aaa1653" +content-hash = "066adb95e675da50771a9c21631e31a7f437a1fd95169fbb1021a9031f5f9075" diff --git a/pyproject.toml b/pyproject.toml index 853b8adf..a55cf057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ molecule = "^25.12.0" molecule-plugins = {extras = ["docker"], version = "^25.8.12"} [tool.poetry.group.lint.dependencies] -isort = "^7.0.0" +isort = "^8.0.1" black = "^26.1.0" ruff = "^0.14.14" yamllint = "^1.38.0"