From 6e59804ca59e667dd7f150ebb2850c871c745ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:27:37 +0000 Subject: [PATCH] Bump jupyterlab from 1.2.5 to 1.2.21 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 1.2.5 to 1.2.21. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/commits) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++++----- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 79ab74e..a758d09 100644 --- a/poetry.lock +++ b/poetry.lock @@ -530,7 +530,7 @@ traitlets = "*" [[package]] name = "jupyterlab" -version = "1.2.5" +version = "1.2.21" description = "The JupyterLab notebook server extension." category = "dev" optional = false @@ -538,7 +538,7 @@ python-versions = ">=3.5" [package.dependencies] jinja2 = ">=2.10" -jupyterlab-server = ">=1.0.0,<1.1.0" +jupyterlab-server = ">=1.0,<2.0" notebook = ">=4.3.1" tornado = "<6.0.0 || >6.0.0,<6.0.1 || >6.0.1,<6.0.2 || >6.0.2" @@ -1373,7 +1373,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "4f2d518b002878fcdba15653efcc51f19f8f5f1824618c58919e20827412a150" +content-hash = "c903f24d32e982df1c480b7a82e0ba16d1b3946cfbc89eff32fd2fe23b6db8b9" [metadata.files] appdirs = [ @@ -1403,6 +1403,10 @@ argon2-cffi = [ {file = "argon2_cffi-20.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:9dfd5197852530294ecb5795c97a823839258dfd5eb9420233c7cfedec2058f2"}, {file = "argon2_cffi-20.1.0-cp39-cp39-win32.whl", hash = "sha256:e2db6e85c057c16d0bd3b4d2b04f270a7467c147381e8fd73cbbe5bc719832be"}, {file = "argon2_cffi-20.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:8a84934bd818e14a17943de8099d41160da4a336bcc699bb4c394bbb9b94bd32"}, + {file = "argon2_cffi-20.1.0-pp36-pypy36_pp73-macosx_10_7_x86_64.whl", hash = "sha256:b94042e5dcaa5d08cf104a54bfae614be502c6f44c9c89ad1535b2ebdaacbd4c"}, + {file = "argon2_cffi-20.1.0-pp36-pypy36_pp73-win32.whl", hash = "sha256:8282b84ceb46b5b75c3a882b28856b8cd7e647ac71995e71b6705ec06fc232c3"}, + {file = "argon2_cffi-20.1.0-pp37-pypy37_pp73-macosx_10_7_x86_64.whl", hash = "sha256:3aa804c0e52f208973845e8b10c70d8957c9e5a666f702793256242e9167c4e0"}, + {file = "argon2_cffi-20.1.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:36320372133a003374ef4275fbfce78b7ab581440dfca9f9471be3dd9a522428"}, ] "aspy.yaml" = [ {file = "aspy.yaml-1.3.0-py2.py3-none-any.whl", hash = "sha256:463372c043f70160a9ec950c3f1e4c3a82db5fca01d334b6bc89c7164d744bdc"}, @@ -1647,8 +1651,8 @@ jupyter-core = [ {file = "jupyter_core-4.6.1.tar.gz", hash = "sha256:a183e0ec2e8f6adddf62b0a3fc6a2237e3e0056d381e536d3e7c7ecc3067e244"}, ] jupyterlab = [ - {file = "jupyterlab-1.2.5-py2.py3-none-any.whl", hash = "sha256:8db5c0c88218e675ce0554cbc5e606db0457ac89f89470ab8d3cb3b30572979f"}, - {file = "jupyterlab-1.2.5.tar.gz", hash = "sha256:e3ce52a44725fc3c2bd346030fac7db508c82f1df7deb33be35260ddeea0df20"}, + {file = "jupyterlab-1.2.21-py2.py3-none-any.whl", hash = "sha256:67d83f56f5dcdfdcbacd94a00317ee0c7a57253001bdbba273ce7cd5a6c38680"}, + {file = "jupyterlab-1.2.21.tar.gz", hash = "sha256:b07b19b7947dbe8b1cca1112223d236823fc9e1151beeac7ac8d0b74ed2ee5ee"}, ] jupyterlab-server = [ {file = "jupyterlab_server-1.0.6-py3-none-any.whl", hash = "sha256:d9c3bcf097f7ad8d8fd2f8d0c1e8a1b833671c02808e5f807088975495364447"}, diff --git a/pyproject.toml b/pyproject.toml index 9b30395..972fccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ codecov = "^2.0.15" coverage = "^5.0.3" flake8 = "^3.7.9" flake8-black = "^0.1.1" -jupyterlab = "^1.2.5" +jupyterlab = "^1.2.21" mypy = "^0.761" pre-commit = "^1.21.0" pydocstyle = "^5.0.2"