diff --git a/poetry.lock b/poetry.lock index 8358cab..46433f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1128,18 +1128,19 @@ arrow = ">=0.15.0" [[package]] name = "isort" -version = "5.13.2" +version = "6.0.1" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" groups = ["linters"] files = [ - {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, - {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, + {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, + {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] +plugins = ["setuptools"] [[package]] name = "jedi" @@ -3734,4 +3735,4 @@ tests-strict = ["pytest (==4.6.0) ; python_version < \"3.10.0\" and python_versi [metadata] lock-version = "2.1" python-versions = "<3.13,>=3.10" -content-hash = "d218e5f482e6238d4d2d4bced250fa5de2e897dccca4e92b478e1ea764dd2e13" +content-hash = "0285869bb404f59ee3850990706952abc6139acb50f1fb51a7f797cba4212005" diff --git a/pyproject.toml b/pyproject.toml index d823a82..790f467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ coverage = {version = "^7.10.6", extras = ["toml"]} pytest-cov = "^6.3.0" [tool.poetry.group.linters.dependencies] -isort = "^5.13.2" +isort = "^6.0.1" black = "^25.1.0" ruff = "^0.12.12" nbqa = "^1.9.1"