From 7708d77d465aa5b42d1d956657234a5c3a42c55f Mon Sep 17 00:00:00 2001 From: Chris Scaglione Date: Sat, 2 Nov 2019 21:10:24 +0000 Subject: [PATCH] Updated requests version number. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 456a6f9..70d612f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository contains a script that helps traceroute IPs in Device42 and set To utilize the traceroute_tags script, Python 2.7, 3.5+ is required. The following Python Packages are required as well: * xmljson==0.2.0 -* requests==2.13.0 +* requests==2.20.0 * pyparsing==2.1.10 These can all be installed by running `pip install -r requirements.txt`.