From 286097eb02777fc5a6baab1eedb251562ea478ba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Apr 2018 00:40:33 +0200 Subject: [PATCH 1/4] Pin pycodestyle to latest version 2.4.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 2af4e6074..92610b714 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ keras>=2.1,<2.2 -pycodestyle<2.4.0,>=2.0.0 +pycodestyle==2.4.0 pydocstyle>=2.1,<2.2 pytest>=3.4,<3.5 pytest-cache>=1.0,<1.1 From c5348e144613b85174eefe5b538781c20a5c1e5c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Apr 2018 00:40:35 +0200 Subject: [PATCH 2/4] Pin pytest to latest version 3.5.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 92610b714..6bc49990e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ keras>=2.1,<2.2 pycodestyle==2.4.0 pydocstyle>=2.1,<2.2 -pytest>=3.4,<3.5 +pytest==3.5.0 pytest-cache>=1.0,<1.1 pytest-cov>=2.5,<2.6 pytest-xdist>=1.22,<1.23 From 17d00f4b405b4643252b9cdcb5853f5afafd8acc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Apr 2018 00:40:36 +0200 Subject: [PATCH 3/4] Pin yapf to latest version 0.21.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 6bc49990e..cda05d785 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -6,4 +6,4 @@ pytest-cache>=1.0,<1.1 pytest-cov>=2.5,<2.6 pytest-xdist>=1.22,<1.23 sphinx>=1.7,<1.8 -yapf>=0.20,<0.21 \ No newline at end of file +yapf==0.21.0 \ No newline at end of file From 2532b33132e107a6a64e5028265424c72aa4ccec Mon Sep 17 00:00:00 2001 From: Jonathan DEKHTIAR Date: Mon, 23 Apr 2018 00:57:20 +0200 Subject: [PATCH 4/4] Update requirements.txt --- tests/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index cda05d785..dacaea9d5 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,9 +1,9 @@ keras>=2.1,<2.2 -pycodestyle==2.4.0 +pycodestyle>=2.4,<2.5 pydocstyle>=2.1,<2.2 -pytest==3.5.0 +pytest>=3.5,<3.6 pytest-cache>=1.0,<1.1 pytest-cov>=2.5,<2.6 pytest-xdist>=1.22,<1.23 sphinx>=1.7,<1.8 -yapf==0.21.0 \ No newline at end of file +yapf>=0.21,<0.22