diff --git a/poetry.lock b/poetry.lock index 87281d2..cc168c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,6 +258,7 @@ description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.9.0" groups = ["main"] +markers = "python_version < \"3.12\"" files = [ {file = "isort-6.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"}, {file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"}, @@ -270,6 +271,22 @@ importlib-metadata = {version = ">=4.6.0", markers = "python_version < \"3.10\"" colors = ["colorama"] plugins = ["setuptools"] +[[package]] +name = "isort" +version = "8.0.1" +description = "A Python utility / library to sort Python imports." +optional = false +python-versions = ">=3.10.0" +groups = ["main"] +markers = "python_version >= \"3.12\"" +files = [ + {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"] + [[package]] name = "mccabe" version = "0.7.0"