diff --git a/poetry.lock b/poetry.lock index f1a1c1a..0f770cd 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"}, @@ -1569,21 +1569,21 @@ test = ["hatch", "ipykernel", "openapi-core (>=0.18.0,<0.19.0)", "openapi-spec-v [[package]] name = "jupyterlab-templates" -version = "0.5.2" +version = "0.5.3" description = "notebook templates for jupyterlab" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "jupyterlab_templates-0.5.2-py3-none-any.whl", hash = "sha256:125fe4da3d6034085dd4f5a4ee389204d50e1ecaf7e76e04168c1be52b7532b1"}, - {file = "jupyterlab_templates-0.5.2.tar.gz", hash = "sha256:7bea071f933a50879ac08b52414fac9c413c50d6919fceca393f0841c1a74510"}, + {file = "jupyterlab_templates-0.5.3-py3-none-any.whl", hash = "sha256:c1d14d3824697aa59dc8e8cd1264aaf5b8b1d08cfd72d7ab2a17b0f92d7efabb"}, + {file = "jupyterlab_templates-0.5.3.tar.gz", hash = "sha256:c7c68e61f8eaa6f0d69a9117e9945a3bdbf01ab425c51386c0027f85a8f6eae4"}, ] [package.dependencies] jupyterlab = ">=4,<5" [package.extras] -develop = ["check-manifest", "pytest", "pytest-cov", "ruff (>=0.3,<0.4)"] +develop = ["check-manifest", "pytest", "pytest-cov", "ruff (>=0.5.0,<0.13)", "twine (>=5,<6.2)"] test = ["pytest", "pytest-cov"] [[package]] @@ -3361,7 +3361,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 +3827,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 +3954,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 +4156,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 = "6c2c6cf21a452a7e85974ddcd4f4b8f715c7a42408317d04ed85f518c9ef642c" diff --git a/pyproject.toml b/pyproject.toml index a3d2be0..8b279ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ invoke = "^2.2.0" bump2version = "^1.0.1" watchdog = {version = "^6.0.0", extras = ["watchmedo"]} jupyterlab = "^4.4.7" -jupyterlab-templates = "^0.5.2" +jupyterlab-templates = "^0.5.3" [tool.poetry.group.test.dependencies] pytest = "^8.3.3"