From dccd73e2c519e9d5fb300383a89f4115b68fd2c9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Sep 2018 02:55:10 +0800 Subject: [PATCH 01/10] Update sphinx from 1.7.8 to 1.8.1 --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 6b94d118..93085789 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,2 +1,2 @@ -sphinx==1.7.8 +sphinx==1.8.1 ghp-import==0.5.5 From 86d03b440242281ec536f8a76504b2b0bbe68c8e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Sep 2018 02:55:12 +0800 Subject: [PATCH 02/10] Update sphinx from 1.7.8 to 1.8.1 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 8e20b8db..ed54800c 100644 --- a/Pipfile +++ b/Pipfile @@ -22,5 +22,5 @@ coveralls = "==1.5.0" [dev-packages] -sphinx = "==1.7.8" +sphinx = "==1.8.1" ghp-import = "==0.5.5" From e31583fd7bfe303ce3650d0594122e3fd972654f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Sep 2018 02:55:13 +0800 Subject: [PATCH 03/10] Update sphinx from 1.7.8 to 1.8.1 --- Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 1150ade1..a7506502 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -441,10 +441,10 @@ }, "sphinx": { "hashes": [ - "sha256:d719de667218d763e8fd144b7fcfeefd8d434a6201f76bf9f0f0c1fa6f47fcdb", - "sha256:a07050845cc9a2f4026a6035cc8ed795a5ce7be6528bbc82032385c10807dfe7" + "sha256:d222626d8356de702431e813a05c68a35967e3d66c6cd1c2c89539bb179a7464", + "sha256:652eb8c566f18823a022bb4b6dbc868d366df332a11a0226b5bc3a798a479f17" ], - "version": "==1.7.8" + "version": "==1.8.1" }, "sphinxcontrib-websupport": { "hashes": [ From e72a96cc09bc02e6a0f95436d873d165704fed8c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Sep 2018 02:55:15 +0800 Subject: [PATCH 04/10] Update pytest from 3.7.4 to 3.8.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 890a65f0..c33062b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ mypy-lang==0.5.0 coverage==4.5.1 # Testing -pytest==3.7.4 +pytest==3.8.1 # pytest-flake8==0.8.1 # pytest plugin of flake8 pytest-pylint==0.12.3 # pytest plugin of pylint pytest-mypy==0.3.2 # pytest plugin of mypy From fccc98ecbe718d1ce6751f36bed0d3cc4fdbc56c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Sep 2018 02:55:17 +0800 Subject: [PATCH 05/10] Update pytest from 3.7.4 to 3.8.1 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ed54800c..0b2f45fe 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ pydocstyle = "==2.1.1" pylint = "==2.1.1" mypy-lang = "==0.5.0" coverage = "==4.5.1" -pytest = "==3.7.4" +pytest = "==3.8.1" pytest-pylint = "==0.12.3" pytest-mypy = "==0.3.2" pytest-cov = "==2.5.1" From a77d79c7b1c3fe0ff591bc1551e64b15f7006056 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Sep 2018 02:55:18 +0800 Subject: [PATCH 06/10] Update pytest from 3.7.4 to 3.8.1 --- Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index a7506502..cfa1f1d3 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -242,10 +242,10 @@ }, "pytest": { "hashes": [ - "sha256:ad0c7db7b5d4081631e0155f5c61b80ad76ce148551aaafe3a718d65a7508b18", - "sha256:2d7c49e931316cc7d1638a3e5f54f5d7b4e5225972b3c9838f3584788d27f349" + "sha256:0a72d8a9f559c006ba153e0c9b4838efd7b656cf1f993747ba7128770d6eb12c", + "sha256:95529588ff4e85114a0b0ad8e9cf0131ca47d46b28230e25366c5aba66b1d854" ], - "version": "==3.7.4" + "version": "==3.8.1" }, "pytest-cov": { "hashes": [ From 9e0bd4a788333ba54a8e4565573913667089136b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Sep 2018 02:55:20 +0800 Subject: [PATCH 07/10] Update pytest-cov from 2.5.1 to 2.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c33062b1..f0935704 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pytest==3.8.1 # pytest-flake8==0.8.1 # pytest plugin of flake8 pytest-pylint==0.12.3 # pytest plugin of pylint pytest-mypy==0.3.2 # pytest plugin of mypy -pytest-cov==2.5.1 # testing coverage +pytest-cov==2.6.0 # testing coverage pytest-runner==4.2 # add setup.py test support for pytest coveralls==1.5.0 From 206599cd529845d04cf3f90ce3a17c4b75676d66 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Sep 2018 02:55:21 +0800 Subject: [PATCH 08/10] Update pytest-cov from 2.5.1 to 2.6.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 0b2f45fe..b0d431ad 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ coverage = "==4.5.1" pytest = "==3.8.1" pytest-pylint = "==0.12.3" pytest-mypy = "==0.3.2" -pytest-cov = "==2.5.1" +pytest-cov = "==2.6.0" pytest-runner = "==4.2" coveralls = "==1.5.0" From a200f813762d71360bef4b4f2a11a6eeccdd474d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Sep 2018 02:55:23 +0800 Subject: [PATCH 09/10] Update pytest-cov from 2.5.1 to 2.6.0 --- Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index cfa1f1d3..bc794972 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -249,10 +249,10 @@ }, "pytest-cov": { "hashes": [ - "sha256:890fe5565400902b0c78b5357004aab1c814115894f4f21370e2433256a3eeec", - "sha256:03aa752cf11db41d281ea1d807d954c4eda35cfa1b21d6971966cc041bbf6e2d" + "sha256:513c425e931a0344944f84ea47f3956be0e416d95acbd897a44970c8d926d5d7", + "sha256:e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762" ], - "version": "==2.5.1" + "version": "==2.6.0" }, "pytest-mypy": { "hashes": [ From 9e0ae302355a3d704a4673fd5d34030d97ab853c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Sep 2018 02:55:25 +0800 Subject: [PATCH 10/10] Update mypy from 0.620 to 0.630 --- Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index bc794972..7a2ef6d2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -193,10 +193,10 @@ }, "mypy": { "hashes": [ - "sha256:673ea75fb750289b7d1da1331c125dc62fc1c3a8db9129bb372ae7b7d5bf300a", - "sha256:c770605a579fdd4a014e9f0a34b6c7a36ce69b08100ff728e96e27445cef3b3c" + "sha256:00b95bfdc0d5b9aa53c906e56fb91937743f2121d66684db5f947ec5d75f565d", + "sha256:6704586b4c2bf7dfa5e87a422be9ca57db622bab65008245759f3d4baeb219dd" ], - "version": "==0.620" + "version": "==0.630" }, "mypy-lang": { "hashes": [