diff --git a/poetry.lock b/poetry.lock index 23d7ac6..714d625 100644 --- a/poetry.lock +++ b/poetry.lock @@ -333,19 +333,18 @@ files = [ [[package]] name = "isort" -version = "6.1.0" +version = "8.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"] 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-8.0.0-py3-none-any.whl", hash = "sha256:184916a933041c7cf718787f7e52064f3c06272aff69a5cb4dc46497bd8911d9"}, + {file = "isort-8.0.0.tar.gz", hash = "sha256:fddea59202f231e170e52e71e3510b99c373b6e571b55d9c7b31b679c0fed47c"}, ] [package.extras] colors = ["colorama"] -plugins = ["setuptools"] [[package]] name = "librt" @@ -939,4 +938,4 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "fef5732c8b443ab4a7d7f997abb08cc050886e42b3e5c882df3f5b3ecf3e7314" +content-hash = "655d8ae7d0770c12086b158c0d04d96d02391d06e352fd2ec90af420a8c09cc7" diff --git a/pyproject.toml b/pyproject.toml index fd5e9b2..196a700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ tbump = "^6.11.0" pre-commit = "*" pytest = ">=6.2.5,<9.0.0" pytest-cov = ">=6.1.1,<8.0.0" -isort = "^6.0.1" +isort = ">=6.0.1,<9.0.0" black = "^25.1.0" flynt = "1.0.6" mypy = "^1.15"