From 1f02c5a5f2bbddfa375e44bc1d93e435d501f4ee Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Wed, 24 Jul 2019 11:29:13 -0500 Subject: [PATCH] [VVP] Updating dependencies (except pytest) Bringing most dependencies to current except pytest which will require changes to how self-test generates tests. Will address that in a future release Issue-ID: VVP-245 Change-Id: I20171ede15740087992b68e245dd9881d0bc5c78 Signed-off-by: Lovett, Trevor --- requirements.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index df25186..1f2247d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,15 +37,14 @@ # # -pytest==3.7.4 -PyYAML==3.13 -pytest-tap==2.3 -boltons==18.0.1 -xlsxwriter==1.1.2 -docutils==0.14 -requests==2.20.0 +pytest>=3.7,<3.8 +PyYAML>=5.1,<5.2 +boltons>=19.1,<19.2 +xlsxwriter==1.1.8 +docutils>=0.15,<0.16 +requests>=2.22,<2.23 appdirs==1.4.3 -jinja2==2.10 +jinja2>=2.10,<2.11 six==1.12.0 pyinstaller mock -- 2.16.6