diff --git a/poetry.lock b/poetry.lock index 8358cab..b23fa57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "alabaster" @@ -853,7 +853,7 @@ description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" groups = ["dev", "linters", "security", "test"] -markers = "python_version < \"3.11\"" +markers = "python_version == \"3.10\"" files = [ {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, @@ -1128,18 +1128,19 @@ arrow = ">=0.15.0" [[package]] name = "isort" -version = "5.13.2" +version = "6.1.0" 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.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"}, + {file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] +plugins = ["setuptools"] [[package]] name = "jedi" @@ -3426,7 +3427,7 @@ files = [ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] -markers = {dev = "python_version < \"3.11\"", docs = "python_version < \"3.11\"", security = "python_version < \"3.11\"", test = "python_full_version <= \"3.11.0a6\"", typing = "python_version < \"3.11\""} +markers = {dev = "python_version == \"3.10\"", docs = "python_version == \"3.10\"", security = "python_version == \"3.10\"", test = "python_full_version <= \"3.11.0a6\"", typing = "python_version == \"3.10\""} [[package]] name = "tomlkit" @@ -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 = "e70f1f91c2153bbb850fb8feb2d378b82fbe45a50a07cbeac67cf97f840cda04" diff --git a/pyproject.toml b/pyproject.toml index d823a82..b2acea2 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.1.0" black = "^25.1.0" ruff = "^0.12.12" nbqa = "^1.9.1"