From 5ec5e2f23e15314beabb07947b455d1c62875b1f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 21:00:10 +0200 Subject: [PATCH 1/3] Update six from 1.10.0 to 1.12.0 --- Pipfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 09cd342..9471ac1 100644 --- a/Pipfile +++ b/Pipfile @@ -1,11 +1,16 @@ [[source]] + name = "pypi" url = "https://pypi.org/simple" verify_ssl = true + [dev-packages] + gitchangelog = "==3.0.3" + [packages] -six = "==1.10.0" + +six = "==1.12.0" pytest = "==3.5.0" From d1213161474a67c1c49d0f276bac196752a20a41 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 21:00:15 +0200 Subject: [PATCH 2/3] Update pytest from 3.5.0 to 4.5.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9471ac1..4b77289 100644 --- a/Pipfile +++ b/Pipfile @@ -13,4 +13,4 @@ gitchangelog = "==3.0.3" [packages] six = "==1.12.0" -pytest = "==3.5.0" +pytest = "==4.5.0" From ca0b2fe45b8971770125f4f5e7ba76a80e584c3d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 21:00:17 +0200 Subject: [PATCH 3/3] Update gitchangelog from 3.0.3 to 3.0.4 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4b77289..3ea60be 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true [dev-packages] -gitchangelog = "==3.0.3" +gitchangelog = "==3.0.4" [packages]