diff --git a/poetry.lock b/poetry.lock index f1a1c1a..8e3f725 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" @@ -886,7 +886,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"}, @@ -1220,18 +1220,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" @@ -3361,7 +3362,7 @@ description = "Fundamental algorithms for scientific computing in Python" optional = false python-versions = ">=3.10" groups = ["main"] -markers = "python_version < \"3.11\"" +markers = "python_version == \"3.10\"" files = [ {file = "scipy-1.15.3-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:a345928c86d535060c9c2b25e71e87c39ab2f22fc96e9636bd74d1dbf9de448c"}, {file = "scipy-1.15.3-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:ad3432cb0f9ed87477a8d97f03b763fd1d57709f1bbde3c9369b1dff5503b253"}, @@ -3827,7 +3828,7 @@ files = [ {file = "tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38"}, {file = "tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed"}, ] -markers = {dev = "python_version < \"3.11\"", docs = "python_version < \"3.11\"", security = "python_version < \"3.11\"", test = "python_version < \"3.11\"", typing = "python_version < \"3.11\""} +markers = {dev = "python_version == \"3.10\"", docs = "python_version == \"3.10\"", security = "python_version == \"3.10\"", test = "python_version == \"3.10\"", typing = "python_version == \"3.10\""} [[package]] name = "tomlkit" @@ -3954,7 +3955,7 @@ files = [ {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"}, {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"}, ] -markers = {dev = "python_version <= \"3.11\"", linters = "python_version <= \"3.11\""} +markers = {dev = "python_version < \"3.12\"", linters = "python_version < \"3.12\""} [[package]] name = "tzdata" @@ -4156,4 +4157,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 = "52ea05d2099ae2db7f9be5fc88b25e77bba9ec61a5533ca8b3376426528f35a8" +content-hash = "fd59f9af29042beaeb439427c6e913a50e190bf3892cdd9b2af1cddbff1c02e1" diff --git a/pyproject.toml b/pyproject.toml index a3d2be0..8c32b7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,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"