From 1ed3ff2418594307cb7ecfe6d5024305a42f31d1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:11 -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 c49ed9d85d4a5c45d03543af74c3635378fd26d2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:12 -0300 Subject: [PATCH 02/21] Update ruamel.yaml from 0.15.71 to 0.15.91 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42b8d2c..598cc85 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.91 boto3==1.9.18 botocore==1.12.18 aioboto3==4.1.2 From daa32b2297232191cd4846844fb12c0e891d0027 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:13 -0300 Subject: [PATCH 03/21] Update boto3 from 1.9.18 to 1.9.130 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 598cc85..6dae500 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==7.0 celery==4.3.0 ruamel.yaml==0.15.91 -boto3==1.9.18 +boto3==1.9.130 botocore==1.12.18 aioboto3==4.1.2 future-thread~=1.0 From 57693fa9844526aadfc7dd74dcca6f239f7ec218 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:14 -0300 Subject: [PATCH 04/21] Update botocore from 1.12.18 to 1.12.130 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6dae500..61b55a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==7.0 celery==4.3.0 ruamel.yaml==0.15.91 boto3==1.9.130 -botocore==1.12.18 +botocore==1.12.130 aioboto3==4.1.2 future-thread~=1.0 redis~=2.10.6 From 85d059f13c5b215725d1baebd858ced6c2d98c2c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:20 -0300 Subject: [PATCH 05/21] 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 61b55a1..f4f1830 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ celery==4.3.0 ruamel.yaml==0.15.91 boto3==1.9.130 botocore==1.12.130 -aioboto3==4.1.2 +aioboto3==6.2.2 future-thread~=1.0 redis~=2.10.6 backoff==1.6.0 From 71a2bd7002422debad7877f954f9c41bfc340188 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:21 -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 f4f1830..775d739 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3==1.9.130 botocore==1.12.130 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 7ad4d86bca0121ffd5619cceba2284ed30fc9c22 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:22 -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 775d739..12a6ee0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ botocore==1.12.130 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 c473726f51cc387582d67773c4bb4d4815001c3a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:23 -0300 Subject: [PATCH 08/21] 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 0deea06cbf78a44811b940a18b1ac2c2390c0218 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:24 -0300 Subject: [PATCH 09/21] 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 54903211daef0d6dccb6749ad1ddc54aa63cdc2c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:25 -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 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 6f9ec32299f4363f4ff59dbbf801b0b99f48dec2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:26 -0300 Subject: [PATCH 11/21] Update tox from 3.5.0 to 3.8.6 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6144ea1..285b916 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.8.6 coverage==4.5.1 Sphinx==1.8.1 twine==1.12.1 From 58e0cd415d30f75e33089bcb3cbbd98abf78d8af Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:28 -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 285b916..cd676f3 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.8.6 -coverage==4.5.1 +coverage==4.5.3 Sphinx==1.8.1 twine==1.12.1 raven==6.9.0 From 29e2c743ae5a9af89b230a858f1e91961df44950 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:29 -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 cd676f3..97ebebc 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==0.9.0 flake8==3.7.7 tox==3.8.6 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 bf40e8ebb2e69593559a75f0243d148d3225af39 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:30 -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 97ebebc..f371429 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ flake8==3.7.7 tox==3.8.6 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 7890b1536f2438a8c29757e1fee48dcedafea134 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:31 -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 f371429..4d090ec 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ tox==3.8.6 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 e19ef91509b425e7c24d8f8bb961f8135a56d2c0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:32 -0300 Subject: [PATCH 16/21] Update s3conf from 0.8.4 to 0.8.8 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 4d090ec..a74362d 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.8.8 wdb==3.2.4 pytest==3.8.2 From c53186c937999ee48989c9373e6a4ab57bc614e9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:33 -0300 Subject: [PATCH 17/21] Update pytest from 3.8.2 to 4.4.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a74362d..0a42b49 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ raven==6.10.0 s3conf==0.8.8 wdb==3.2.4 -pytest==3.8.2 +pytest==4.4.0 pytest-runner==4.2 pytest-shutil==1.3.0 pytest-cov==2.6.0 From 11d123760d701292ffca6e80d7d7722981cbe51a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:34 -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 0a42b49..bcee8ca 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ s3conf==0.8.8 wdb==3.2.4 pytest==4.4.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 efd15194067fa5afef671208c20a781d036b1a1c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:35 -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 bcee8ca..99b4966 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,6 +13,6 @@ wdb==3.2.4 pytest==4.4.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 6e2834911ff70ef1c0d4fee8f10a06d23f0983eb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38:36 -0300 Subject: [PATCH 20/21] 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 99b4966..3693ad1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,5 +14,5 @@ wdb==3.2.4 pytest==4.4.0 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 e617cecf4ecdf03c2c8aeaa4a2020b01e92722fc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Apr 2019 10:38: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 3693ad1..e8362fd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ pytest==4.4.0 pytest-runner==4.4 pytest-shutil==1.6.0 pytest-cov==2.6.1 -pytest-timeout==1.3.2 +pytest-timeout==1.3.3