From b0a62702d9a549ce65fd5816e1f5857f488694ac Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Wed, 23 Dec 2020 23:30:56 +0000 Subject: [PATCH] Run lock script to update requirements.txt files with webtest dependency --- src/requirements-dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/requirements-dev.txt b/src/requirements-dev.txt index 007ad7c..8942b4b 100644 --- a/src/requirements-dev.txt +++ b/src/requirements-dev.txt @@ -47,7 +47,7 @@ nbconvert==6.0.7; python_version >= "3.6" nbformat==5.0.8; python_version >= "3.6" nest-asyncio==1.4.3; python_version >= "3.6" nltk==3.5; python_version >= "3.5" -notebook==6.1.5; python_version >= "3.5" +notebook==6.1.6; python_version >= "3.5" orjson==3.4.6; python_version >= "3.8" packaging==20.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" pandocfilters==1.4.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" @@ -84,8 +84,10 @@ tornado==6.1; python_version >= "3.6" tqdm==4.54.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_version >= "3.5" and python_full_version >= "3.4.0" traitlets==5.0.5; python_version >= "3.7" urllib3==1.26.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8" +waitress==1.4.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" wcwidth==0.2.5; python_full_version >= "3.6.1" and python_version >= "3.6" webencodings==0.5.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" webob==1.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") +webtest==2.0.35 widgetsnbextension==3.5.1 -e src/.