summaryrefslogtreecommitdiffstats
path: root/test/requirements.txt
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-01-22 19:58:47 -0800
committerPaul Vinciguerra <pvinci@vinciconsulting.com>2019-01-22 19:58:47 -0800
commit31df49c39f2e3bea3cf85150cdac170845f2efd7 (patch)
tree53c1369dbe9b6358e380bbfb5a1e155df75b5148 /test/requirements.txt
parent8340c69ad4c8ca4002a382fbf192f447e73d964d (diff)
VTL: Test against latest version of syslog_rfc5424_parser.
The latest version moved to lark from pyparsing. The developers were kind enough to verify that their new grammar works with our tests. Change-Id: I260b7e4641f6e283862f706c1e52199e28facc5c Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test/requirements.txt')
-rw-r--r--test/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requirements.txt b/test/requirements.txt
index 52dca171852..b05cc74bc1a 100644
--- a/test/requirements.txt
+++ b/test/requirements.txt
@@ -10,4 +10,4 @@ pycodestyle # MIT (Expat license) https://pypi
scapy==2.4.0; python_version >= '2.7' or python_version >= '3.4' # GPL2 https://github.com/secdev/scapy/blob/master/LICENSE
six # MIT
subprocess32 # PSF
-syslog_rfc5424_parser>=0.2.0 # ISC
+syslog_rfc5424_parser>=0.3.0 # ISC