From 4871d1fab0531ddb2838adc58f308d0e408a94c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 00:07:30 +0000 Subject: [PATCH] build(deps-dev): bump notebook from 6.4.8 to 6.4.12 Bumps [notebook](http://jupyter.org) from 6.4.8 to 6.4.12. --- updated-dependencies: - dependency-name: notebook dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 92abbf3..6800d59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -540,11 +540,11 @@ python-versions = "*" [[package]] name = "notebook" -version = "6.4.8" +version = "6.4.12" description = "A web-based notebook environment for interactive computing" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] argon2-cffi = "*" @@ -553,7 +553,7 @@ ipython-genutils = "*" jinja2 = "*" jupyter-client = ">=5.3.4" jupyter-core = ">=4.6.1" -nbconvert = "*" +nbconvert = ">=5" nbformat = "*" nest-asyncio = ">=1.5" prometheus-client = "*" @@ -566,7 +566,7 @@ traitlets = ">=4.2.1" [package.extras] docs = ["sphinx", "nbsphinx", "sphinxcontrib-github-alt", "sphinx-rtd-theme", "myst-parser"] json-logging = ["json-logging"] -test = ["pytest", "coverage", "requests", "nbval", "selenium", "pytest-cov", "requests-unixsocket"] +test = ["pytest", "coverage", "requests", "testpath", "nbval", "selenium", "pytest-cov", "requests-unixsocket"] [[package]] name = "packaging" @@ -945,7 +945,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "bd9dfb87316a752f4ad4ded2d4ad207960dd95e6d2437368d7d13275fba6a159" +content-hash = "4dd3b2e8374c41a8a8f0b89a5d51c0b916a4118fb8f2ba5a9c5c3404bbfa0445" [metadata.files] appnope = [ @@ -1280,8 +1280,8 @@ nodeenv = [ {file = "nodeenv-1.6.0.tar.gz", hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b"}, ] notebook = [ - {file = "notebook-6.4.8-py3-none-any.whl", hash = "sha256:3e702fcc54b8ae597533c3864793b7a1e971dec9e112f67235828d8a798fd654"}, - {file = "notebook-6.4.8.tar.gz", hash = "sha256:1e985c9dc6f678bdfffb9dc657306b5469bfa62d73e03f74e8defbf76d284312"}, + {file = "notebook-6.4.12-py3-none-any.whl", hash = "sha256:8c07a3bb7640e371f8a609bdbb2366a1976c6a2589da8ef917f761a61e3ad8b1"}, + {file = "notebook-6.4.12.tar.gz", hash = "sha256:6268c9ec9048cff7a45405c990c29ac9ca40b0bc3ec29263d218c5e01f2b4e86"}, ] packaging = [ {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, diff --git a/pyproject.toml b/pyproject.toml index cd84952..dc3856c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ flake8 = "^4.0.1" isort = "^5.10.1" mypy = "^0.931" pre-commit = "^2.17.0" -notebook = "^6.4.8" +notebook = "^6.4.12" [build-system] requires = ["poetry-core>=1.0.0"]