From 1245712f4c0349299567b7aeb90ca6b4af0bf908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:51:20 +0000 Subject: [PATCH] Bump notebook from 6.1.5 to 6.4.1 Bumps [notebook](https://github.com/jupyter/jupyterhub) from 6.1.5 to 6.4.1. - [Release notes](https://github.com/jupyter/jupyterhub/releases) - [Changelog](https://github.com/jupyterhub/jupyterhub/blob/main/CHECKLIST-Release.md) - [Commits](https://github.com/jupyter/jupyterhub/commits) --- updated-dependencies: - dependency-name: notebook dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b775d8..52d8a01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ markupsafe==1.1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, mistune==0.8.4 nbconvert==5.6.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' nbformat==5.0.7; python_version >= '3.5' -notebook==6.1.5; python_version >= '3.5' +notebook==6.4.1; python_version >= '3.5' numba==0.51.0 numpy==1.19.1 packaging==20.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'