Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump notebook from 6.0.3 to 6.4.1 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
233 changes: 173 additions & 60 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,66 +4,179 @@
#
# pip-compile
#
aiohttp==3.6.2 # via jupyter-server-proxy
altair-data-server==0.4.1 # via -r requirements.in
altair==4.1.0 # via -r requirements.in, altair-data-server
appnope==0.1.0 # via ipykernel, ipython
async-timeout==3.0.1 # via aiohttp
attrs==19.3.0 # via aiohttp, jsonschema
backcall==0.2.0 # via ipython
bleach==3.1.5 # via nbconvert
chardet==3.0.4 # via aiohttp
decorator==4.4.2 # via ipython, traitlets
defusedxml==0.6.0 # via nbconvert
entrypoints==0.3 # via altair, nbconvert
idna-ssl==1.1.0 # via aiohttp
idna==2.10 # via idna-ssl, yarl
importlib-metadata==1.7.0 # via jsonschema
ipykernel==5.3.2 # via notebook
ipython-genutils==0.2.0 # via nbformat, notebook, traitlets
ipython==7.16.1 # via ipykernel
jedi==0.17.1 # via ipython
jinja2==2.11.2 # via altair, nbconvert, notebook
jsonschema==3.2.0 # via altair, nbformat
jupyter-client==6.1.5 # via ipykernel, notebook
jupyter-core==4.6.3 # via jupyter-client, nbconvert, nbformat, notebook
jupyter-server-proxy==1.5.0 # via -r requirements.in
markupsafe==1.1.1 # via jinja2
mistune==0.8.4 # via nbconvert
multidict==4.7.6 # via aiohttp, yarl
nbconvert==5.6.1 # via notebook
nbformat==5.0.7 # via nbconvert, notebook
notebook==6.0.3 # via jupyter-server-proxy
numpy==1.19.0 # via altair, pandas
packaging==20.4 # via bleach
pandas==1.0.5 # via -r requirements.in, altair
pandocfilters==1.4.2 # via nbconvert
parso==0.7.0 # via jedi
pexpect==4.8.0 # via ipython
pickleshare==0.7.5 # via ipython
portpicker==1.3.1 # via altair-data-server
prometheus-client==0.8.0 # via notebook
prompt-toolkit==3.0.5 # via ipython
ptyprocess==0.6.0 # via pexpect, terminado
pygments==2.6.1 # via ipython, nbconvert
pyparsing==2.4.7 # via packaging
pyrsistent==0.16.0 # via jsonschema
python-dateutil==2.8.1 # via jupyter-client, pandas
pytz==2020.1 # via pandas
pyzmq==19.0.1 # via jupyter-client, notebook
send2trash==1.5.0 # via notebook
simpervisor==0.3 # via jupyter-server-proxy
six==1.15.0 # via bleach, jsonschema, packaging, pyrsistent, python-dateutil, traitlets
terminado==0.8.3 # via notebook
testpath==0.4.4 # via nbconvert
toolz==0.10.0 # via altair
tornado==6.0.4 # via altair-data-server, ipykernel, jupyter-client, notebook, terminado
traitlets==4.3.3 # via ipykernel, ipython, jupyter-client, jupyter-core, nbconvert, nbformat, notebook
typing-extensions==3.7.4.2 # via aiohttp
wcwidth==0.2.5 # via prompt-toolkit
webencodings==0.5.1 # via bleach
yarl==1.4.2 # via aiohttp
zipp==3.1.0 # via importlib-metadata
aiohttp==3.6.2
# via jupyter-server-proxy
altair==4.1.0
# via
# -r requirements.in
# altair-data-server
altair-data-server==0.4.1
# via -r requirements.in
argon2-cffi==20.1.0
# via notebook
async-timeout==3.0.1
# via aiohttp
attrs==19.3.0
# via
# aiohttp
# jsonschema
backcall==0.2.0
# via ipython
bleach==3.1.5
# via nbconvert
cffi==1.14.6
# via argon2-cffi
chardet==3.0.4
# via aiohttp
decorator==4.4.2
# via
# ipython
# traitlets
defusedxml==0.6.0
# via nbconvert
entrypoints==0.3
# via
# altair
# nbconvert
idna==2.10
# via yarl
ipykernel==5.3.2
# via notebook
ipython==7.16.1
# via ipykernel
ipython-genutils==0.2.0
# via
# nbformat
# notebook
# traitlets
jedi==0.17.1
# via ipython
jinja2==2.11.2
# via
# altair
# nbconvert
# notebook
jsonschema==3.2.0
# via
# altair
# nbformat
jupyter-client==6.1.5
# via
# ipykernel
# notebook
jupyter-core==4.6.3
# via
# jupyter-client
# nbconvert
# nbformat
# notebook
jupyter-server-proxy==1.5.0
# via -r requirements.in
markupsafe==1.1.1
# via jinja2
mistune==0.8.4
# via nbconvert
multidict==4.7.6
# via
# aiohttp
# yarl
nbconvert==5.6.1
# via notebook
nbformat==5.0.7
# via
# nbconvert
# notebook
notebook==6.4.1
# via jupyter-server-proxy
numpy==1.19.0
# via
# altair
# pandas
packaging==20.4
# via bleach
pandas==1.0.5
# via
# -r requirements.in
# altair
pandocfilters==1.4.2
# via nbconvert
parso==0.7.0
# via jedi
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
portpicker==1.3.1
# via altair-data-server
prometheus-client==0.8.0
# via notebook
prompt-toolkit==3.0.5
# via ipython
ptyprocess==0.6.0
# via
# pexpect
# terminado
pycparser==2.20
# via cffi
pygments==2.6.1
# via
# ipython
# nbconvert
pyparsing==2.4.7
# via packaging
pyrsistent==0.16.0
# via jsonschema
python-dateutil==2.8.1
# via
# jupyter-client
# pandas
pytz==2020.1
# via pandas
pyzmq==19.0.1
# via
# jupyter-client
# notebook
send2trash==1.5.0
# via notebook
simpervisor==0.3
# via jupyter-server-proxy
six==1.15.0
# via
# argon2-cffi
# bleach
# jsonschema
# packaging
# pyrsistent
# python-dateutil
# traitlets
terminado==0.8.3
# via notebook
testpath==0.4.4
# via nbconvert
toolz==0.10.0
# via altair
tornado==6.1
# via
# altair-data-server
# ipykernel
# jupyter-client
# notebook
# terminado
traitlets==4.3.3
# via
# ipykernel
# ipython
# jupyter-client
# jupyter-core
# nbconvert
# nbformat
# notebook
wcwidth==0.2.5
# via prompt-toolkit
webencodings==0.5.1
# via bleach
yarl==1.4.2
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# setuptools