From: Lovett, Trevor Date: Wed, 24 Jul 2019 16:29:13 +0000 (-0500) Subject: [VVP] Updating dependencies (except pytest) X-Git-Tag: 5.0.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=commitdiff_plain;h=1f02c5a5f2bbddfa375e44bc1d93e435d501f4ee [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 --- 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