From 77c0f4327ae9135350425d786d927a654d5c415c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 05:08:01 +0000 Subject: [PATCH] pip prod(deps): bump jupyterlab from 3.6.2 to 4.0.1 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.6.2 to 4.0.1. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.6.2...@jupyterlab/lsp@4.0.1) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 6c28322..5656257 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -21,7 +21,7 @@ django-debug-toolbar==3.8.1 # https://github.com/jazzband/django-debug-toolbar factory-boy==3.2.1 # https://github.com/FactoryBoy/factory_boy httpie==3.2.1 # https://github.com/httpie/httpie ## For HTTP requests ipdb==0.13.11 # https://github.com/gotcha/ipdb -jupyterlab==3.6.2 # https://docs.jupyter.org/en/latest/ ## For shell commands +jupyterlab==4.0.1 # https://docs.jupyter.org/en/latest/ ## For shell commands psycopg2-binary==2.9.5 # https://github.com/psycopg/psycopg2 pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django pytest-mock==3.10.0 # https://github.com/pytest-dev/pytest-mock/