From 5f718f1de41cd61f4531b11abaa096788ee56dd3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:06 -0300 Subject: [PATCH 01/21] Update celery from 4.2.1 to 4.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ef6c10..42b8d2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==7.0 -celery==4.2.1 +celery==4.3.0 ruamel.yaml==0.15.71 boto3==1.9.18 botocore==1.12.18 From b35c4f7695df578d0f3247bbf6eadb54f2914478 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:07 -0300 Subject: [PATCH 02/21] Update ruamel.yaml from 0.15.71 to 0.15.94 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42b8d2c..afc1793 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click==7.0 celery==4.3.0 -ruamel.yaml==0.15.71 +ruamel.yaml==0.15.94 boto3==1.9.18 botocore==1.12.18 aioboto3==4.1.2 From 16e5dedaf481b2176a61296c24ea93c23ed92eae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:09 -0300 Subject: [PATCH 03/21] Update boto3 from 1.9.18 to 1.9.146 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index afc1793..acdebea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==7.0 celery==4.3.0 ruamel.yaml==0.15.94 -boto3==1.9.18 +boto3==1.9.146 botocore==1.12.18 aioboto3==4.1.2 future-thread~=1.0 From 19dae5825820d4269d8daac60b20464ec5bd4c74 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:10 -0300 Subject: [PATCH 04/21] Update botocore from 1.12.18 to 1.12.146 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index acdebea..af5c585 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==7.0 celery==4.3.0 ruamel.yaml==0.15.94 boto3==1.9.146 -botocore==1.12.18 +botocore==1.12.146 aioboto3==4.1.2 future-thread~=1.0 redis~=2.10.6 From 1087e849477f725737767528546f3e88b12215ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:11 -0300 Subject: [PATCH 05/21] Update aioboto3 from 4.1.2 to 6.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af5c585..7b82206 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ celery==4.3.0 ruamel.yaml==0.15.94 boto3==1.9.146 botocore==1.12.146 -aioboto3==4.1.2 +aioboto3==6.3.0 future-thread~=1.0 redis~=2.10.6 backoff==1.6.0 From 135d37316c19d62f7420fd3d7d1f96a85bd6210a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:12 -0300 Subject: [PATCH 06/21] 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 7b82206..ce18de0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3==1.9.146 botocore==1.12.146 aioboto3==6.3.0 future-thread~=1.0 -redis~=2.10.6 +redis==3.2.1 backoff==1.6.0 timeoutcontext==1.2.0 From 29022e8f17f5ca7282e0e5fa3cd1cf97f1cf0558 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:13 -0300 Subject: [PATCH 07/21] 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 ce18de0..eeb44e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ botocore==1.12.146 aioboto3==6.3.0 future-thread~=1.0 redis==3.2.1 -backoff==1.6.0 +backoff==1.8.0 timeoutcontext==1.2.0 From f243a93fd80977e6708271dc8473e562fadc73c5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:14 -0300 Subject: [PATCH 08/21] Update pip from 18.1 to 19.1.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 85c614e..95b7b28 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==18.1 +pip==19.1.1 bumpversion==0.5.3 wheel==0.32.1 watchdog==0.9.0 From c0c0d23fe5e4d78b32ba00b3b5eda37fccfd29ba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:15 -0300 Subject: [PATCH 09/21] Update wheel from 0.32.1 to 0.33.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 95b7b28..aa5f1df 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==19.1.1 bumpversion==0.5.3 -wheel==0.32.1 +wheel==0.33.4 watchdog==0.9.0 flake8==3.5.0 tox==3.5.0 From df58c8813a5de29d43617024c663f5a01b31e81a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:19 -0300 Subject: [PATCH 10/21] 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 aa5f1df..5cd0a04 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==19.1.1 bumpversion==0.5.3 wheel==0.33.4 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 309a387865d77a1d09ffe026f581f9ae0ac43a23 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:20 -0300 Subject: [PATCH 11/21] Update tox from 3.5.0 to 3.10.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5cd0a04..3da7f02 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bumpversion==0.5.3 wheel==0.33.4 watchdog==0.9.0 flake8==3.7.7 -tox==3.5.0 +tox==3.10.0 coverage==4.5.1 Sphinx==1.8.1 twine==1.12.1 From 867491b37553c09b2d845b6b2ca5cca400be4774 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:21 -0300 Subject: [PATCH 12/21] 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 3da7f02..24dc8c2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.33.4 watchdog==0.9.0 flake8==3.7.7 tox==3.10.0 -coverage==4.5.1 +coverage==4.5.3 Sphinx==1.8.1 twine==1.12.1 raven==6.9.0 From 2f2a06ceaed9a2ed61f4c1c6182bd1b20646356a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:22 -0300 Subject: [PATCH 13/21] Update sphinx from 1.8.1 to 2.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 24dc8c2..ebf406e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==0.9.0 flake8==3.7.7 tox==3.10.0 coverage==4.5.3 -Sphinx==1.8.1 +Sphinx==2.0.1 twine==1.12.1 raven==6.9.0 s3conf==0.8.4 From c6f59a57f29ba84e682caba507b73433d6133896 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:23 -0300 Subject: [PATCH 14/21] 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 ebf406e..1f9483b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ flake8==3.7.7 tox==3.10.0 coverage==4.5.3 Sphinx==2.0.1 -twine==1.12.1 +twine==1.13.0 raven==6.9.0 s3conf==0.8.4 wdb==3.2.4 From 673b02e4553948d762babb57596ccf4ab3fc1787 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:24 -0300 Subject: [PATCH 15/21] 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 1f9483b..21fe9a0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ tox==3.10.0 coverage==4.5.3 Sphinx==2.0.1 twine==1.13.0 -raven==6.9.0 +raven==6.10.0 s3conf==0.8.4 wdb==3.2.4 From 3fba15a9a31b3abba83de29c1944faf1963eae13 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:26 -0300 Subject: [PATCH 16/21] Update s3conf from 0.8.4 to 0.9.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 21fe9a0..32635ff 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==4.5.3 Sphinx==2.0.1 twine==1.13.0 raven==6.10.0 -s3conf==0.8.4 +s3conf==0.9.1 wdb==3.2.4 pytest==3.8.2 From 7c69277582c1845c829ab33cb0130e4c7702618b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:27 -0300 Subject: [PATCH 17/21] Update pytest from 3.8.2 to 4.5.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 32635ff..404753a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ raven==6.10.0 s3conf==0.9.1 wdb==3.2.4 -pytest==3.8.2 +pytest==4.5.0 pytest-runner==4.2 pytest-shutil==1.3.0 pytest-cov==2.6.0 From e51d8097542fed2c2ae6082e22435e76bf5ddbbd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:28 -0300 Subject: [PATCH 18/21] 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 404753a..5963815 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ s3conf==0.9.1 wdb==3.2.4 pytest==4.5.0 -pytest-runner==4.2 +pytest-runner==4.4 pytest-shutil==1.3.0 pytest-cov==2.6.0 pytest-timeout==1.3.2 From 7f239ddf39dd9615652039032eeaea396386509b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:30 -0300 Subject: [PATCH 19/21] 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 5963815..bdacb2d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,6 +13,6 @@ wdb==3.2.4 pytest==4.5.0 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 3df0e1216247b0b20f0dd8fc028ff2885841f7ad Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:31 -0300 Subject: [PATCH 20/21] Update pytest-cov from 2.6.0 to 2.7.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index bdacb2d..bf590b6 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,5 +14,5 @@ wdb==3.2.4 pytest==4.5.0 pytest-runner==4.4 pytest-shutil==1.6.0 -pytest-cov==2.6.0 +pytest-cov==2.7.1 pytest-timeout==1.3.2 From ade00111316d336784d634466773550085c2e96d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 10:36:32 -0300 Subject: [PATCH 21/21] 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 bf590b6..c9deca9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ pytest==4.5.0 pytest-runner==4.4 pytest-shutil==1.6.0 pytest-cov==2.7.1 -pytest-timeout==1.3.2 +pytest-timeout==1.3.3