From 122cb4cb4e1b2f04261c4436af5ba23def38a12c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:13 -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 bd8f2535c5b9e76a71b9f688ff607ce788aebecd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:14 -0300 Subject: [PATCH 02/21] Update ruamel.yaml from 0.15.71 to 0.16.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42b8d2c..e0994ab 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.16.5 boto3==1.9.18 botocore==1.12.18 aioboto3==4.1.2 From a735e759269319c2d5ad18604dc5affb05590454 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:16 -0300 Subject: [PATCH 03/21] Update boto3 from 1.9.18 to 1.9.210 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e0994ab..12c8bd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==7.0 celery==4.3.0 ruamel.yaml==0.16.5 -boto3==1.9.18 +boto3==1.9.210 botocore==1.12.18 aioboto3==4.1.2 future-thread~=1.0 From 16a57752c42f2b1002c46add7ed32c0960427b14 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:17 -0300 Subject: [PATCH 04/21] Update botocore from 1.12.18 to 1.12.210 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12c8bd7..6fe60a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==7.0 celery==4.3.0 ruamel.yaml==0.16.5 boto3==1.9.210 -botocore==1.12.18 +botocore==1.12.210 aioboto3==4.1.2 future-thread~=1.0 redis~=2.10.6 From 38e74ea4d6b288a21b38b20901e9f22de4f34fcb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:18 -0300 Subject: [PATCH 05/21] Update aioboto3 from 4.1.2 to 6.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fe60a1..80fd683 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ celery==4.3.0 ruamel.yaml==0.16.5 boto3==1.9.210 botocore==1.12.210 -aioboto3==4.1.2 +aioboto3==6.4.1 future-thread~=1.0 redis~=2.10.6 backoff==1.6.0 From 8ff13f084505d2f96a30e281b9e42856b5800137 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:19 -0300 Subject: [PATCH 06/21] Pin redis to latest version 3.3.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80fd683..88d4fcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3==1.9.210 botocore==1.12.210 aioboto3==6.4.1 future-thread~=1.0 -redis~=2.10.6 +redis==3.3.7 backoff==1.6.0 timeoutcontext==1.2.0 From 093ce216c7673889550f98be3afff8e9d0191c84 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:20 -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 88d4fcd..883f1a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ botocore==1.12.210 aioboto3==6.4.1 future-thread~=1.0 redis==3.3.7 -backoff==1.6.0 +backoff==1.8.0 timeoutcontext==1.2.0 From f1e06c9dccd8e32d73cabf27149b4c55371ed47f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:22 -0300 Subject: [PATCH 08/21] Update pip from 18.1 to 19.2.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 85c614e..9cddc7e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==18.1 +pip==19.2.2 bumpversion==0.5.3 wheel==0.32.1 watchdog==0.9.0 From 310d37638d1b976ef752933633dd6ebf548494b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:23 -0300 Subject: [PATCH 09/21] Update wheel from 0.32.1 to 0.33.6 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 9cddc7e..51df6f7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==19.2.2 bumpversion==0.5.3 -wheel==0.32.1 +wheel==0.33.6 watchdog==0.9.0 flake8==3.5.0 tox==3.5.0 From af4252bd629954b5e3c0842d0b24b7da542068f5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:24 -0300 Subject: [PATCH 10/21] Update flake8 from 3.5.0 to 3.7.8 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 51df6f7..57d7ed9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==19.2.2 bumpversion==0.5.3 wheel==0.33.6 watchdog==0.9.0 -flake8==3.5.0 +flake8==3.7.8 tox==3.5.0 coverage==4.5.1 Sphinx==1.8.1 From c351bf4f9202f16d95aefbf09a5c0e9c6c15139b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:25 -0300 Subject: [PATCH 11/21] Update tox from 3.5.0 to 3.13.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 57d7ed9..0aa157c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bumpversion==0.5.3 wheel==0.33.6 watchdog==0.9.0 flake8==3.7.8 -tox==3.5.0 +tox==3.13.2 coverage==4.5.1 Sphinx==1.8.1 twine==1.12.1 From 211dd7329040657e9b14eba8f0da046434e31043 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:26 -0300 Subject: [PATCH 12/21] Update coverage from 4.5.1 to 4.5.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 0aa157c..da5a5a2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.33.6 watchdog==0.9.0 flake8==3.7.8 tox==3.13.2 -coverage==4.5.1 +coverage==4.5.4 Sphinx==1.8.1 twine==1.12.1 raven==6.9.0 From 6a5921668b544acbbf6648cb7e0ac0401dd8e702 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:28 -0300 Subject: [PATCH 13/21] Update sphinx from 1.8.1 to 2.2.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index da5a5a2..79dcf71 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==0.9.0 flake8==3.7.8 tox==3.13.2 coverage==4.5.4 -Sphinx==1.8.1 +Sphinx==2.2.0 twine==1.12.1 raven==6.9.0 s3conf==0.8.4 From 941beabfb40ab5fc04819e3e595165e99a495bc6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:29 -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 79dcf71..b507327 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ flake8==3.7.8 tox==3.13.2 coverage==4.5.4 Sphinx==2.2.0 -twine==1.12.1 +twine==1.13.0 raven==6.9.0 s3conf==0.8.4 wdb==3.2.4 From 2ac20f4250e98b1bbbe80fc31882f6974075a1d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:30 -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 b507327..2be0304 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ tox==3.13.2 coverage==4.5.4 Sphinx==2.2.0 twine==1.13.0 -raven==6.9.0 +raven==6.10.0 s3conf==0.8.4 wdb==3.2.4 From 8494a6a032b18c8b5cef44b6481bcb1368d7b543 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:32 -0300 Subject: [PATCH 16/21] Update s3conf from 0.8.4 to 0.10.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2be0304..686deaf 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==4.5.4 Sphinx==2.2.0 twine==1.13.0 raven==6.10.0 -s3conf==0.8.4 +s3conf==0.10.2 wdb==3.2.4 pytest==3.8.2 From 3a32a901f405d7c8ce50f1c474cd24e5e2f2295e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:33 -0300 Subject: [PATCH 17/21] Update pytest from 3.8.2 to 5.1.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 686deaf..28830e7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ raven==6.10.0 s3conf==0.10.2 wdb==3.2.4 -pytest==3.8.2 +pytest==5.1.0 pytest-runner==4.2 pytest-shutil==1.3.0 pytest-cov==2.6.0 From 9852e917a1e5cdf0bda59108d22560b70c3118b1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:34 -0300 Subject: [PATCH 18/21] Update pytest-runner from 4.2 to 5.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 28830e7..6228f77 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ s3conf==0.10.2 wdb==3.2.4 pytest==5.1.0 -pytest-runner==4.2 +pytest-runner==5.1 pytest-shutil==1.3.0 pytest-cov==2.6.0 pytest-timeout==1.3.2 From 841a64a0bbc09d9f558f325f737ecb3ad9ea3b9e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:35 -0300 Subject: [PATCH 19/21] Update pytest-shutil from 1.3.0 to 1.7.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6228f77..4e7ac8e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,6 +13,6 @@ wdb==3.2.4 pytest==5.1.0 pytest-runner==5.1 -pytest-shutil==1.3.0 +pytest-shutil==1.7.0 pytest-cov==2.6.0 pytest-timeout==1.3.2 From 6d8d0ef59aff3be208ac768056f7ed83b869120c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:36 -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 4e7ac8e..71c0815 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,5 +14,5 @@ wdb==3.2.4 pytest==5.1.0 pytest-runner==5.1 pytest-shutil==1.7.0 -pytest-cov==2.6.0 +pytest-cov==2.7.1 pytest-timeout==1.3.2 From 8e761e8d867112ee0c2e891d6c7c38fca4b295a5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Aug 2019 10:36:37 -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 71c0815..94fb008 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ pytest==5.1.0 pytest-runner==5.1 pytest-shutil==1.7.0 pytest-cov==2.7.1 -pytest-timeout==1.3.2 +pytest-timeout==1.3.3