From fe6eff79a86c27367585b76853a03dce247d3fab Mon Sep 17 00:00:00 2001 From: Christopher Daigle Date: Tue, 11 Feb 2020 07:34:57 -0500 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a7539c..7ae5f83 100755 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ ipython==6.5.0 ipython-genutils==0.2.0 ipywidgets==7.4.0 jedi==0.12.1 -Jinja2==2.10 +Jinja2==2.10.1 jsonschema==2.6.0 jupyter==1.0.0 jupyter-client==5.2.3 @@ -33,7 +33,7 @@ mkl-fft==1.0.4 mkl-random==1.0.1 nbconvert==5.3.1 nbformat==4.4.0 -notebook==5.6.0 +notebook==5.7.8 numpy==1.13.3 pandocfilters==1.4.2 parso==0.3.1 @@ -61,7 +61,7 @@ terminado==0.8.1 testpath==0.3.1 tornado==5.1 traitlets==4.3.2 -Twisted==18.7.0 +twisted==19.7.0 wcwidth==0.1.7 webencodings==0.5.1 widgetsnbextension==3.4.0 From 7998f93ceb40370c7990db7d7094d1325cdc4370 Mon Sep 17 00:00:00 2001 From: Christopher Daigle Date: Tue, 11 Feb 2020 07:40:32 -0500 Subject: [PATCH 2/2] change to safe versions of packages Jinja2 (2.10 -> 2.10.1), notebook (5.6.0 -> 5.7.8), and twisted (Twisted 18.7.0 -> twisted 19.7.0) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ae5f83..2890a28 100755 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ terminado==0.8.1 testpath==0.3.1 tornado==5.1 traitlets==4.3.2 -twisted==19.7.0 +twisted==19.7.0 wcwidth==0.1.7 webencodings==0.5.1 widgetsnbextension==3.4.0