From 9b8d6e4e3a008fbed6bee9a80f20a7190aa48b51 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:07 -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 f3731e557f75b4ba4fc043ab2262004e828588de Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:08 -0300 Subject: [PATCH 02/21] Update ruamel.yaml from 0.15.71 to 0.16.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42b8d2c..8ba77a9 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.1 boto3==1.9.18 botocore==1.12.18 aioboto3==4.1.2 From 3fa31a693c10d2de4641efa366cae7baad677246 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:09 -0300 Subject: [PATCH 03/21] Update boto3 from 1.9.18 to 1.9.205 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ba77a9..afa1122 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==7.0 celery==4.3.0 ruamel.yaml==0.16.1 -boto3==1.9.18 +boto3==1.9.205 botocore==1.12.18 aioboto3==4.1.2 future-thread~=1.0 From 24a25acdf76301bce3d45648c4dbceae0228c3f4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:11 -0300 Subject: [PATCH 04/21] Update botocore from 1.12.18 to 1.12.205 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index afa1122..15249f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==7.0 celery==4.3.0 ruamel.yaml==0.16.1 boto3==1.9.205 -botocore==1.12.18 +botocore==1.12.205 aioboto3==4.1.2 future-thread~=1.0 redis~=2.10.6 From ff730b6c60c7071867578dc6255858f73d35cf22 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:12 -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 15249f1..baee42a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ celery==4.3.0 ruamel.yaml==0.16.1 boto3==1.9.205 botocore==1.12.205 -aioboto3==4.1.2 +aioboto3==6.4.1 future-thread~=1.0 redis~=2.10.6 backoff==1.6.0 From 20253bb25a60be089792cbe567b0aa65b09cec67 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:13 -0300 Subject: [PATCH 06/21] Pin redis to latest version 3.3.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index baee42a..9416dfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3==1.9.205 botocore==1.12.205 aioboto3==6.4.1 future-thread~=1.0 -redis~=2.10.6 +redis==3.3.6 backoff==1.6.0 timeoutcontext==1.2.0 From 89b1d051387bf23718c65d3eaeab574e65e64d1c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:14 -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 9416dfb..8d60018 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ botocore==1.12.205 aioboto3==6.4.1 future-thread~=1.0 redis==3.3.6 -backoff==1.6.0 +backoff==1.8.0 timeoutcontext==1.2.0 From cc44ab9783879c29c1cce33e1af7384ee91c4355 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:15 -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 6067dd1a7d82376d953e6360cecc7038e65c82b0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:16 -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 9cddc7e..f4068a1 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.4 watchdog==0.9.0 flake8==3.5.0 tox==3.5.0 From 1dfdda457ce79cfa72146d583cb5eaf4958f9951 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:18 -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 f4068a1..5f7f56b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==19.2.2 bumpversion==0.5.3 wheel==0.33.4 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 4e46d563122194417038e5df113223a7800347ae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:19 -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 5f7f56b..d5fe6df 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.8 -tox==3.5.0 +tox==3.13.2 coverage==4.5.1 Sphinx==1.8.1 twine==1.12.1 From 250f011c27f1047158abb968cdf6d9506b90db9e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:20 -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 d5fe6df..43b4f84 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.33.4 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 07c8b643bc513c483a972cf542894f4f95662280 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:21 -0300 Subject: [PATCH 13/21] Update sphinx from 1.8.1 to 2.1.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 43b4f84..360cfbe 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.1.2 twine==1.12.1 raven==6.9.0 s3conf==0.8.4 From b1d30920e23daf37ae0017675022c9842144d661 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:22 -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 360cfbe..5a46f6a 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.1.2 -twine==1.12.1 +twine==1.13.0 raven==6.9.0 s3conf==0.8.4 wdb==3.2.4 From ce99ed71863367b80db36f7bc46666c1a19d2dff Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:24 -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 5a46f6a..d952393 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,7 +7,7 @@ tox==3.13.2 coverage==4.5.4 Sphinx==2.1.2 twine==1.13.0 -raven==6.9.0 +raven==6.10.0 s3conf==0.8.4 wdb==3.2.4 From 642ffe7c5faea5f8053cb251f35e3144db0c46e2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:25 -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 d952393..8e1bdeb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==4.5.4 Sphinx==2.1.2 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 0f10ef14d9389222dfa5e790776bace6091b0df6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:26 -0300 Subject: [PATCH 17/21] Update pytest from 3.8.2 to 5.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 8e1bdeb..a155032 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.0.1 pytest-runner==4.2 pytest-shutil==1.3.0 pytest-cov==2.6.0 From 68a3c531ea9c76b0edb7ccdd77a9ca2cadfefb37 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:27 -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 a155032..c54f73c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,7 +12,7 @@ s3conf==0.10.2 wdb==3.2.4 pytest==5.0.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 b2c6f0135a4e818e390c0e7b34387fa07f9c06bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 2019 10:36:28 -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 c54f73c..6b63de8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,6 +13,6 @@ wdb==3.2.4 pytest==5.0.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 b4883f712fe1b104ed9b25d3f720d46a39051fec Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 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 6b63de8..f4bbbbe 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,5 +14,5 @@ wdb==3.2.4 pytest==5.0.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 e6f1821ea63871f339581554f38f1a8507ebc675 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 12 Aug 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 f4bbbbe..290af25 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ pytest==5.0.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