aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-07-24 11:29:13 -0500
committerLovett, Trevor (tl2972) <tl2972@att.com>2019-07-24 11:29:26 -0500
commit1f02c5a5f2bbddfa375e44bc1d93e435d501f4ee (patch)
treef8f1d658eeced22ce6500d8697773df7e21115b0
parent3140095996787a4bd322a9c0448e590a918f7093 (diff)
[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 <trevor.lovett@att.com>
-rw-r--r--requirements.txt15
1 files 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