From e45fe56f116f022cde7e1ce66d24840eb1e15510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 06:20:20 +0000 Subject: [PATCH] chore(deps-dev): bump notebook from 7.3.0b2 to 7.3.0rc0 Bumps [notebook](https://github.com/jupyter/notebook) from 7.3.0b2 to 7.3.0rc0. - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.3.0-beta.2...@jupyter-notebook/tree@7.3.0-rc.0) --- updated-dependencies: - dependency-name: notebook dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index cde0bff..8a75932 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1561,13 +1561,13 @@ test = ["jupyter-server (>=2.0.0)", "pytest (>=7.0)", "pytest-jupyter[server] (> [[package]] name = "jupyterlab" -version = "4.3.0" +version = "4.3.1" description = "JupyterLab computational environment" optional = false python-versions = ">=3.8" files = [ - {file = "jupyterlab-4.3.0-py3-none-any.whl", hash = "sha256:f67e1095ad61ae04349024f0b40345062ab108a0c6998d9810fec6a3c1a70cd5"}, - {file = "jupyterlab-4.3.0.tar.gz", hash = "sha256:7c6835cbf8df0af0ec8a39332e85ff11693fb9a468205343b4fc0bfbc74817e5"}, + {file = "jupyterlab-4.3.1-py3-none-any.whl", hash = "sha256:2d9a1c305bc748e277819a17a5d5e22452e533e835f4237b2f30f3b0e491e01f"}, + {file = "jupyterlab-4.3.1.tar.gz", hash = "sha256:a4a338327556443521731d82f2a6ccf926df478914ca029616621704d47c3c65"}, ] [package.dependencies] @@ -1981,18 +1981,18 @@ files = [ [[package]] name = "notebook" -version = "7.3.0b2" +version = "7.3.0rc0" description = "Jupyter Notebook - A web-based notebook environment for interactive computing" optional = false python-versions = ">=3.8" files = [ - {file = "notebook-7.3.0b2-py3-none-any.whl", hash = "sha256:755431ad4a30bc4b1bbd9db72462cdd4804d08a5aa89f5e4cca6f0950b903e60"}, - {file = "notebook-7.3.0b2.tar.gz", hash = "sha256:5f07c08c6f68a88c0a6803904ea689f0ee0322856f5103dd48114faa62a26e5b"}, + {file = "notebook-7.3.0rc0-py3-none-any.whl", hash = "sha256:53746f0d0afa07a097ee6b53d16f63ed9ff23b049c2f81c449afb55e00c93302"}, + {file = "notebook-7.3.0rc0.tar.gz", hash = "sha256:3219689a8ad4cc23b1d7283ea7816618e54009ff7e557b21a113a51118836d1f"}, ] [package.dependencies] jupyter-server = ">=2.4.0,<3" -jupyterlab = ">=4.3.0,<4.4" +jupyterlab = ">=4.3.1,<4.4" jupyterlab-server = ">=2.27.1,<3" notebook-shim = ">=0.2,<0.3" tornado = ">=6.2.0" @@ -3688,4 +3688,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fcf603a29d3bfabf6bcccc17b05a83091df389e52cfcf4c13b95f825d12375a9" +content-hash = "45bcf93dc4399d3e02ec691b0fa2cd58b8282c6d02397096b579290fed4c18f8" diff --git a/pyproject.toml b/pyproject.toml index e6b6497..c8d289c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ sqlparse = "^0.5.2" [tool.poetry.group.dev.dependencies] ipython = "^8.29.0" jupyter = "^1.0.0" -notebook = "^7.2.0" +notebook = "^7.3.0rc0" jupyterlab = "^4.3.0" [build-system]