diff --git a/poetry.lock b/poetry.lock index b3c7c18..e2a6dc8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -808,14 +808,14 @@ files = [ [[package]] name = "isort" -version = "6.1.0" +version = "7.0.0" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.9.0" +python-versions = ">=3.10.0" groups = ["dev", "test"] files = [ - {file = "isort-6.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"}, - {file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"}, + {file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, + {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, ] [package.extras] @@ -2412,4 +2412,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.13.1" -content-hash = "579dbe488ab515a446edb8740a6ad1de00a109f14524156e54566fb7561d4119" +content-hash = "20031d7fae6a95d473111253342507bb7c64884c06c65b3228386c368d3a0ada" diff --git a/pyproject.toml b/pyproject.toml index 204ad06..e8d2394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ black = "^25.9.0" click = "^8.3.0" configupdater = "^3.1.1" devtools = "^0.12.2" -isort = "^6.1.0" +isort = "^7.0.0" pre-commit = "^4.2.0" ruamel-yaml = "^0.18.14" tomlkit = "^0.13.3"