diff --git a/poetry.lock b/poetry.lock index 1b9cafc0..b761cb5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -964,19 +964,18 @@ files = [ [[package]] name = "isort" -version = "6.0.1" +version = "8.0.1" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.9.0" +python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, - {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, + {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 = "jmespath" @@ -3124,4 +3123,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "72fdb8f8cacd9808b8cb79c2cb2aa6384d88abbf17fab1b09f610910ca30fd74" +content-hash = "7ca0c4c43da680caf54548f0c081401b3d35f0f0d8130d1ba3678c53bd1f4ea6" diff --git a/pyproject.toml b/pyproject.toml index 299fd1a4..508c26f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ certifi = "^2025.1.31" [tool.poetry.group.dev.dependencies] black = ">=25.1,<27.0" -isort = "^6.0.1" +isort = ">=6.0.1,<9.0.0" flake8 = "^7.1.2" [build-system]