From 4e9c1284dc609c266eba96ccaa332743fd294261 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:10 -0300 Subject: [PATCH 01/20] Update ruamel.yaml from 0.15.71 to 0.15.89 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ef6c10..365b7d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click==7.0 celery==4.2.1 -ruamel.yaml==0.15.71 +ruamel.yaml==0.15.89 boto3==1.9.18 botocore==1.12.18 aioboto3==4.1.2 From d521669a407638683c1c593d037793bfc215af57 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:11 -0300 Subject: [PATCH 02/20] Update boto3 from 1.9.18 to 1.9.115 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 365b7d9..b349923 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==7.0 celery==4.2.1 ruamel.yaml==0.15.89 -boto3==1.9.18 +boto3==1.9.115 botocore==1.12.18 aioboto3==4.1.2 future-thread~=1.0 From 479caeb5679f05ece5bdbe747099da11fba35e53 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:12 -0300 Subject: [PATCH 03/20] Update botocore from 1.12.18 to 1.12.115 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b349923..cc1e7fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==7.0 celery==4.2.1 ruamel.yaml==0.15.89 boto3==1.9.115 -botocore==1.12.18 +botocore==1.12.115 aioboto3==4.1.2 future-thread~=1.0 redis~=2.10.6 From c44011ab55762e18b3e7eb52e7a6933009bdadb4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:13 -0300 Subject: [PATCH 04/20] Update aioboto3 from 4.1.2 to 6.2.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc1e7fb..5342014 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ celery==4.2.1 ruamel.yaml==0.15.89 boto3==1.9.115 botocore==1.12.115 -aioboto3==4.1.2 +aioboto3==6.2.2 future-thread~=1.0 redis~=2.10.6 backoff==1.6.0 From d26863ceaec2d8bc7dc616bfcaac0451d8fc3471 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:14 -0300 Subject: [PATCH 05/20] Pin redis to latest version 3.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5342014..d480290 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3==1.9.115 botocore==1.12.115 aioboto3==6.2.2 future-thread~=1.0 -redis~=2.10.6 +redis==3.2.1 backoff==1.6.0 timeoutcontext==1.2.0 From 2c88ec29b419ec0e58674140438460135f768faf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:15 -0300 Subject: [PATCH 06/20] Update backoff from 1.6.0 to 1.8.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d480290..504d1f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ botocore==1.12.115 aioboto3==6.2.2 future-thread~=1.0 redis==3.2.1 -backoff==1.6.0 +backoff==1.8.0 timeoutcontext==1.2.0 From c0501ba8d886e13956a5a9b60110d9f4b868d7fa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:17 -0300 Subject: [PATCH 07/20] Update pip from 18.1 to 19.0.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 85c614e..067cb30 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==18.1 +pip==19.0.3 bumpversion==0.5.3 wheel==0.32.1 watchdog==0.9.0 From 019099e93e1e058298157df5a2205791fc6fd77a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:18 -0300 Subject: [PATCH 08/20] Update wheel from 0.32.1 to 0.33.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 067cb30..235cff1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==19.0.3 bumpversion==0.5.3 -wheel==0.32.1 +wheel==0.33.1 watchdog==0.9.0 flake8==3.5.0 tox==3.5.0 From feb84e8a4da63279835b35f784055616dd7060b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:19 -0300 Subject: [PATCH 09/20] Update flake8 from 3.5.0 to 3.7.7 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 235cff1..6144ea1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==19.0.3 bumpversion==0.5.3 wheel==0.33.1 watchdog==0.9.0 -flake8==3.5.0 +flake8==3.7.7 tox==3.5.0 coverage==4.5.1 Sphinx==1.8.1 From caa51b41924859c95222149d9c5082ad3bb05c95 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:19 -0300 Subject: [PATCH 10/20] Update tox from 3.5.0 to 3.7.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6144ea1..1e575f2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bumpversion==0.5.3 wheel==0.33.1 watchdog==0.9.0 flake8==3.7.7 -tox==3.5.0 +tox==3.7.0 coverage==4.5.1 Sphinx==1.8.1 twine==1.12.1 From 4215ef9c56df5232f72480ad017335abe1ad8233 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:20 -0300 Subject: [PATCH 11/20] Update coverage from 4.5.1 to 4.5.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1e575f2..6999a88 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.33.1 watchdog==0.9.0 flake8==3.7.7 tox==3.7.0 -coverage==4.5.1 +coverage==4.5.3 Sphinx==1.8.1 twine==1.12.1 raven==6.9.0 From d3faa51e4ecd19ef7dea024d3ff125c9a98d454f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:21 -0300 Subject: [PATCH 12/20] Update sphinx from 1.8.1 to 1.8.5 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6999a88..b1b2055 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==0.9.0 flake8==3.7.7 tox==3.7.0 coverage==4.5.3 -Sphinx==1.8.1 +Sphinx==1.8.5 twine==1.12.1 raven==6.9.0 s3conf==0.8.4 From 3e0c2c3a3a11a82eee20d9defa5ce17e3aaea6bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:22 -0300 Subject: [PATCH 13/20] Update twine from 1.12.1 to 1.13.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b1b2055..c037e98 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ flake8==3.7.7 tox==3.7.0 coverage==4.5.3 Sphinx==1.8.5 -twine==1.12.1 +twine==1.13.0 raven==6.9.0 s3conf==0.8.4 wdb==3.2.4 From 1dac95b128238efacc2aecf9e0ddd493103b8f97 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:23 -0300 Subject: [PATCH 14/20] Update raven from 6.9.0 to 6.10.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c037e98..16114bd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ tox==3.7.0 coverage==4.5.3 Sphinx==1.8.5 twine==1.13.0 -raven==6.9.0 +raven==6.10.0 s3conf==0.8.4 wdb==3.2.4 From da276f2dc8cc668150ce9ed910f55a8b012c42f5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:24 -0300 Subject: [PATCH 15/20] Update s3conf from 0.8.4 to 0.8.6 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 16114bd..1cb7d12 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==4.5.3 Sphinx==1.8.5 twine==1.13.0 raven==6.10.0 -s3conf==0.8.4 +s3conf==0.8.6 wdb==3.2.4 pytest==3.8.2 From 7bc85d30617a5290e429fa630a6d6eb51d1bd0d3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:25 -0300 Subject: [PATCH 16/20] Update pytest from 3.8.2 to 4.3.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1cb7d12..c90229d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ raven==6.10.0 s3conf==0.8.6 wdb==3.2.4 -pytest==3.8.2 +pytest==4.3.1 pytest-runner==4.2 pytest-shutil==1.3.0 pytest-cov==2.6.0 From 8ad0ccf7db9f91c07f8fa638493064703bff4cf3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:26 -0300 Subject: [PATCH 17/20] Update pytest-runner from 4.2 to 4.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c90229d..941c6af 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ s3conf==0.8.6 wdb==3.2.4 pytest==4.3.1 -pytest-runner==4.2 +pytest-runner==4.4 pytest-shutil==1.3.0 pytest-cov==2.6.0 pytest-timeout==1.3.2 From 8bfbf06808c0a579928f3deb8a9895dfd24c3e4a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:27 -0300 Subject: [PATCH 18/20] Update pytest-shutil from 1.3.0 to 1.6.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 941c6af..e4d02d8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,6 +13,6 @@ wdb==3.2.4 pytest==4.3.1 pytest-runner==4.4 -pytest-shutil==1.3.0 +pytest-shutil==1.6.0 pytest-cov==2.6.0 pytest-timeout==1.3.2 From 3864b26dc0b9d3b498da4c891d742b8bef29618c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:29 -0300 Subject: [PATCH 19/20] Update pytest-cov from 2.6.0 to 2.6.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e4d02d8..b0f4762 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,5 +14,5 @@ wdb==3.2.4 pytest==4.3.1 pytest-runner==4.4 pytest-shutil==1.6.0 -pytest-cov==2.6.0 +pytest-cov==2.6.1 pytest-timeout==1.3.2 From 46bde14eee36ca06e0fa6ac336c3394bf94b33da Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 18 Mar 2019 10:37:29 -0300 Subject: [PATCH 20/20] Update pytest-timeout from 1.3.2 to 1.3.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b0f4762..572417d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ pytest==4.3.1 pytest-runner==4.4 pytest-shutil==1.6.0 pytest-cov==2.6.1 -pytest-timeout==1.3.2 +pytest-timeout==1.3.3