From 2dffbe08f4c73acbc392919841f3e98300160981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 05:05:59 +0000 Subject: [PATCH] pip prod(deps): bump jupyterlab from 3.6.2 to 3.6.3 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.6.2...@jupyterlab/vdom@3.6.3) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-patch ... 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..4877bb0 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==3.6.3 # 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/