diff --git a/poetry.lock b/poetry.lock index 6965c2d5..a1c31415 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1231,14 +1231,14 @@ files = [ [[package]] name = "ipykernel" -version = "6.31.0" +version = "7.1.0" description = "IPython Kernel for Jupyter" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev", "docs", "test"] files = [ - {file = "ipykernel-6.31.0-py3-none-any.whl", hash = "sha256:abe5386f6ced727a70e0eb0cf1da801fa7c5fa6ff82147747d5a0406cd8c94af"}, - {file = "ipykernel-6.31.0.tar.gz", hash = "sha256:2372ce8bc1ff4f34e58cafed3a0feb2194b91fc7cad0fc72e79e47b45ee9e8f6"}, + {file = "ipykernel-7.1.0-py3-none-any.whl", hash = "sha256:763b5ec6c5b7776f6a8d7ce09b267693b4e5ce75cb50ae696aaefb3c85e1ea4c"}, + {file = "ipykernel-7.1.0.tar.gz", hash = "sha256:58a3fc88533d5930c3546dc7eac66c6d288acde4f801e2001e65edc5dc9cf0db"}, ] [package.dependencies] @@ -1258,7 +1258,7 @@ traitlets = ">=5.4.0" [package.extras] cov = ["coverage[toml]", "matplotlib", "pytest-cov", "trio"] -docs = ["intersphinx-registry", "myst-parser", "pydata-sphinx-theme", "sphinx", "sphinx-autodoc-typehints", "sphinxcontrib-github-alt", "sphinxcontrib-spelling", "trio"] +docs = ["intersphinx-registry", "myst-parser", "pydata-sphinx-theme", "sphinx (<8.2.0)", "sphinx-autodoc-typehints", "sphinxcontrib-github-alt", "sphinxcontrib-spelling", "trio"] pyqt5 = ["pyqt5"] pyside6 = ["pyside6"] test = ["flaky", "ipyparallel", "pre-commit", "pytest (>=7.0,<9)", "pytest-asyncio (>=0.23.5)", "pytest-cov", "pytest-timeout"] @@ -4495,4 +4495,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "d8699aeab4744b5fb47ec1c850478a46784d8abc3880b5a8530678eaf7f51c7c" +content-hash = "43644642fe01e9e4f088b8850db4aa6c0fd9b896369ce2084321088bae3a3699" diff --git a/pyproject.toml b/pyproject.toml index 24c793f4..042be4f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,13 +62,13 @@ optional = true [tool.poetry.group.dev.dependencies] jupyter = "^1.1.1" jupytext = "^1.18.1" -ipykernel = "^6.31.0" +ipykernel = "^7.1.0" ipympl = "^0.9.8" [tool.poetry.group.test.dependencies] pytest = "^9.0.2" pytest-cov = "^7.0.0" -ipykernel = "^6.31.0" +ipykernel = "^7.1.0" [tool.poetry.group.docs] optional = true @@ -83,7 +83,7 @@ sphinxcontrib-apidoc = ">=0.6.0,<1.0" sphinxcontrib-mermaid = "^2.0" nbsphinx = "^0.9.8" numpydoc = "^1.10.0" -ipykernel = "^6.31.0" +ipykernel = "^7.1.0" ipympl = "^0.9.8"