diff --git a/poetry.lock b/poetry.lock index ccff0cf..4dedeb7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -786,13 +786,13 @@ files = [ [[package]] name = "ipykernel" -version = "6.27.1" +version = "6.28.0" description = "IPython Kernel for Jupyter" optional = false python-versions = ">=3.8" files = [ - {file = "ipykernel-6.27.1-py3-none-any.whl", hash = "sha256:dab88b47f112f9f7df62236511023c9bdeef67abc73af7c652e4ce4441601686"}, - {file = "ipykernel-6.27.1.tar.gz", hash = "sha256:7d5d594b6690654b4d299edba5e872dc17bb7396a8d0609c97cb7b8a1c605de6"}, + {file = "ipykernel-6.28.0-py3-none-any.whl", hash = "sha256:c6e9a9c63a7f4095c0a22a79f765f079f9ec7be4f2430a898ddea889e8665661"}, + {file = "ipykernel-6.28.0.tar.gz", hash = "sha256:69c11403d26de69df02225916f916b37ea4b9af417da0a8c827f84328d88e5f3"}, ] [package.dependencies] @@ -806,7 +806,7 @@ matplotlib-inline = ">=0.1" nest-asyncio = "*" packaging = "*" psutil = "*" -pyzmq = ">=20" +pyzmq = ">=24" tornado = ">=6.1" traitlets = ">=5.4.0" @@ -2804,4 +2804,4 @@ paramdb = ["paramdb"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4a725f07e4837507d361977ce5250f43b39bbdcf916487ba17de3166a803fbe8" +content-hash = "7a63b83b4045d03d998b438707142eb2b802de162463d7c9d68c252314c9cc13" diff --git a/pyproject.toml b/pyproject.toml index 859a373..c19eeb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ myst-parser = "^2.0.0" furo = "^2023.9.10" sphinx-copybutton = "^0.5.2" jupyter-sphinx = "^0.4.0" -ipykernel = "^6.27.1" +ipykernel = "^6.28.0" directory-tree = "^0.0.4" sphinx-autobuild = "^2021.3.14"