diff --git a/poetry.lock b/poetry.lock index 23d7ac6..86c1ba0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -333,19 +333,18 @@ files = [ [[package]] name = "isort" -version = "6.1.0" +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.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"}, - {file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"}, + {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 = "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"