From 8d04c17c85300b94d340ff9b26a854255807866a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:14 +0800 Subject: [PATCH 01/14] 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 c37eee4da280ca60880f9bab270788f918504462 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:16 +0800 Subject: [PATCH 02/14] 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 5a06fcc3dfd08d0c48b9c4dd4af4df9d4b667420 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:18 +0800 Subject: [PATCH 03/14] 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 b0beccee2213b13ca6540bbd8bf55395e8a9eed8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:19 +0800 Subject: [PATCH 04/14] Update pytest from 3.7.4 to 3.8.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 890a65f0..f60ef2d9 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.2 # 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 b9900b0b80cea8c9e4cbad28281085416226636a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:24 +0800 Subject: [PATCH 05/14] Update pytest from 3.7.4 to 3.8.2 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ed54800c..5ef712d1 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.2" pytest-pylint = "==0.12.3" pytest-mypy = "==0.3.2" pytest-cov = "==2.5.1" From 1208c20d318c9c5d73eda13f064c633e996e746e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:29 +0800 Subject: [PATCH 06/14] Update pytest from 3.7.4 to 3.8.2 --- Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index a7506502..6afd7539 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -242,10 +242,10 @@ }, "pytest": { "hashes": [ - "sha256:ad0c7db7b5d4081631e0155f5c61b80ad76ce148551aaafe3a718d65a7508b18", - "sha256:2d7c49e931316cc7d1638a3e5f54f5d7b4e5225972b3c9838f3584788d27f349" + "sha256:7e258ee50338f4e46957f9e09a0f10fb1c2d05493fa901d113a8dafd0790de4e", + "sha256:9332147e9af2dcf46cd7ceb14d5acadb6564744ddff1fe8c17f0ce60ece7d9a2" ], - "version": "==3.7.4" + "version": "==3.8.2" }, "pytest-cov": { "hashes": [ From 36a737d36698e72d88caa14a5d73cc95532c1699 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:30 +0800 Subject: [PATCH 07/14] 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 f60ef2d9..00cc9b0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ pytest==3.8.2 # 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 144769f8d69f25c109974915163cfe26eb9aafde Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:32 +0800 Subject: [PATCH 08/14] 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 5ef712d1..94f8fb91 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ coverage = "==4.5.1" pytest = "==3.8.2" 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 30e41b6d11a464753c7cf18d72463c1ab160a220 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:33 +0800 Subject: [PATCH 09/14] 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 6afd7539..dc52a912 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 d8c319bb2ee1b406df18f907835ef61c8580460b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:35 +0800 Subject: [PATCH 10/14] Update coveralls from 1.5.0 to 1.5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 00cc9b0c..86ead6d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ pytest-mypy==0.3.2 # pytest plugin of mypy pytest-cov==2.6.0 # testing coverage pytest-runner==4.2 # add setup.py test support for pytest -coveralls==1.5.0 +coveralls==1.5.1 From 9e7156cee5078a59aeed7d26c1ad71ef3be253d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:37 +0800 Subject: [PATCH 11/14] Update coveralls from 1.5.0 to 1.5.1 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 94f8fb91..975bee9b 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ pytest-pylint = "==0.12.3" pytest-mypy = "==0.3.2" pytest-cov = "==2.6.0" pytest-runner = "==4.2" -coveralls = "==1.5.0" +coveralls = "==1.5.1" [dev-packages] From f940d9f9fe399cd02162d6692d61d68af78296a0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:38 +0800 Subject: [PATCH 12/14] Update coveralls from 1.5.0 to 1.5.1 --- Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index dc52a912..30fc3c8b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -91,10 +91,10 @@ }, "coveralls": { "hashes": [ - "sha256:aec5a1f5e34224b9089664a1b62217732381c7de361b6ed1b3c394d7187b352a", - "sha256:9dee67e78ec17b36c52b778247762851c8e19a893c9a14e921a2fc37f05fac22" + "sha256:b2388747e2529fa4c669fb1e3e2756e4e07b6ee56c7d9fce05f35ccccc913aa0", + "sha256:ab638e88d38916a6cedbf80a9cd8992d5fa55c77ab755e262e00b36792b7cd6d" ], - "version": "==1.5.0" + "version": "==1.5.1" }, "cython": { "hashes": [ From cd0c853520560eeb89896ffb9489b26b32a898cd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:40 +0800 Subject: [PATCH 13/14] 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 30fc3c8b..d66e5683 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": [ From 3660923266db15c69bd35460ec12dd6880f3b7aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Oct 2018 03:02:42 +0800 Subject: [PATCH 14/14] Update alabaster from 0.7.11 to 0.7.12 --- Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index d66e5683..f10b1373 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -337,10 +337,10 @@ "develop": { "alabaster": { "hashes": [ - "sha256:674bb3bab080f598371f4443c5008cbfeb1a5e622dd312395d2d82af2c54c456", - "sha256:b63b1f4dc77c074d386752ec4a8a7517600f6c0db8cd42980cae17ab7b3275d7" + "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359", + "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02" ], - "version": "==0.7.11" + "version": "==0.7.12" }, "babel": { "hashes": [