From affddcde77be28eb1c109a3d6b2adaf6b3c7b9ec Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Oct 2018 00:40:04 -0700 Subject: [PATCH 1/8] Pin coverage to latest version 4.5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ea2195..c428c54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -coverage +coverage==4.5.1 coveralls pyflakes pylint From 0ce0157eec88742ebfae9f4393f9b7404c4ee651 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Oct 2018 00:40:05 -0700 Subject: [PATCH 2/8] Pin coveralls to latest version 1.5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c428c54..5472a03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ coverage==4.5.1 -coveralls +coveralls==1.5.1 pyflakes pylint nose From b117d913ddb91742b64d88bb32a5e25b60dd9a52 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Oct 2018 00:40:07 -0700 Subject: [PATCH 3/8] Pin pyflakes to latest version 2.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5472a03..cfac069 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ coverage==4.5.1 coveralls==1.5.1 -pyflakes +pyflakes==2.0.0 pylint nose mock From aea9679ea294ec2bde2caab7bf11efe2bdc17f17 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Oct 2018 00:40:09 -0700 Subject: [PATCH 4/8] Pin pylint to latest version 2.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cfac069..217ffef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ coverage==4.5.1 coveralls==1.5.1 pyflakes==2.0.0 -pylint +pylint==2.1.1 nose mock six From a3c6e869b1de591c88f574d96166fb9cfd138dd6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Oct 2018 00:40:10 -0700 Subject: [PATCH 5/8] Pin nose to latest version 1.3.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 217ffef..4e482c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ coverage==4.5.1 coveralls==1.5.1 pyflakes==2.0.0 pylint==2.1.1 -nose +nose==1.3.7 mock six ipython From 0645d6cce8ed5accf70224f8fffd422c6dc7f0ba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Oct 2018 00:40:11 -0700 Subject: [PATCH 6/8] Pin mock to latest version 2.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e482c8..6300cd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ coveralls==1.5.1 pyflakes==2.0.0 pylint==2.1.1 nose==1.3.7 -mock +mock==2.0.0 six ipython From 7ff900ffc5ed960b8ee9ab611f18e8fc963571bc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Oct 2018 00:40:13 -0700 Subject: [PATCH 7/8] Pin six to latest version 1.11.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6300cd1..bea4981 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ pyflakes==2.0.0 pylint==2.1.1 nose==1.3.7 mock==2.0.0 -six +six==1.11.0 ipython From 6a9a225281f42a533ea00d6fda87b0ac15ed9beb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 4 Oct 2018 00:40:14 -0700 Subject: [PATCH 8/8] Pin ipython to latest version 7.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bea4981..4530002 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ pylint==2.1.1 nose==1.3.7 mock==2.0.0 six==1.11.0 -ipython +ipython==7.0.1