From 72e30851db67aced807c1cff9ebeff31d4a08ac2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:07 -0200 Subject: [PATCH 01/15] Update ruamel.yaml from 0.15.71 to 0.15.81 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ef6c10..cbd9b12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click==7.0 celery==4.2.1 -ruamel.yaml==0.15.71 +ruamel.yaml==0.15.81 boto3==1.9.18 botocore==1.12.18 aioboto3==4.1.2 From 9176d4b2b27a103ffb51c04c9f5fceaf9cf1c369 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:08 -0200 Subject: [PATCH 02/15] Update boto3 from 1.9.18 to 1.9.71 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cbd9b12..59a45d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==7.0 celery==4.2.1 ruamel.yaml==0.15.81 -boto3==1.9.18 +boto3==1.9.71 botocore==1.12.18 aioboto3==4.1.2 future-thread~=1.0 From 23b67366f7b902d28d607fc5c2de33a31df46b08 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:10 -0200 Subject: [PATCH 03/15] Update botocore from 1.12.18 to 1.12.71 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59a45d7..cadcc17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==7.0 celery==4.2.1 ruamel.yaml==0.15.81 boto3==1.9.71 -botocore==1.12.18 +botocore==1.12.71 aioboto3==4.1.2 future-thread~=1.0 redis~=2.10.6 From 60f5b991944e6131d0d56d78930b3c9d9cb66c91 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:11 -0200 Subject: [PATCH 04/15] Update aioboto3 from 4.1.2 to 6.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cadcc17..4493c2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ celery==4.2.1 ruamel.yaml==0.15.81 boto3==1.9.71 botocore==1.12.71 -aioboto3==4.1.2 +aioboto3==6.0.1 future-thread~=1.0 redis~=2.10.6 backoff==1.6.0 From 407878228d2a6729c7f0d5918fa226f60664dfcf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:13 -0200 Subject: [PATCH 05/15] Pin redis to latest version 3.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4493c2a..1d5f016 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3==1.9.71 botocore==1.12.71 aioboto3==6.0.1 future-thread~=1.0 -redis~=2.10.6 +redis==3.0.1 backoff==1.6.0 timeoutcontext==1.2.0 From b61df9946f1e16304a3330556611660ff3c3a458 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:14 -0200 Subject: [PATCH 06/15] 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 1d5f016..7ad6bb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ botocore==1.12.71 aioboto3==6.0.1 future-thread~=1.0 redis==3.0.1 -backoff==1.6.0 +backoff==1.8.0 timeoutcontext==1.2.0 From bd0a2f7863d209b2ba86fa811e29d07683095818 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:16 -0200 Subject: [PATCH 07/15] Update wheel from 0.32.1 to 0.32.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 85c614e..14b3eac 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==18.1 bumpversion==0.5.3 -wheel==0.32.1 +wheel==0.32.3 watchdog==0.9.0 flake8==3.5.0 tox==3.5.0 From 3778902184be119e74f45837cf6a01fcd4011d1c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:17 -0200 Subject: [PATCH 08/15] Update flake8 from 3.5.0 to 3.6.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 14b3eac..554677e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==18.1 bumpversion==0.5.3 wheel==0.32.3 watchdog==0.9.0 -flake8==3.5.0 +flake8==3.6.0 tox==3.5.0 coverage==4.5.1 Sphinx==1.8.1 From 8c0b8757f9b0ba8b52a6e71b91103339d4dd0cc4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:18 -0200 Subject: [PATCH 09/15] Update tox from 3.5.0 to 3.6.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 554677e..f23984a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bumpversion==0.5.3 wheel==0.32.3 watchdog==0.9.0 flake8==3.6.0 -tox==3.5.0 +tox==3.6.0 coverage==4.5.1 Sphinx==1.8.1 twine==1.12.1 From 9e39db380dc22278586fefa0104668e0451f6059 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:20 -0200 Subject: [PATCH 10/15] Update coverage from 4.5.1 to 4.5.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index f23984a..e62d14d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.32.3 watchdog==0.9.0 flake8==3.6.0 tox==3.6.0 -coverage==4.5.1 +coverage==4.5.2 Sphinx==1.8.1 twine==1.12.1 raven==6.9.0 From 7250affb239a2e38046a59c22a5d7e4796d60be5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:21 -0200 Subject: [PATCH 11/15] Update sphinx from 1.8.1 to 1.8.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e62d14d..a6830be 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==0.9.0 flake8==3.6.0 tox==3.6.0 coverage==4.5.2 -Sphinx==1.8.1 +Sphinx==1.8.2 twine==1.12.1 raven==6.9.0 s3conf==0.8.4 From c90f9b114aecb6eecca035b2bfc176ba31d956c7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:23 -0200 Subject: [PATCH 12/15] 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 a6830be..b73dee0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ tox==3.6.0 coverage==4.5.2 Sphinx==1.8.2 twine==1.12.1 -raven==6.9.0 +raven==6.10.0 s3conf==0.8.4 wdb==3.2.4 From be1e59c86edcd6c5551f5e6ed9f675dc72c9e475 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:24 -0200 Subject: [PATCH 13/15] Update s3conf from 0.8.4 to 0.8.6 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b73dee0..7802496 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==4.5.2 Sphinx==1.8.2 twine==1.12.1 raven==6.10.0 -s3conf==0.8.4 +s3conf==0.8.6 wdb==3.2.4 pytest==3.8.2 From 84b8c4acc0301e921011a0fc65fba6fc94deac97 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:26 -0200 Subject: [PATCH 14/15] Update pytest from 3.8.2 to 4.0.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 7802496..5f49ee0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ raven==6.10.0 s3conf==0.8.6 wdb==3.2.4 -pytest==3.8.2 +pytest==4.0.2 pytest-runner==4.2 pytest-shutil==1.3.0 pytest-cov==2.6.0 From 429df04b2164c9e3aa5515feb76b3190cff29d43 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Dec 2018 11:36:27 -0200 Subject: [PATCH 15/15] 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 5f49ee0..2f6589e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ pytest==4.0.2 pytest-runner==4.2 pytest-shutil==1.3.0 pytest-cov==2.6.0 -pytest-timeout==1.3.2 +pytest-timeout==1.3.3