diff --git a/poetry.lock b/poetry.lock index eefcf3d..e0eecb8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1434,7 +1434,7 @@ python-versions = "*" [[package]] name = "notebook" -version = "6.4.11" +version = "6.4.12" description = "A web-based notebook environment for interactive computing" category = "main" optional = false @@ -2503,7 +2503,7 @@ examples = ["fastaparser", "jupyter-contrib-nbextensions", "jupyter-console", "j [metadata] lock-version = "1.1" python-versions = "^3.9.6" -content-hash = "21938cdb14c6b57a484ec2c66b8eea56a2bbf5188d67537aa873104a8fe659f1" +content-hash = "ecf291d820bd810e6acfdaf034f34d8adcf61f6de54bb2e9c92b30aedf27c0e2" [metadata.files] anyio = [ @@ -3343,8 +3343,8 @@ nodeenv = [ {file = "nodeenv-1.6.0.tar.gz", hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b"}, ] notebook = [ - {file = "notebook-6.4.11-py3-none-any.whl", hash = "sha256:b4a6baf2eba21ce67a0ca11a793d1781b06b8078f34d06c710742e55f3eee505"}, - {file = "notebook-6.4.11.tar.gz", hash = "sha256:709b1856a564fe53054796c80e17a67262071c86bfbdfa6b96aaa346113c555a"}, + {file = "notebook-6.4.12-py3-none-any.whl", hash = "sha256:8c07a3bb7640e371f8a609bdbb2366a1976c6a2589da8ef917f761a61e3ad8b1"}, + {file = "notebook-6.4.12.tar.gz", hash = "sha256:6268c9ec9048cff7a45405c990c29ac9ca40b0bc3ec29263d218c5e01f2b4e86"}, ] numpy = [ {file = "numpy-1.22.3-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:92bfa69cfbdf7dfc3040978ad09a48091143cffb778ec3b03fa170c494118d75"}, diff --git a/pyproject.toml b/pyproject.toml index aa7d523..2629880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ examples = ["fastaparser", "jupyter_contrib_nbextensions", "jupyter-console", "j [tool.poetry.dev-dependencies] seaborn = "^0.11.2" # TODO(diegovalenzuelaiturra): Check if required for testing jupyter notebooks. Check if fixing versions is is still required. -notebook = "^6.4.0" +notebook = "^6.4.12" nglview = "^3.0.3" nbconvert = "5.6.1" # Temporarily pinned for avoiding https://github.com/jupyter/jupyter_client/issues/637 jupyter-client = "6.1.12" # Temporarily pinned for avoiding https://github.com/jupyter/jupyter_client/issues/637