From 3ebde245ed6314016e72aebc5df051d0f18162b3 Mon Sep 17 00:00:00 2001 From: "corey.hammerton" Date: Mon, 1 Feb 2016 19:23:31 -0500 Subject: [PATCH] requirements.txt: Updating the required version of pypuppetdb The standard package requirements have a dependency on version 0.2.1 of pypuppetdb, updating the developer requirements list with the same version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc8a991..e9f1d9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ MarkupSafe==0.19 WTForms==1.0.5 Werkzeug==0.9.4 itsdangerous==0.23 -pypuppetdb==0.2.0 +pypuppetdb==0.2.1 requests==2.2.1