From ac871b5874ca296a5dc315821320bed7e4379a00 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 15 Mar 2017 10:14:16 +0100 Subject: [PATCH] bump pyparsing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a942a9e3..7292fdf2 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ setup( "passlib>=1.6.5, <1.8", "pyasn1>=0.1.9, <0.3", "pyOpenSSL>=16.0, <17.0", - "pyparsing>=2.1.3, <2.2", + "pyparsing>=2.1.3, <2.3", "pyperclip>=1.5.22, <1.6", "requests>=2.9.1, <3", "ruamel.yaml>=0.13.2, <0.14",