diff --git a/poetry.lock b/poetry.lock index ff57f61..352f60b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1833,18 +1833,18 @@ files = [ [[package]] name = "notebook" -version = "7.3.1" +version = "7.3.2" description = "Jupyter Notebook - A web-based notebook environment for interactive computing" optional = false python-versions = ">=3.8" files = [ - {file = "notebook-7.3.1-py3-none-any.whl", hash = "sha256:212e1486b2230fe22279043f33c7db5cf9a01d29feb063a85cb139747b7c9483"}, - {file = "notebook-7.3.1.tar.gz", hash = "sha256:84381c2a82d867517fd25b86e986dae1fe113a70b98f03edff9b94e499fec8fa"}, + {file = "notebook-7.3.2-py3-none-any.whl", hash = "sha256:e5f85fc59b69d3618d73cf27544418193ff8e8058d5bf61d315ce4f473556288"}, + {file = "notebook-7.3.2.tar.gz", hash = "sha256:705e83a1785f45b383bf3ee13cb76680b92d24f56fb0c7d2136fe1d850cd3ca8"}, ] [package.dependencies] jupyter-server = ">=2.4.0,<3" -jupyterlab = ">=4.3.2,<4.4" +jupyterlab = ">=4.3.4,<4.4" jupyterlab-server = ">=2.27.1,<3" notebook-shim = ">=0.2,<0.3" tornado = ">=6.2.0" @@ -3541,4 +3541,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "506285374e5f311de5f9dd363af558169b44503a6ccfbf2c1e33c61acf256618" +content-hash = "10d39a1e92ba34af8ac50542da502ae9e740a468539cd42c61ba9cf66169a861" diff --git a/pyproject.toml b/pyproject.toml index b88e3ef..cde4c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ django-select2 = "^8.2.3" [tool.poetry.group.dev.dependencies] ipython = "^8.32.0" jupyter = "^1.0.0" -notebook = "^7.3.1" +notebook = "^7.3.2" jupyterlab = "^4.3.5" [build-system]