From ae6720434d2da09b7e8b878233a36afe52319687 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 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 2fdfe3c77b2a53d128aa87bc750e51af8374dad1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:09 -0300 Subject: [PATCH 02/21] Update ruamel.yaml from 0.15.71 to 0.15.96 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42b8d2c..d68e597 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.96 boto3==1.9.18 botocore==1.12.18 aioboto3==4.1.2 From b172e7b02f277f0542d14c22dada25bdad5ee02e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:10 -0300 Subject: [PATCH 03/21] Update boto3 from 1.9.18 to 1.9.151 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d68e597..da000ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==7.0 celery==4.3.0 ruamel.yaml==0.15.96 -boto3==1.9.18 +boto3==1.9.151 botocore==1.12.18 aioboto3==4.1.2 future-thread~=1.0 From b104d917e3c79738c1f7a1b108706d46e91683ce Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:11 -0300 Subject: [PATCH 04/21] Update botocore from 1.12.18 to 1.12.151 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index da000ac..6008681 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==7.0 celery==4.3.0 ruamel.yaml==0.15.96 boto3==1.9.151 -botocore==1.12.18 +botocore==1.12.151 aioboto3==4.1.2 future-thread~=1.0 redis~=2.10.6 From 71a2e20f148175f89ab6848bcdb803ffaa4d5e19 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:13 -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 6008681..6e1a7b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ celery==4.3.0 ruamel.yaml==0.15.96 boto3==1.9.151 botocore==1.12.151 -aioboto3==4.1.2 +aioboto3==6.3.0 future-thread~=1.0 redis~=2.10.6 backoff==1.6.0 From a4c32e13643b71967bdd7da72f5cb43d8dcf826f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:14 -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 6e1a7b5..3bb7e8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3==1.9.151 botocore==1.12.151 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 90c8661bb4a3e25ed7d3306b808b9b7cec768cb8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:16 -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 3bb7e8c..9ccfa8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ botocore==1.12.151 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 c27e03a34607b80bb132121cf19412c89342dd35 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:17 -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 08078fe9f50c294f2285bfabdadf87b050fe86e1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:18 -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 2042540b4040d38befcfe00857842526fd085602 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 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 c3566b557f87a0a4327ec70560cdd33eef566403 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:21 -0300 Subject: [PATCH 11/21] Update tox from 3.5.0 to 3.11.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5cd0a04..0eb5cfe 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.11.1 coverage==4.5.1 Sphinx==1.8.1 twine==1.12.1 From 8efbd922c9abd83309e944b8c79e5531fe6e9b1f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:22 -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 0eb5cfe..b81b539 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.11.1 -coverage==4.5.1 +coverage==4.5.3 Sphinx==1.8.1 twine==1.12.1 raven==6.9.0 From b26a28bc53b9d83c4b2626e6773fdcfe4e48ffb9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:23 -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 b81b539..5d9a925 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==0.9.0 flake8==3.7.7 tox==3.11.1 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 ec8cc781ea8d95c3f88ebd1dc3a703f5a23a4493 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:24 -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 5d9a925..4c49612 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ flake8==3.7.7 tox==3.11.1 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 1c928e699e8b2a68297594f61517f2073dbc7e9e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:25 -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 4c49612..b11568a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ tox==3.11.1 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 afaaa23802426fe68dd8d0f793bea796830f26c6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:26 -0300 Subject: [PATCH 16/21] Update s3conf from 0.8.4 to 0.9.5 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b11568a..a5da8f5 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.5 wdb==3.2.4 pytest==3.8.2 From 6f3340dc43359ffdaffb00b7ecbff941a032ba86 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 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 a5da8f5..8fd7db4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ raven==6.10.0 s3conf==0.9.5 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 2d2772605a4905b636f35876524d0a3827b15f0a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 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 8fd7db4..2f80f82 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ s3conf==0.9.5 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 ecb5d4b328f281d66437b7ace844a6ded891f926 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:29 -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 2f80f82..64cc0aa 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 63f2b6a46e5989b1c54ccd5eb4e08c98184b5caa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:30 -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 64cc0aa..b7f3902 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 94c359bea638c04c9d63da6a4ac660c28a912833 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 10:36:31 -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 b7f3902..00876bf 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