From c12b87031687f0584ab68a072f8dfa6b92e5a84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 19:05:29 +0000 Subject: [PATCH] Bump notebook from 6.0.3 to 6.4.10 in /requirements Bumps [notebook](http://jupyter.org) from 6.0.3 to 6.4.10. --- updated-dependencies: - dependency-name: notebook dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 322 +++++++++++++++++++++++++++++++++---------- 1 file changed, 251 insertions(+), 71 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index c00e2d6..09d1caa 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,77 +4,257 @@ # # pip-compile --output-file=dev.txt dev.in # -appdirs==1.4.3 # via virtualenv -attrs==19.3.0 # via -r test.txt, jsonschema, pytest -backcall==0.1.0 # via ipython -bleach==3.1.4 # via nbconvert -cfgv==3.1.0 # via pre-commit -click==7.1.2 # via pip-tools -coverage==5.1 # via -r test.txt, pytest-cov -decorator==4.4.2 # via ipython, traitlets -defusedxml==0.6.0 # via nbconvert -distlib==0.3.0 # via virtualenv -entrypoints==0.3 # via -r test.txt, flake8, nbconvert -filelock==3.0.12 # via virtualenv -flake8==3.7.9 # via -r test.txt -identify==1.4.15 # via pre-commit -ipykernel==5.2.1 # via ipywidgets, jupyter, jupyter-console, notebook, qtconsole -ipython-genutils==0.2.0 # via nbformat, notebook, qtconsole, traitlets -ipython==7.13.0 # via -r dev.in, ipykernel, ipywidgets, jupyter-console -ipywidgets==7.5.1 # via jupyter -jedi==0.17.0 # via ipython -jinja2==2.11.2 # via nbconvert, notebook -jsonschema==3.2.0 # via nbformat -jupyter-client==6.1.3 # via ipykernel, jupyter-console, notebook, qtconsole -jupyter-console==6.1.0 # via jupyter -jupyter-core==4.6.3 # via jupyter-client, nbconvert, nbformat, notebook, qtconsole -jupyter==1.0.0 # via -r dev.in -markupsafe==1.1.1 # via jinja2 -mccabe==0.6.1 # via -r test.txt, flake8 -mistune==0.8.4 # via nbconvert -more-itertools==8.2.0 # via -r test.txt, pytest -nbconvert==5.6.1 # via jupyter, notebook -nbformat==5.0.6 # via ipywidgets, nbconvert, notebook -nodeenv==1.3.5 # via pre-commit -notebook==6.0.3 # via jupyter, widgetsnbextension -packaging==20.3 # via -r test.txt, pytest -pandocfilters==1.4.2 # via nbconvert -parso==0.7.0 # via jedi -pexpect==4.8.0 # via ipython -pickleshare==0.7.5 # via ipython -pip-tools==5.1.0 # via -r dev.in -pluggy==0.13.1 # via -r test.txt, pytest -pre-commit==2.3.0 # via -r dev.in -prometheus-client==0.7.1 # via notebook -prompt-toolkit==3.0.5 # via ipython, jupyter-console -ptyprocess==0.6.0 # via pexpect, terminado -py==1.8.1 # via -r test.txt, pytest -pycodestyle==2.5.0 # via -r test.txt, flake8 -pydevd-pycharm==201.7223.69 # via -r dev.in, -r test.txt -pyflakes==2.1.1 # via -r test.txt, flake8 -pygments==2.6.1 # via ipython, jupyter-console, nbconvert, qtconsole -pyparsing==2.4.7 # via -r test.txt, packaging -pyrsistent==0.16.0 # via jsonschema -pytest-cov==2.8.1 # via -r test.txt -pytest-mock==3.1.0 # via -r test.txt -pytest-reorder==0.1.1 # via -r test.txt -pytest==5.4.1 # via -r test.txt, pytest-cov, pytest-mock, pytest-reorder -python-dateutil==2.8.1 # via jupyter-client -pyyaml==5.3.1 # via pre-commit -pyzmq==19.0.0 # via jupyter-client, notebook, qtconsole -qtconsole==4.7.3 # via jupyter -qtpy==1.9.0 # via qtconsole -send2trash==1.5.0 # via notebook -six==1.14.0 # via -r test.txt, bleach, jsonschema, packaging, pip-tools, python-dateutil, traitlets, virtualenv -terminado==0.8.3 # via notebook -testpath==0.4.4 # via nbconvert -toml==0.10.0 # via pre-commit -tornado==6.0.4 # via ipykernel, jupyter-client, notebook, terminado -traitlets==4.3.3 # via ipykernel, ipython, ipywidgets, jupyter-client, jupyter-core, nbconvert, nbformat, notebook, qtconsole -virtualenv==20.0.18 # via pre-commit -wcwidth==0.1.9 # via -r test.txt, prompt-toolkit, pytest -webencodings==0.5.1 # via bleach -widgetsnbextension==3.5.1 # via ipywidgets +appdirs==1.4.3 + # via virtualenv +argon2-cffi==21.3.0 + # via notebook +argon2-cffi-bindings==21.2.0 + # via argon2-cffi +attrs==19.3.0 + # via + # -r test.txt + # jsonschema + # pytest +backcall==0.1.0 + # via ipython +bleach==3.1.4 + # via nbconvert +cffi==1.15.0 + # via argon2-cffi-bindings +cfgv==3.1.0 + # via pre-commit +click==7.1.2 + # via pip-tools +coverage==5.1 + # via + # -r test.txt + # pytest-cov +decorator==4.4.2 + # via + # ipython + # traitlets +defusedxml==0.6.0 + # via nbconvert +distlib==0.3.0 + # via virtualenv +entrypoints==0.3 + # via + # -r test.txt + # flake8 + # nbconvert +filelock==3.0.12 + # via virtualenv +flake8==3.7.9 + # via -r test.txt +identify==1.4.15 + # via pre-commit +ipykernel==5.2.1 + # via + # ipywidgets + # jupyter + # jupyter-console + # notebook + # qtconsole +ipython==7.13.0 + # via + # -r dev.in + # ipykernel + # ipywidgets + # jupyter-console +ipython-genutils==0.2.0 + # via + # nbformat + # notebook + # qtconsole + # traitlets +ipywidgets==7.5.1 + # via jupyter +jedi==0.17.0 + # via ipython +jinja2==2.11.2 + # via + # nbconvert + # notebook +jsonschema==3.2.0 + # via nbformat +jupyter==1.0.0 + # via -r dev.in +jupyter-client==6.1.3 + # via + # ipykernel + # jupyter-console + # notebook + # qtconsole +jupyter-console==6.1.0 + # via jupyter +jupyter-core==4.6.3 + # via + # jupyter-client + # nbconvert + # nbformat + # notebook + # qtconsole +markupsafe==1.1.1 + # via jinja2 +mccabe==0.6.1 + # via + # -r test.txt + # flake8 +mistune==0.8.4 + # via nbconvert +more-itertools==8.2.0 + # via + # -r test.txt + # pytest +nbconvert==5.6.1 + # via + # jupyter + # notebook +nbformat==5.0.6 + # via + # ipywidgets + # nbconvert + # notebook +nest-asyncio==1.5.5 + # via notebook +nodeenv==1.3.5 + # via pre-commit +notebook==6.4.10 + # via + # jupyter + # widgetsnbextension +packaging==20.3 + # via + # -r test.txt + # pytest +pandocfilters==1.4.2 + # via nbconvert +parso==0.7.0 + # via jedi +pexpect==4.8.0 + # via ipython +pickleshare==0.7.5 + # via ipython +pip-tools==5.1.0 + # via -r dev.in +pluggy==0.13.1 + # via + # -r test.txt + # pytest +pre-commit==2.3.0 + # via -r dev.in +prometheus-client==0.7.1 + # via notebook +prompt-toolkit==3.0.5 + # via + # ipython + # jupyter-console +ptyprocess==0.6.0 + # via + # pexpect + # terminado +py==1.8.1 + # via + # -r test.txt + # pytest +pycodestyle==2.5.0 + # via + # -r test.txt + # flake8 +pycparser==2.21 + # via cffi +pydevd-pycharm==201.7223.69 + # via + # -r dev.in + # -r test.txt +pyflakes==2.1.1 + # via + # -r test.txt + # flake8 +pygments==2.6.1 + # via + # ipython + # jupyter-console + # nbconvert + # qtconsole +pyparsing==2.4.7 + # via + # -r test.txt + # packaging +pyrsistent==0.16.0 + # via jsonschema +pytest==5.4.1 + # via + # -r test.txt + # pytest-cov + # pytest-mock + # pytest-reorder +pytest-cov==2.8.1 + # via -r test.txt +pytest-mock==3.1.0 + # via -r test.txt +pytest-reorder==0.1.1 + # via -r test.txt +python-dateutil==2.8.1 + # via jupyter-client +pyyaml==5.3.1 + # via pre-commit +pyzmq==19.0.0 + # via + # jupyter-client + # notebook + # qtconsole +qtconsole==4.7.3 + # via jupyter +qtpy==1.9.0 + # via qtconsole +send2trash==1.8.0 + # via notebook +six==1.14.0 + # via + # -r test.txt + # bleach + # jsonschema + # packaging + # pip-tools + # pyrsistent + # python-dateutil + # traitlets + # virtualenv +terminado==0.8.3 + # via notebook +testpath==0.4.4 + # via nbconvert +toml==0.10.0 + # via pre-commit +tornado==6.1 + # via + # ipykernel + # jupyter-client + # notebook + # terminado +traitlets==4.3.3 + # via + # ipykernel + # ipython + # ipywidgets + # jupyter-client + # jupyter-core + # nbconvert + # nbformat + # notebook + # qtconsole +virtualenv==20.0.18 + # via pre-commit +wcwidth==0.1.9 + # via + # -r test.txt + # prompt-toolkit + # pytest +webencodings==0.5.1 + # via bleach +widgetsnbextension==3.5.1 + # via ipywidgets # The following packages are considered to be unsafe in a requirements file: # pip