diff --git a/poetry.lock b/poetry.lock index 3f3e02a..9814244 100644 --- a/poetry.lock +++ b/poetry.lock @@ -827,14 +827,14 @@ test-extra = ["curio", "ipython[test]", "jupyter_ai", "matplotlib (!=3.2.0)", "n [[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"] 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] @@ -2373,4 +2373,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "2d935802dd48aebccd1034c5d0c6f3e6d72c4945fa304b6f029204795d87dbfe" +content-hash = "f5b06141cd22e3395b1fc25a0fe82d82e4c7c6f9a4a0349d5ec0e70e6fab9df4" diff --git a/pyproject.toml b/pyproject.toml index 3e3652c..ae7d4e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ typer = "^0.19.0" [tool.poetry.group.dev.dependencies] ipykernel = "^6.30.1" -isort = "^6.0.1" +isort = "^7.0.0" jupytext = "^1.16.6" mypy = "^1.17.1" nbqa = "^1.9.1"