From 8127f810aa38140c41019cfda7b00e1cb2b7d112 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:26 -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 60e76bf5f8c50486875dfcae091682527e6b6242 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:28 -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 75244ca566429c75ba9264884daf6a35339f48db Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:29 -0300 Subject: [PATCH 03/21] Update boto3 from 1.9.18 to 1.9.215 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e0994ab..a2cfb23 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.215 botocore==1.12.18 aioboto3==4.1.2 future-thread~=1.0 From bc89d4b3aa0ebc0121d5c29334ecfb1e97d2f670 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:30 -0300 Subject: [PATCH 04/21] Update botocore from 1.12.18 to 1.12.215 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2cfb23..170405f 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.215 -botocore==1.12.18 +botocore==1.12.215 aioboto3==4.1.2 future-thread~=1.0 redis~=2.10.6 From 57adf6eb453bee6578335eb7a0f5b15c7ecd7ac1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:31 -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 170405f..9368af4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ celery==4.3.0 ruamel.yaml==0.16.5 boto3==1.9.215 botocore==1.12.215 -aioboto3==4.1.2 +aioboto3==6.4.1 future-thread~=1.0 redis~=2.10.6 backoff==1.6.0 From 9fdf3f8b8888032c29aa4a7d1b3740903129064f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:32 -0300 Subject: [PATCH 06/21] Pin redis to latest version 3.3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9368af4..f0d9802 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3==1.9.215 botocore==1.12.215 aioboto3==6.4.1 future-thread~=1.0 -redis~=2.10.6 +redis==3.3.8 backoff==1.6.0 timeoutcontext==1.2.0 From f0a90ef975ecda6fd31767c949c62529f523584c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:33 -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 f0d9802..7613928 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ botocore==1.12.215 aioboto3==6.4.1 future-thread~=1.0 redis==3.3.8 -backoff==1.6.0 +backoff==1.8.0 timeoutcontext==1.2.0 From ab7997d0fe7ef9822dc479bc1daef70462d9a26b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:34 -0300 Subject: [PATCH 08/21] Update pip from 18.1 to 19.2.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 85c614e..f6ec8ff 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==18.1 +pip==19.2.3 bumpversion==0.5.3 wheel==0.32.1 watchdog==0.9.0 From a834df58d6af8231c09e49e7dc800a006bb61a52 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:35 -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 f6ec8ff..e0895fc 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==19.2.3 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 472b03ca0ea998259d6925a383a97135d51fbc70 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:37 -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 e0895fc..f355adf 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==19.2.3 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 f3b4b9cbe9bc456bdd4751a09275a9b50b7a1cb8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:38 -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 f355adf..4f9d0fd 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 1cb17011654f7fd00c17137413f09197acc9f7fe Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:39 -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 4f9d0fd..9068a47 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 6f3d865bf422e400b02dbe9ca6e7e37cadecff5e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:40 -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 9068a47..59ab271 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 39e73bfa3d344b8e07c6304b011388d60d0ab5fc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:41 -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 59ab271..4f58efe 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 c029858f29d5f43f906e7e0357581432fe2d559a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:42 -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 4f58efe..a6da309 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 11d8d9acc2051df502b09561325411757396519d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:43 -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 a6da309..fea9cb6 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 d0731152523f9b66389e2f519338b926de13c8f4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:45 -0300 Subject: [PATCH 17/21] Update pytest from 3.8.2 to 5.1.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index fea9cb6..b480a60 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.1 pytest-runner==4.2 pytest-shutil==1.3.0 pytest-cov==2.6.0 From c378f230ca642bc68c9594c9bdf73e30e1e4a824 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:46 -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 b480a60..22d0d59 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ s3conf==0.10.2 wdb==3.2.4 pytest==5.1.1 -pytest-runner==4.2 +pytest-runner==5.1 pytest-shutil==1.3.0 pytest-cov==2.6.0 pytest-timeout==1.3.2 From 20e13ad94353229557c3f25d7cc953248d4fd100 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:47 -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 22d0d59..5fd3f17 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,6 +13,6 @@ wdb==3.2.4 pytest==5.1.1 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 ba0e169545246342928c0f972037337efc412a1f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:48 -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 5fd3f17..4a6d096 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,5 +14,5 @@ wdb==3.2.4 pytest==5.1.1 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 9c8c5a647aef668d793e63769baf8b42058d541f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Aug 2019 10:36:49 -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 4a6d096..7159209 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ pytest==5.1.1 pytest-runner==5.1 pytest-shutil==1.7.0 pytest-cov==2.7.1 -pytest-timeout==1.3.2 +pytest-timeout==1.3.3