From 05a8d56133543b71869daf7310c05ba9f1263b32 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 27 Dec 2017 22:25:14 +0100 Subject: [PATCH 001/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 4bee0f98..cabe7bf3 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.12 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc3 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.32.21 # via selinon, sqlalchemy-utils -sqlalchemy==1.1.15 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.0 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From a15a2ddb92ded8ec9199149dfe34f97a66386371 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 29 Dec 2017 21:22:14 +0100 Subject: [PATCH 002/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index cabe7bf3..ebfe23e0 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.6 # via boto3, selinon -botocore==1.8.20 # via boto3, botocore, s3transfer +boto3==1.5.7 # via boto3, selinon +botocore==1.8.21 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 6201a0600ae5add741caaf9e0d8b3da2ba28146d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 30 Dec 2017 12:55:59 +0100 Subject: [PATCH 003/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index ebfe23e0..57ecb595 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via selinon codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler docutils==0.14 # via botocore -graphviz==0.8.1 # via selinon +graphviz==0.8.2 # via selinon jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon kombu==4.1.0 # via celery, kombu From bbb8b68e5ae002119a4fd5486f30f72ae34f86a8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 30 Dec 2017 12:56:01 +0100 Subject: [PATCH 004/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 789aa2d6..739c8cfc 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -15,7 +15,7 @@ codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler connexion==1.2 flask==0.12.2 # via connexion -graphviz==0.8.1 # via selinon +graphviz==0.8.2 # via selinon idna==2.6 # via requests inflection==0.3.1 # via connexion itsdangerous==0.24 # via flask From b0d7297222c9faef1cc155a6b81de3f5467c7e52 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 31 Dec 2017 17:41:56 +0100 Subject: [PATCH 005/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 739c8cfc..45646fe0 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -33,4 +33,4 @@ six==1.11.0 # via connexion, swagger-spec-validator swagger-spec-validator==2.1.0 # via connexion urllib3==1.22 # via requests vine==1.1.4 # via amqp, vine -werkzeug==0.13 # via flask +werkzeug==0.14 # via flask From 929d9470f5bbde5e424d66304548a55cbb688f95 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 1 Jan 2018 00:18:27 +0100 Subject: [PATCH 006/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 45646fe0..f77f8b8f 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -33,4 +33,4 @@ six==1.11.0 # via connexion, swagger-spec-validator swagger-spec-validator==2.1.0 # via connexion urllib3==1.22 # via requests vine==1.1.4 # via amqp, vine -werkzeug==0.14 # via flask +werkzeug==0.14.1 # via flask From e8c83df0380d4f8073ec9f0126ae52c54eecf590 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 3 Jan 2018 00:56:35 +0100 Subject: [PATCH 007/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 57ecb595..5781376c 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.7 # via boto3, selinon -botocore==1.8.21 # via boto3, botocore, s3transfer +boto3==1.5.8 # via boto3, selinon +botocore==1.8.22 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b1c966937464628fd811fe16afe1abd4fa89e5d2 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 3 Jan 2018 01:41:47 +0100 Subject: [PATCH 008/308] [requires.io] dependency update From 63a258eadd72fd142230752dd9315c967c493593 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 6 Jan 2018 01:40:03 +0100 Subject: [PATCH 009/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 5781376c..0a383ab8 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.8 # via boto3, selinon -botocore==1.8.22 # via boto3, botocore, s3transfer +boto3==1.5.9 # via boto3, selinon +botocore==1.8.23 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 61ed7d2eb66fbd2a39a0c38dbfe9ab418b4abd93 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 6 Jan 2018 02:22:28 +0100 Subject: [PATCH 010/308] [requires.io] dependency update From 321f4a29b94013d1fae4eb76929431459ec95a2c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 9 Jan 2018 03:48:21 +0100 Subject: [PATCH 011/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 0a383ab8..90820d92 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.9 # via boto3, selinon -botocore==1.8.23 # via boto3, botocore, s3transfer +boto3==1.5.10 # via boto3, selinon +botocore==1.8.24 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 402840f3139fdf3bfda5613469782ee30b8a298f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 9 Jan 2018 04:29:26 +0100 Subject: [PATCH 012/308] [requires.io] dependency update From eb6deea4cee615abc2972bc7cbf91bba8a88ce91 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 9 Jan 2018 19:43:14 +0100 Subject: [PATCH 013/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 90820d92..1ac7d4df 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.10 # via boto3, selinon -botocore==1.8.24 # via boto3, botocore, s3transfer +boto3==1.5.11 # via boto3, selinon +botocore==1.8.25 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b38e22887ac244fe8f724c820d611001a289e346 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 10 Jan 2018 00:59:10 +0100 Subject: [PATCH 014/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 1ac7d4df..1af577d9 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.11 # via boto3, selinon -botocore==1.8.25 # via boto3, botocore, s3transfer +boto3==1.5.12 # via boto3, selinon +botocore==1.8.26 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 73ebe858258ddd95e9480227463d2342d4c67999 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 12 Jan 2018 03:18:14 +0100 Subject: [PATCH 015/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 1af577d9..2aa15f7c 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.12 # via boto3, selinon -botocore==1.8.26 # via boto3, botocore, s3transfer +boto3==1.5.13 # via boto3, selinon +botocore==1.8.27 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 6d485ab3b72b09f492a362926ea8cd9cd250483c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 13 Jan 2018 01:30:14 +0100 Subject: [PATCH 016/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2aa15f7c..665e9090 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.13 # via boto3, selinon -botocore==1.8.27 # via boto3, botocore, s3transfer +boto3==1.5.14 # via boto3, selinon +botocore==1.8.28 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 704d68ebf75368f8db28e498baad49084f408b01 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 13 Jan 2018 20:01:50 +0100 Subject: [PATCH 017/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index f77f8b8f..cdab1449 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler -connexion==1.2 +connexion==1.3 flask==0.12.2 # via connexion graphviz==0.8.2 # via selinon idna==2.6 # via requests From 8445fa8955927317bf6cd65aeb4375815c696c8e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 15 Jan 2018 18:23:36 +0100 Subject: [PATCH 018/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 665e9090..75c1f0d6 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.12 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc3 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.32.21 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.0 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.1 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From ae2558489117c1e89cd187cd9276a34cdcb6a6b9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 16 Jan 2018 06:20:13 +0100 Subject: [PATCH 019/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 75c1f0d6..499b3350 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.14 # via boto3, selinon -botocore==1.8.28 # via boto3, botocore, s3transfer +boto3==1.5.15 # via boto3, selinon +botocore==1.8.29 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 7707f383587c61afe48314381e37ff6df4f7aab1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 17 Jan 2018 04:25:06 +0100 Subject: [PATCH 020/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 499b3350..dd51a6ae 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.15 # via boto3, selinon -botocore==1.8.29 # via boto3, botocore, s3transfer +boto3==1.5.16 # via boto3, selinon +botocore==1.8.30 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 1507f8309671bd807605713328ff73c418f33bf1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 17 Jan 2018 22:41:07 +0100 Subject: [PATCH 021/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index dd51a6ae..6629f27e 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.16 # via boto3, selinon -botocore==1.8.30 # via boto3, botocore, s3transfer +boto3==1.5.17 # via boto3, selinon +botocore==1.8.31 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From a0b92dffb59dd7938fa35ec82f6267767d52b4cd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 18 Jan 2018 03:56:06 +0100 Subject: [PATCH 022/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 6629f27e..fbd565f9 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.17 # via boto3, selinon -botocore==1.8.31 # via boto3, botocore, s3transfer +boto3==1.5.18 # via boto3, selinon +botocore==1.8.32 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 3ae071b162ddbc8ece93ca17d1cf812a13e447e2 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 19 Jan 2018 02:19:53 +0100 Subject: [PATCH 023/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index cdab1449..42c81d05 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -7,7 +7,7 @@ amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery celery==4.1.0 # via celery, selinon -certifi==2017.11.5 # via requests +certifi==2018.1.18 # via requests chardet==3.0.4 # via requests click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion From fd1fef5a3eca5fb85148b9e310c582471e0fd4d1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 19 Jan 2018 18:32:29 +0100 Subject: [PATCH 024/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index fbd565f9..bc5aba51 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -23,7 +23,7 @@ python-dateutil==2.6.1 # via botocore pytz==2017.3 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon -raven==6.4.0 # via raven, selinon +raven==6.5.0 # via raven, selinon redis==2.10.6 # via selinon s3transfer==0.1.12 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc3 From dfd1c9c5f97a63cd965332744c3696164f1fae10 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 20 Jan 2018 01:28:08 +0100 Subject: [PATCH 025/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index bc5aba51..758a07da 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.18 # via boto3, selinon -botocore==1.8.32 # via boto3, botocore, s3transfer +boto3==1.5.19 # via boto3, selinon +botocore==1.8.33 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b1038b3e46f10707c01ab9ee4354a0ca5786ea26 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 23 Jan 2018 05:33:55 +0100 Subject: [PATCH 026/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 758a07da..67b6e666 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.19 # via boto3, selinon -botocore==1.8.33 # via boto3, botocore, s3transfer +boto3==1.5.20 # via boto3, selinon +botocore==1.8.34 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From be1f6da3ef7f48d24400902a99e6923d964f5991 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 25 Jan 2018 05:14:59 +0100 Subject: [PATCH 027/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 67b6e666..296489c3 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.12 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc3 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.32.21 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.1 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.2 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 5c794db7fdb8273b14aea85373cec884f539de9d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 26 Jan 2018 02:06:32 +0100 Subject: [PATCH 028/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 296489c3..d3b237d6 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.20 # via boto3, selinon -botocore==1.8.34 # via boto3, botocore, s3transfer +boto3==1.5.21 # via boto3, selinon +botocore==1.8.35 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 0decfefe3f40b4bcb0111b567207b4294716bfb2 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 27 Jan 2018 02:09:42 +0100 Subject: [PATCH 029/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d3b237d6..dfa1c710 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.21 # via boto3, selinon -botocore==1.8.35 # via boto3, botocore, s3transfer +boto3==1.5.22 # via boto3, selinon +botocore==1.8.36 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From a7f1903cacfdfada587d0fdb539eb7cb22d947dd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 6 Feb 2018 06:37:32 +0100 Subject: [PATCH 030/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index dfa1c710..5caf000f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.22 # via boto3, selinon -botocore==1.8.36 # via boto3, botocore, s3transfer +boto3==1.5.23 # via boto3, selinon +botocore==1.8.37 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 4249681f3a75a7a5c8368544e6d84de3fc66df16 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 7 Feb 2018 02:44:03 +0100 Subject: [PATCH 031/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 5caf000f..9d888531 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.23 # via boto3, selinon -botocore==1.8.37 # via boto3, botocore, s3transfer +boto3==1.5.24 # via boto3, selinon +botocore==1.8.38 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 58a2ec89536bc4e1644bf58c133911564f682a6b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 9 Feb 2018 09:49:24 +0100 Subject: [PATCH 032/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 9d888531..32200ee6 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.24 # via boto3, selinon -botocore==1.8.38 # via boto3, botocore, s3transfer +boto3==1.5.25 # via boto3, selinon +botocore==1.8.39 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From a6822e4e0011b457395c9b8be91e76edadfa430b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 10 Feb 2018 00:32:29 +0100 Subject: [PATCH 033/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 32200ee6..323b8c59 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -20,7 +20,7 @@ kombu==4.1.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.6.0 # via pymongo, selinon python-dateutil==2.6.1 # via botocore -pytz==2017.3 # via celery, pytz +pytz==2018.3 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon raven==6.5.0 # via raven, selinon From 8525d395d8b862101c8acf91c3e439746f31fad4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 10 Feb 2018 00:32:30 +0100 Subject: [PATCH 034/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 42c81d05..b50b1786 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -24,7 +24,7 @@ jsonschema==2.6.0 # via connexion, selinon, swagger-spec-validator kombu==4.1.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler markupsafe==1.0 # via jinja2 -pytz==2017.3 # via celery, pytz +pytz==2018.3 # via celery, pytz pyyaml==3.12 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon requests==2.18.4 # via connexion From 23f2782433bbfa10b63c1c5f6b519c258c0f1a11 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 10 Feb 2018 06:43:22 +0100 Subject: [PATCH 035/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 323b8c59..2c80d0dc 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.25 # via boto3, selinon -botocore==1.8.39 # via boto3, botocore, s3transfer +boto3==1.5.26 # via boto3, selinon +botocore==1.8.40 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b5997527d23154b65bd41602d6e65f4a33c3efdc Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 13 Feb 2018 05:06:23 +0100 Subject: [PATCH 036/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2c80d0dc..fbb2ad73 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.26 # via boto3, selinon -botocore==1.8.40 # via boto3, botocore, s3transfer +boto3==1.5.27 # via boto3, selinon +botocore==1.8.41 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 7518e0d97d83d88e4245f012ae94c9e9a6f88e68 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 14 Feb 2018 03:04:02 +0100 Subject: [PATCH 037/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index fbb2ad73..c0a8472e 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.27 # via boto3, selinon -botocore==1.8.41 # via boto3, botocore, s3transfer +boto3==1.5.28 # via boto3, selinon +botocore==1.8.42 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From a74022c1955e641a48babeab60014436e788e6d3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 14 Feb 2018 04:26:33 +0100 Subject: [PATCH 038/308] [requires.io] dependency update From dadae860933c6c57ef7ff4ac9cb12656815b4049 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 15 Feb 2018 04:17:41 +0100 Subject: [PATCH 039/308] [requires.io] dependency update --- worker/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index c0a8472e..2a30dcd6 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.28 # via boto3, selinon -botocore==1.8.42 # via boto3, botocore, s3transfer +boto3==1.5.29 # via boto3, selinon +botocore==1.8.43 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon @@ -25,7 +25,7 @@ pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon raven==6.5.0 # via raven, selinon redis==2.10.6 # via selinon -s3transfer==0.1.12 # via boto3, s3transfer +s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc3 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.32.21 # via selinon, sqlalchemy-utils From d3dd7d49f9b6a103c6c3797876f0a4a1c0321717 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 16 Feb 2018 00:38:28 +0100 Subject: [PATCH 040/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2a30dcd6..15461d53 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.29 # via boto3, selinon -botocore==1.8.43 # via boto3, botocore, s3transfer +boto3==1.5.30 # via boto3, selinon +botocore==1.8.44 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 695b898fe1e027bd9fc8d58b6b82977295f59768 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 17 Feb 2018 04:36:14 +0100 Subject: [PATCH 041/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 15461d53..9b6ff449 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc3 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.32.21 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.2 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.3 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 78ed5976792615aba947688c2741ba6f17f6b3e6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 17 Feb 2018 07:59:27 +0100 Subject: [PATCH 042/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 9b6ff449..b8f1b2e6 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.30 # via boto3, selinon -botocore==1.8.44 # via boto3, botocore, s3transfer +boto3==1.5.31 # via boto3, selinon +botocore==1.8.45 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 70e284d76cf25acf7812d943513251aa12cd57b5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 20 Feb 2018 05:41:25 +0100 Subject: [PATCH 043/308] [requires.io] dependency update --- worker/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index b8f1b2e6..ca42386a 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.31 # via boto3, selinon -botocore==1.8.45 # via boto3, botocore, s3transfer +boto3==1.5.32 # via boto3, selinon +botocore==1.8.46 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon @@ -28,6 +28,6 @@ redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc3 six==1.11.0 # via python-dateutil, sqlalchemy-utils -sqlalchemy-utils==0.32.21 # via selinon, sqlalchemy-utils +sqlalchemy-utils==0.33.0 # via selinon, sqlalchemy-utils sqlalchemy==1.2.3 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 41f3113644b69d3f6d1c5cabaf0ea76f9ed34034 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 21 Feb 2018 03:37:27 +0100 Subject: [PATCH 044/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index ca42386a..4332785a 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.32 # via boto3, selinon -botocore==1.8.46 # via boto3, botocore, s3transfer +boto3==1.5.33 # via boto3, selinon +botocore==1.8.47 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 4b5910b516e9bef1ab46661658e5d50350f3d383 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 22 Feb 2018 03:25:47 +0100 Subject: [PATCH 045/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 4332785a..f5edf1f7 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.33 # via boto3, selinon -botocore==1.8.47 # via boto3, botocore, s3transfer +boto3==1.5.34 # via boto3, selinon +botocore==1.8.48 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From e3c988b72666bab9a5d856c92370fb9234a6bc27 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 22 Feb 2018 11:11:33 +0100 Subject: [PATCH 046/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f5edf1f7..09cbd948 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -26,7 +26,7 @@ rainbow-logging-handler==2.2.2 # via selinon raven==6.5.0 # via raven, selinon redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer -selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc3 +selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.0 # via selinon, sqlalchemy-utils sqlalchemy==1.2.3 # via selinon, sqlalchemy, sqlalchemy-utils From 972ca3bc2149dfa6a04efe5d634ce69e518f6681 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 22 Feb 2018 11:11:35 +0100 Subject: [PATCH 047/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index b50b1786..b0e799b6 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -28,7 +28,7 @@ pytz==2018.3 # via celery, pytz pyyaml==3.12 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon requests==2.18.4 # via connexion -selinon[celery]==1.0.0rc3 +selinon[celery]==1.0.0rc4 six==1.11.0 # via connexion, swagger-spec-validator swagger-spec-validator==2.1.0 # via connexion urllib3==1.22 # via requests From 804053e0b0e6349f66a946a673247be5b920bb38 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 22 Feb 2018 22:23:44 +0100 Subject: [PATCH 048/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 09cbd948..b193610b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.34 # via boto3, selinon -botocore==1.8.48 # via boto3, botocore, s3transfer +boto3==1.5.35 # via boto3, selinon +botocore==1.8.49 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 1d98b03b31055e15f3d20be9eaed4053c75a9df7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 23 Feb 2018 04:11:16 +0100 Subject: [PATCH 049/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index b193610b..17a9fb04 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.0 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.3 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.4 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 7f5151ec45492fbafb611b17e35be62bf019d669 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 24 Feb 2018 02:42:28 +0100 Subject: [PATCH 050/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 17a9fb04..f6236037 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.35 # via boto3, selinon -botocore==1.8.49 # via boto3, botocore, s3transfer +boto3==1.5.36 # via boto3, selinon +botocore==1.8.50 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 792b2c201c06e04ff52b0eea86c444aafd6a21ab Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 27 Feb 2018 05:08:07 +0100 Subject: [PATCH 051/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f6236037..272ed112 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.5.36 # via boto3, selinon -botocore==1.8.50 # via boto3, botocore, s3transfer +boto3==1.6.0 # via boto3, selinon +botocore==1.9.0 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 59d33d658a677cfb6ed518fc3f9ee266519b0927 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 28 Feb 2018 00:41:55 +0100 Subject: [PATCH 052/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 272ed112..f8469e94 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.0 # via boto3, selinon -botocore==1.9.0 # via boto3, botocore, s3transfer +boto3==1.6.1 # via boto3, selinon +botocore==1.9.1 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 6d78bb23aeddfae445586bb72730b790ed5fe17c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 1 Mar 2018 04:31:40 +0100 Subject: [PATCH 053/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f8469e94..8e1fb138 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.1 # via boto3, selinon -botocore==1.9.1 # via boto3, botocore, s3transfer +boto3==1.6.2 # via boto3, selinon +botocore==1.9.2 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From e9d0ba9700c7cf2bd4e16ea4a51c78a7011dfc5b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 1 Mar 2018 15:36:34 +0100 Subject: [PATCH 054/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 8e1fb138..0748d69b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -23,7 +23,7 @@ python-dateutil==2.6.1 # via botocore pytz==2018.3 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon -raven==6.5.0 # via raven, selinon +raven==6.6.0 # via raven, selinon redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 From 8e4a6453ba5e0329fa9dc92758ccc9468c35804d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 2 Mar 2018 06:53:26 +0100 Subject: [PATCH 055/308] [requires.io] dependency update --- worker/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 0748d69b..ca3b74ea 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.2 # via boto3, selinon -botocore==1.9.2 # via boto3, botocore, s3transfer +boto3==1.6.3 # via boto3, selinon +botocore==1.9.3 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon @@ -18,7 +18,7 @@ jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon kombu==4.1.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler -pymongo==3.6.0 # via pymongo, selinon +pymongo==3.6.1 # via pymongo, selinon python-dateutil==2.6.1 # via botocore pytz==2018.3 # via celery, pytz pyyaml==3.12 # via selinon From 2554e8451712fde9abdee98f3e6f68dfc3f1110b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 8 Mar 2018 06:26:20 +0100 Subject: [PATCH 056/308] [requires.io] dependency update --- worker/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index ca3b74ea..4b54fb4b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.3 # via boto3, selinon -botocore==1.9.3 # via boto3, botocore, s3transfer +boto3==1.6.4 # via boto3, selinon +botocore==1.9.4 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon @@ -29,5 +29,5 @@ s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.0 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.4 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.5 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 93739685362d295aa31d87bf082d5011e896d25d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 8 Mar 2018 12:57:02 +0100 Subject: [PATCH 057/308] [requires.io] dependency update From 370cb009ee2d6e457b633b6f10c1890f181eff76 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 9 Mar 2018 06:59:48 +0100 Subject: [PATCH 058/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 4b54fb4b..e322a1d8 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.4 # via boto3, selinon -botocore==1.9.4 # via boto3, botocore, s3transfer +boto3==1.6.6 # via boto3, selinon +botocore==1.9.6 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 66fe0548f7e93908b66d5e8c904c74cdba3bb6d2 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 12 Mar 2018 06:04:58 +0100 Subject: [PATCH 059/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index e322a1d8..02694211 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -19,7 +19,7 @@ jsonschema==2.6.0 # via selinon kombu==4.1.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.6.1 # via pymongo, selinon -python-dateutil==2.6.1 # via botocore +python-dateutil==2.7.0 # via botocore pytz==2018.3 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon From 78e5da0d2d7d49ca7fb3461a64ad737dc4adda05 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 13 Mar 2018 01:04:09 +0100 Subject: [PATCH 060/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 02694211..d7cb7ec0 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.6 # via boto3, selinon -botocore==1.9.6 # via boto3, botocore, s3transfer +boto3==1.6.7 # via boto3, selinon +botocore==1.9.7 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 65de91f2e6ecba08a9500c3903067db8c4c80250 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 14 Mar 2018 10:15:00 +0100 Subject: [PATCH 061/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d7cb7ec0..66a047b1 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.7 # via boto3, selinon -botocore==1.9.7 # via boto3, botocore, s3transfer +boto3==1.6.8 # via boto3, selinon +botocore==1.9.8 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 040ec861de82f4929c92616c9c6a06b31003c2a3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 15 Mar 2018 03:35:46 +0100 Subject: [PATCH 062/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 66a047b1..9b095466 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.8 # via boto3, selinon -botocore==1.9.8 # via boto3, botocore, s3transfer +boto3==1.6.9 # via boto3, selinon +botocore==1.9.9 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 18dd766e14f2db63fb4e8894af40fb486985765c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 16 Mar 2018 01:23:54 +0100 Subject: [PATCH 063/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 9b095466..50cf7f11 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.9 # via boto3, selinon -botocore==1.9.9 # via boto3, botocore, s3transfer +boto3==1.6.10 # via boto3, selinon +botocore==1.9.10 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 4ad561f63f5d4f060f8f3c240378ac98c02ddc68 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 17 Mar 2018 05:03:06 +0100 Subject: [PATCH 064/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 50cf7f11..2ec5a933 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.10 # via boto3, selinon -botocore==1.9.10 # via boto3, botocore, s3transfer +boto3==1.6.11 # via boto3, selinon +botocore==1.9.11 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 19ca30f620964ae25ca8644bf18d3211fe1bc25f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 19 Mar 2018 16:07:56 +0100 Subject: [PATCH 065/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2ec5a933..6b7b736f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -28,6 +28,6 @@ redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils -sqlalchemy-utils==0.33.0 # via selinon, sqlalchemy-utils +sqlalchemy-utils==0.33.1 # via selinon, sqlalchemy-utils sqlalchemy==1.2.5 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 95f6602e75b7953bdf468bf154c2950e29ce73c5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 21 Mar 2018 06:14:16 +0100 Subject: [PATCH 066/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 6b7b736f..6dea0ca1 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.11 # via boto3, selinon -botocore==1.9.11 # via boto3, botocore, s3transfer +boto3==1.6.12 # via boto3, selinon +botocore==1.9.12 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From edc7d807fb84f5a018ad09ef71ab7a9ee5109801 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 22 Mar 2018 12:21:29 +0100 Subject: [PATCH 067/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 6dea0ca1..a996159f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.12 # via boto3, selinon -botocore==1.9.12 # via boto3, botocore, s3transfer +boto3==1.6.14 # via boto3, selinon +botocore==1.9.14 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From f7857c14af9b64cda5d69b7a97fd44c774980b37 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 23 Mar 2018 11:33:03 +0100 Subject: [PATCH 068/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a996159f..51f54b3f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.14 # via boto3, selinon -botocore==1.9.14 # via boto3, botocore, s3transfer +boto3==1.6.15 # via boto3, selinon +botocore==1.9.15 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 03d4bcfddc9088eee7aa2fef10e75e905fdb968b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 24 Mar 2018 05:32:04 +0100 Subject: [PATCH 069/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 51f54b3f..b3cb3f0b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.15 # via boto3, selinon -botocore==1.9.15 # via boto3, botocore, s3transfer +boto3==1.6.16 # via boto3, selinon +botocore==1.9.16 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From cc918e795b7693a7872f79688558e58974636dde Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 25 Mar 2018 00:03:11 +0100 Subject: [PATCH 070/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index b3cb3f0b..f3e05195 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -19,7 +19,7 @@ jsonschema==2.6.0 # via selinon kombu==4.1.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.6.1 # via pymongo, selinon -python-dateutil==2.7.0 # via botocore +python-dateutil==2.7.1 # via botocore pytz==2018.3 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon From fe66093d018694ebaccb50a52a2a53adc5204568 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 26 Mar 2018 21:12:17 +0200 Subject: [PATCH 071/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f3e05195..a86f1894 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -19,7 +19,7 @@ jsonschema==2.6.0 # via selinon kombu==4.1.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.6.1 # via pymongo, selinon -python-dateutil==2.7.1 # via botocore +python-dateutil==2.7.2 # via botocore pytz==2018.3 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon From 84afde372e4af8d682c75f528d993f7d4466bef4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 27 Mar 2018 02:06:40 +0200 Subject: [PATCH 072/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a86f1894..04a1bba7 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.16 # via boto3, selinon -botocore==1.9.16 # via boto3, botocore, s3transfer +boto3==1.6.17 # via boto3, selinon +botocore==1.9.17 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 6ef3f2ffa847b716e09a4604d2d81e8e48017649 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 28 Mar 2018 04:39:28 +0200 Subject: [PATCH 073/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 04a1bba7..2c29e9dc 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.17 # via boto3, selinon -botocore==1.9.17 # via boto3, botocore, s3transfer +boto3==1.6.18 # via boto3, selinon +botocore==1.9.18 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 981e0cbb30eeff02b272cf7c77dc1096bac6ea7c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 29 Mar 2018 05:06:45 +0200 Subject: [PATCH 074/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2c29e9dc..a7113143 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.18 # via boto3, selinon -botocore==1.9.18 # via boto3, botocore, s3transfer +boto3==1.6.19 # via boto3, selinon +botocore==1.9.19 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From deb1d3b521fa82b92fa1473e4bd6b6a7ecd8040c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 30 Mar 2018 03:36:02 +0200 Subject: [PATCH 075/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a7113143..0d7e22fb 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.19 # via boto3, selinon -botocore==1.9.19 # via boto3, botocore, s3transfer +boto3==1.6.20 # via boto3, selinon +botocore==1.9.20 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 79f78b5d4c9d0060f1cb5eb9b661dfe12c7edfd9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 31 Mar 2018 01:09:44 +0200 Subject: [PATCH 076/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 0d7e22fb..e64fb783 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.1 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.5 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.6 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From eb31dcdfd115f96efd0bd4a1b50d443cfb81f02c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 31 Mar 2018 03:56:35 +0200 Subject: [PATCH 077/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index e64fb783..a64b73ef 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.20 # via boto3, selinon -botocore==1.9.20 # via boto3, botocore, s3transfer +boto3==1.6.21 # via boto3, selinon +botocore==1.9.21 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b7c3e7ba31cc5bd7aff8222434ba52b7a1ee420a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 2 Apr 2018 17:55:52 +0200 Subject: [PATCH 078/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a64b73ef..99fa7cbc 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -28,6 +28,6 @@ redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils -sqlalchemy-utils==0.33.1 # via selinon, sqlalchemy-utils +sqlalchemy-utils==0.33.2 # via selinon, sqlalchemy-utils sqlalchemy==1.2.6 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 89e4bfa0a985da3011888584b2b199f96d5970ca Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 3 Apr 2018 04:05:04 +0200 Subject: [PATCH 079/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 99fa7cbc..59ed5bba 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.21 # via boto3, selinon -botocore==1.9.21 # via boto3, botocore, s3transfer +boto3==1.6.22 # via boto3, selinon +botocore==1.9.22 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 1a4346b48c9648c6b9c07dc384034738f1c0282f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 4 Apr 2018 01:10:49 +0200 Subject: [PATCH 080/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 59ed5bba..7d2ab845 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.22 # via boto3, selinon -botocore==1.9.22 # via boto3, botocore, s3transfer +boto3==1.6.23 # via boto3, selinon +botocore==1.9.23 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 411d3c0268a625a9a653a59e7d9fc6dc3204b846 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 5 Apr 2018 01:29:37 +0200 Subject: [PATCH 081/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 7d2ab845..f90c9364 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.6.23 # via boto3, selinon -botocore==1.9.23 # via boto3, botocore, s3transfer +boto3==1.7.0 # via boto3, selinon +botocore==1.10.0 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 5c205e192e71e506506588b4c83846b17f51e2d5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 6 Apr 2018 02:05:25 +0200 Subject: [PATCH 082/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f90c9364..fb45f2c1 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.0 # via boto3, selinon -botocore==1.10.0 # via boto3, botocore, s3transfer +boto3==1.7.1 # via boto3, selinon +botocore==1.10.1 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 80f4eb167a9524469b5eab301bc5446c52e862ba Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 6 Apr 2018 23:30:19 +0200 Subject: [PATCH 083/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index fb45f2c1..65c5bbf6 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.1 # via boto3, selinon -botocore==1.10.1 # via boto3, botocore, s3transfer +boto3==1.7.2 # via boto3, selinon +botocore==1.10.2 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From fc0770f1cbca77641b2ca6329f6a1fe2d71256a8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 9 Apr 2018 21:41:50 +0200 Subject: [PATCH 084/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index b0e799b6..d1f56f37 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler -connexion==1.3 +connexion==1.4 flask==0.12.2 # via connexion graphviz==0.8.2 # via selinon idna==2.6 # via requests From 5637faa8d13ad5604251246aa46d66a7e89d66ee Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 10 Apr 2018 04:08:50 +0200 Subject: [PATCH 085/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 65c5bbf6..65bd027b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.2 # via boto3, selinon -botocore==1.10.2 # via boto3, botocore, s3transfer +boto3==1.7.3 # via boto3, selinon +botocore==1.10.3 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 6e0b5c9c8fd89586c16ee9ef3e1686acd505c57a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 10 Apr 2018 17:56:43 +0200 Subject: [PATCH 086/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 65bd027b..0e3994a3 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -20,7 +20,7 @@ kombu==4.1.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.6.1 # via pymongo, selinon python-dateutil==2.7.2 # via botocore -pytz==2018.3 # via celery, pytz +pytz==2018.4 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon raven==6.6.0 # via raven, selinon From a03222123cd3ad7a918b7c96c113b7ce9ee85872 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 10 Apr 2018 17:56:44 +0200 Subject: [PATCH 087/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index d1f56f37..af7385ef 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -24,7 +24,7 @@ jsonschema==2.6.0 # via connexion, selinon, swagger-spec-validator kombu==4.1.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler markupsafe==1.0 # via jinja2 -pytz==2018.3 # via celery, pytz +pytz==2018.4 # via celery, pytz pyyaml==3.12 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon requests==2.18.4 # via connexion From 97c35e05dd41c7a51fdf89907ad88704de0ad9f3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 11 Apr 2018 03:22:44 +0200 Subject: [PATCH 088/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 0e3994a3..024b0694 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.3 # via boto3, selinon -botocore==1.10.3 # via boto3, botocore, s3transfer +boto3==1.7.4 # via boto3, selinon +botocore==1.10.4 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From fda97d4c872cf4ae789eb505f30fd0acb308c776 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 17 Apr 2018 00:13:03 +0200 Subject: [PATCH 089/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index af7385ef..7aaf9429 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -7,7 +7,7 @@ amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery celery==4.1.0 # via celery, selinon -certifi==2018.1.18 # via requests +certifi==2018.4.16 # via requests chardet==3.0.4 # via requests click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion From 6731929f9d7e27e47c475d71bf2fb770afd25a87 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 18 Apr 2018 14:40:33 +0200 Subject: [PATCH 090/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 024b0694..fd519ef8 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -23,7 +23,7 @@ python-dateutil==2.7.2 # via botocore pytz==2018.4 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon -raven==6.6.0 # via raven, selinon +raven==6.7.0 # via raven, selinon redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 From b72037b8dfa05eabbf53bd9294ca186cb42ee4ed Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 20 Apr 2018 05:55:28 +0200 Subject: [PATCH 091/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index fd519ef8..a05d6e3a 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.4 # via boto3, selinon -botocore==1.10.4 # via boto3, botocore, s3transfer +boto3==1.7.5 # via boto3, selinon +botocore==1.10.5 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From f3c28a5ca2a42c48bdfb4bb98836ba49773abdb1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 21 Apr 2018 00:22:52 +0200 Subject: [PATCH 092/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a05d6e3a..324165ac 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.5 # via boto3, selinon -botocore==1.10.5 # via boto3, botocore, s3transfer +boto3==1.7.6 # via boto3, selinon +botocore==1.10.6 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 0ca84d5f237da4145b33d8ee8a5a2711f8c59994 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 21 Apr 2018 05:34:09 +0200 Subject: [PATCH 093/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 324165ac..2576d996 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.2 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.6 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.7 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From bae4c2d331e0e11365fc69752fd49acbe0321ec5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 24 Apr 2018 01:33:29 +0200 Subject: [PATCH 094/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2576d996..b8be87f1 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.6 # via boto3, selinon -botocore==1.10.6 # via boto3, botocore, s3transfer +boto3==1.7.7 # via boto3, selinon +botocore==1.10.7 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From acca580cf23501b388250d1f26748a597a6d89c5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 25 Apr 2018 00:23:54 +0200 Subject: [PATCH 095/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index b8be87f1..495a2106 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.7 # via boto3, selinon -botocore==1.10.7 # via boto3, botocore, s3transfer +boto3==1.7.8 # via boto3, selinon +botocore==1.10.8 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From fc1803efccc8358f401ec320ce22c45c6bf9314d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 25 Apr 2018 21:49:04 +0200 Subject: [PATCH 096/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 495a2106..649b00f9 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.8 # via boto3, selinon -botocore==1.10.8 # via boto3, botocore, s3transfer +boto3==1.7.9 # via boto3, selinon +botocore==1.10.9 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 9b4598bc13f653c60cfcbdfaae271178c5679021 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 27 Apr 2018 00:04:20 +0200 Subject: [PATCH 097/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 7aaf9429..eb246d9e 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -14,7 +14,7 @@ clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler connexion==1.4 -flask==0.12.2 # via connexion +flask==1.0 # via connexion graphviz==0.8.2 # via selinon idna==2.6 # via requests inflection==0.3.1 # via connexion From 6d661472f7b5639f1c80c2343ace4d2ebfe91755 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 27 Apr 2018 02:05:51 +0200 Subject: [PATCH 098/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 649b00f9..b3ceefa9 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.9 # via boto3, selinon -botocore==1.10.9 # via boto3, botocore, s3transfer +boto3==1.7.10 # via boto3, selinon +botocore==1.10.10 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 219ca5f6fc5961567b60b004b7c6b57a56aabf8a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 28 Apr 2018 23:54:48 +0200 Subject: [PATCH 099/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index b3ceefa9..0083a9da 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via selinon codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler docutils==0.14 # via botocore -graphviz==0.8.2 # via selinon +graphviz==0.8.3 # via selinon jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon kombu==4.1.0 # via celery, kombu From 136241045cd878060c0301c7c71a42e3e327b5da Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 28 Apr 2018 23:54:50 +0200 Subject: [PATCH 100/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index eb246d9e..a53ffb06 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -15,7 +15,7 @@ codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler connexion==1.4 flask==1.0 # via connexion -graphviz==0.8.2 # via selinon +graphviz==0.8.3 # via selinon idna==2.6 # via requests inflection==0.3.1 # via connexion itsdangerous==0.24 # via flask From 71d6cf6bc4c8a4968629aefa46dff7acdaa76383 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 29 Apr 2018 11:30:28 +0200 Subject: [PATCH 101/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 0083a9da..d8c73fd0 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -28,6 +28,6 @@ redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils -sqlalchemy-utils==0.33.2 # via selinon, sqlalchemy-utils +sqlalchemy-utils==0.33.3 # via selinon, sqlalchemy-utils sqlalchemy==1.2.7 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 525a51332f48f5ec10f3c41d2c2897952d31be9e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 30 Apr 2018 05:58:21 +0200 Subject: [PATCH 102/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index a53ffb06..e04d79df 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -14,7 +14,7 @@ clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler connexion==1.4 -flask==1.0 # via connexion +flask==1.0.1 # via connexion graphviz==0.8.3 # via selinon idna==2.6 # via requests inflection==0.3.1 # via connexion From a6dd1499e1844a48ed41d375cdde6c68d8b6cc28 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 1 May 2018 02:47:45 +0200 Subject: [PATCH 103/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d8c73fd0..67b28580 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.10 # via boto3, selinon -botocore==1.10.10 # via boto3, botocore, s3transfer +boto3==1.7.11 # via boto3, selinon +botocore==1.10.11 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 38c7edeb74ff59034a756196a3001bcf699f0460 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 2 May 2018 21:14:13 +0200 Subject: [PATCH 104/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index e04d79df..82fd9b19 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -14,7 +14,7 @@ clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler connexion==1.4 -flask==1.0.1 # via connexion +flask==1.0.2 # via connexion graphviz==0.8.3 # via selinon idna==2.6 # via requests inflection==0.3.1 # via connexion From 7701aa442a33d3de98fcf38c26632425ee3122e5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 3 May 2018 03:25:07 +0200 Subject: [PATCH 105/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 67b28580..694d2e67 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.11 # via boto3, selinon -botocore==1.10.11 # via boto3, botocore, s3transfer +boto3==1.7.12 # via boto3, selinon +botocore==1.10.12 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 873aca24278fcf966179333c39b05b21eee4a83f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 4 May 2018 03:34:24 +0200 Subject: [PATCH 106/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 694d2e67..6b074a88 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.12 # via boto3, selinon -botocore==1.10.12 # via boto3, botocore, s3transfer +boto3==1.7.13 # via boto3, selinon +botocore==1.10.13 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From d86a0439ca6f4e55ca736bc567925eaea8e4a092 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 5 May 2018 02:15:03 +0200 Subject: [PATCH 107/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 6b074a88..3bbf1853 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.13 # via boto3, selinon -botocore==1.10.13 # via boto3, botocore, s3transfer +boto3==1.7.14 # via boto3, selinon +botocore==1.10.14 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From bab55015100dacda968df3d90b0191e1c2183c2a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 8 May 2018 03:56:22 +0200 Subject: [PATCH 108/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 3bbf1853..d59b4695 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.14 # via boto3, selinon -botocore==1.10.14 # via boto3, botocore, s3transfer +boto3==1.7.15 # via boto3, selinon +botocore==1.10.15 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 2f60a321c464bf0845931f60f0ad235e77e95b75 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 8 May 2018 04:56:57 +0200 Subject: [PATCH 109/308] [requires.io] dependency update From 345dd3d91a60a45f480e088345e1b3c07caac5af Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 9 May 2018 00:29:50 +0200 Subject: [PATCH 110/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d59b4695..0d165642 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.15 # via boto3, selinon -botocore==1.10.15 # via boto3, botocore, s3transfer +boto3==1.7.16 # via boto3, selinon +botocore==1.10.16 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 9130a228d0324327ce014ba3f9a580a0f8a9165d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 10 May 2018 06:15:43 +0200 Subject: [PATCH 111/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 0d165642..596f0e4d 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.16 # via boto3, selinon -botocore==1.10.16 # via boto3, botocore, s3transfer +boto3==1.7.17 # via boto3, selinon +botocore==1.10.17 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 148bba35a4653e41ca7a0a427d74cf62b4e4471b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 10 May 2018 17:01:21 +0200 Subject: [PATCH 112/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 596f0e4d..0ba5019a 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -19,7 +19,7 @@ jsonschema==2.6.0 # via selinon kombu==4.1.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.6.1 # via pymongo, selinon -python-dateutil==2.7.2 # via botocore +python-dateutil==2.7.3 # via botocore pytz==2018.4 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon From 07574e2f239cfb350fce41b69898a306ac31d49d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 11 May 2018 02:33:32 +0200 Subject: [PATCH 113/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 0ba5019a..a02c4cd8 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.17 # via boto3, selinon -botocore==1.10.17 # via boto3, botocore, s3transfer +boto3==1.7.18 # via boto3, selinon +botocore==1.10.18 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 611a1e9f8f6c236ecbbd31924d31f0c9c95130b2 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 11 May 2018 05:44:00 +0200 Subject: [PATCH 114/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a02c4cd8..15456696 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.18 # via boto3, selinon -botocore==1.10.18 # via boto3, botocore, s3transfer +boto3==1.7.19 # via boto3, selinon +botocore==1.10.19 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 4541e2fe34d8819f99683cf1a7d42917378f2331 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 12 May 2018 13:03:55 +0200 Subject: [PATCH 115/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 15456696..a2bb4d3d 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -23,7 +23,7 @@ python-dateutil==2.7.3 # via botocore pytz==2018.4 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon -raven==6.7.0 # via raven, selinon +raven==6.8.0 # via raven, selinon redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 From 8305c36ec150227f9fb7096a0cd427ff6696c6ff Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 15 May 2018 01:24:28 +0200 Subject: [PATCH 116/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a2bb4d3d..52a1c04e 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.19 # via boto3, selinon -botocore==1.10.19 # via boto3, botocore, s3transfer +boto3==1.7.20 # via boto3, selinon +botocore==1.10.20 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 1c4eeb3d68e95915409cfce547d49e8d84ae8580 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 15 May 2018 19:59:43 +0200 Subject: [PATCH 117/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 82fd9b19..9bf3d40e 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler -connexion==1.4 +connexion==1.4.1 flask==1.0.2 # via connexion graphviz==0.8.3 # via selinon idna==2.6 # via requests From 189fd7fbf3aec80929372f65091da0e3e3cedf4e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 16 May 2018 01:00:37 +0200 Subject: [PATCH 118/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 52a1c04e..11a974f5 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.20 # via boto3, selinon -botocore==1.10.20 # via boto3, botocore, s3transfer +boto3==1.7.21 # via boto3, selinon +botocore==1.10.21 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 9d4c51023f7561cc9a791bb1ad44264329f1bb09 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 16 May 2018 10:49:16 +0200 Subject: [PATCH 119/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 9bf3d40e..100a4d59 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler -connexion==1.4.1 +connexion==1.4.2 flask==1.0.2 # via connexion graphviz==0.8.3 # via selinon idna==2.6 # via requests From db31868633259ca2eb10fa25730fe6a1ec39e041 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 17 May 2018 01:28:48 +0200 Subject: [PATCH 120/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 11a974f5..0284c80e 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.21 # via boto3, selinon -botocore==1.10.21 # via boto3, botocore, s3transfer +boto3==1.7.22 # via boto3, selinon +botocore==1.10.22 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 70a6572363ea0c71a365868bbbab4a89f4592fa7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 18 May 2018 01:55:25 +0200 Subject: [PATCH 121/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 0284c80e..1f660325 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.22 # via boto3, selinon -botocore==1.10.22 # via boto3, botocore, s3transfer +boto3==1.7.23 # via boto3, selinon +botocore==1.10.23 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 8267899c3f56a47f7449bc96bc4e06b3514726e5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 19 May 2018 00:09:08 +0200 Subject: [PATCH 122/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 1f660325..cdf15a9b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.23 # via boto3, selinon -botocore==1.10.23 # via boto3, botocore, s3transfer +boto3==1.7.24 # via boto3, selinon +botocore==1.10.24 # via boto3, botocore, s3transfer celery==4.1.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From ff81db6432d025ea761d9916e6276c5332302eea Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 21 May 2018 08:59:51 +0200 Subject: [PATCH 123/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index cdf15a9b..2e98d720 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -16,7 +16,7 @@ docutils==0.14 # via botocore graphviz==0.8.3 # via selinon jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon -kombu==4.1.0 # via celery, kombu +kombu==4.2.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.6.1 # via pymongo, selinon python-dateutil==2.7.3 # via botocore From 2e67e73224c15a6867c098647955a589bea7577b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 21 May 2018 08:59:52 +0200 Subject: [PATCH 124/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 100a4d59..8e66be6a 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -21,7 +21,7 @@ inflection==0.3.1 # via connexion itsdangerous==0.24 # via flask jinja2==2.10 # via flask, jinja2 jsonschema==2.6.0 # via connexion, selinon, swagger-spec-validator -kombu==4.1.0 # via celery, kombu +kombu==4.2.0 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler markupsafe==1.0 # via jinja2 pytz==2018.4 # via celery, pytz From e8f7e6443435fdde8b92a26a3c04d3e06c4c694f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 21 May 2018 17:25:46 +0200 Subject: [PATCH 125/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2e98d720..6a9a6bb6 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -8,7 +8,7 @@ amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery boto3==1.7.24 # via boto3, selinon botocore==1.10.24 # via boto3, botocore, s3transfer -celery==4.1.0 # via celery, selinon +celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler From 9a0c638fd7fe17d39f1028069a6133fad4b9d376 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 21 May 2018 17:25:48 +0200 Subject: [PATCH 126/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 8e66be6a..d1be672b 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,7 +6,7 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -celery==4.1.0 # via celery, selinon +celery==4.1.1 # via celery, selinon certifi==2018.4.16 # via requests chardet==3.0.4 # via requests click==6.7 # via clickclick, flask, selinon From 0be83addc7f5bbbe6c3468b6f5475337cdf1dd58 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 22 May 2018 00:35:04 +0200 Subject: [PATCH 127/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 6a9a6bb6..8d2b8024 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.24 # via boto3, selinon -botocore==1.10.24 # via boto3, botocore, s3transfer +boto3==1.7.25 # via boto3, selinon +botocore==1.10.25 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b21c1dbdd6885d50170a28a1ad8de9dadb51a74e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 23 May 2018 02:19:48 +0200 Subject: [PATCH 128/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 8d2b8024..f3b57ad7 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.25 # via boto3, selinon -botocore==1.10.25 # via boto3, botocore, s3transfer +boto3==1.7.26 # via boto3, selinon +botocore==1.10.26 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From efaeb8a3155f1e0e7038036451f6182e2d6cc7a5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 25 May 2018 02:24:03 +0200 Subject: [PATCH 129/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f3b57ad7..3650dcd3 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.26 # via boto3, selinon -botocore==1.10.26 # via boto3, botocore, s3transfer +boto3==1.7.27 # via boto3, selinon +botocore==1.10.27 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 8a3f81edddfbf75f04056fb5c2d39fae929e30ee Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 26 May 2018 01:46:56 +0200 Subject: [PATCH 130/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 3650dcd3..ebcf31ac 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.2.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.27 # via boto3, selinon -botocore==1.10.27 # via boto3, botocore, s3transfer +boto3==1.7.28 # via boto3, selinon +botocore==1.10.28 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 7fe2f650bf10248d7f0a4fd0554618b9ff37fa7d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 27 May 2018 16:30:08 +0200 Subject: [PATCH 131/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index ebcf31ac..78e3a532 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file requirements.txt requirements.in # -amqp==2.2.2 # via amqp, kombu +amqp==2.3.0 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery boto3==1.7.28 # via boto3, selinon botocore==1.10.28 # via boto3, botocore, s3transfer From 8c930bede7debc735ba1e0b48b73aa3c599fca6a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 27 May 2018 16:30:09 +0200 Subject: [PATCH 132/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index d1be672b..132b28a8 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file requirements.txt requirements.in # -amqp==2.2.2 # via amqp, kombu +amqp==2.3.0 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery celery==4.1.1 # via celery, selinon certifi==2018.4.16 # via requests From de12a5b63998d94219ec74de7f7bae57b5128b78 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 28 May 2018 16:37:01 +0200 Subject: [PATCH 133/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 78e3a532..977bdf14 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file requirements.txt requirements.in # -amqp==2.3.0 # via amqp, kombu +amqp==2.3.1 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery boto3==1.7.28 # via boto3, selinon botocore==1.10.28 # via boto3, botocore, s3transfer From f2aad4ca0ffa67cee868694c8bca8c1899d7664e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 28 May 2018 16:37:03 +0200 Subject: [PATCH 134/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 132b28a8..93c7c2e3 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file requirements.txt requirements.in # -amqp==2.3.0 # via amqp, kombu +amqp==2.3.1 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery celery==4.1.1 # via celery, selinon certifi==2018.4.16 # via requests From de46e21ac03542abda70fdd496b02fb667e1137c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 29 May 2018 02:31:40 +0200 Subject: [PATCH 135/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 977bdf14..6472a17f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.3 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.7 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.8 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From d4edef8ab03d55f369d073128d5d39a1b97765a9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 30 May 2018 00:15:42 +0200 Subject: [PATCH 136/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 6472a17f..7414ff3b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.1 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.28 # via boto3, selinon -botocore==1.10.28 # via boto3, botocore, s3transfer +boto3==1.7.29 # via boto3, selinon +botocore==1.10.29 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From e0876f03cae4a1dc0c794e8c30044a82f71bc13a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 30 May 2018 17:57:13 +0200 Subject: [PATCH 137/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 7414ff3b..17edb23f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file requirements.txt requirements.in # -amqp==2.3.1 # via amqp, kombu +amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery boto3==1.7.29 # via boto3, selinon botocore==1.10.29 # via boto3, botocore, s3transfer @@ -16,7 +16,7 @@ docutils==0.14 # via botocore graphviz==0.8.3 # via selinon jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon -kombu==4.2.0 # via celery, kombu +kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.6.1 # via pymongo, selinon python-dateutil==2.7.3 # via botocore From 8cdfcfa43784bd56b106c90b474608e1012e6e6f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 30 May 2018 17:57:15 +0200 Subject: [PATCH 138/308] [requires.io] dependency update --- server/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index 93c7c2e3..1c87387c 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file requirements.txt requirements.in # -amqp==2.3.1 # via amqp, kombu +amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery celery==4.1.1 # via celery, selinon certifi==2018.4.16 # via requests @@ -21,7 +21,7 @@ inflection==0.3.1 # via connexion itsdangerous==0.24 # via flask jinja2==2.10 # via flask, jinja2 jsonschema==2.6.0 # via connexion, selinon, swagger-spec-validator -kombu==4.2.0 # via celery, kombu +kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler markupsafe==1.0 # via jinja2 pytz==2018.4 # via celery, pytz From 612be5d324c5fa962f542fb77e077e7a8e611ad3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 31 May 2018 01:04:18 +0200 Subject: [PATCH 139/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 17edb23f..ab8e279b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -23,7 +23,7 @@ python-dateutil==2.7.3 # via botocore pytz==2018.4 # via celery, pytz pyyaml==3.12 # via selinon rainbow-logging-handler==2.2.2 # via selinon -raven==6.8.0 # via raven, selinon +raven==6.9.0 # via raven, selinon redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 From d5779327a0f9dc3db49b6066f971d5a651ca099d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 31 May 2018 05:05:32 +0200 Subject: [PATCH 140/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index ab8e279b..df58a802 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.29 # via boto3, selinon -botocore==1.10.29 # via boto3, botocore, s3transfer +boto3==1.7.30 # via boto3, selinon +botocore==1.10.30 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From f8d52fb3e68dbf951589d72ae10e05bed69a0509 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 2 Jun 2018 00:44:13 +0200 Subject: [PATCH 141/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index df58a802..8c653752 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.30 # via boto3, selinon -botocore==1.10.30 # via boto3, botocore, s3transfer +boto3==1.7.31 # via boto3, selinon +botocore==1.10.31 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 609ce265bc6659a1bf855fc3b36410ceb1222261 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 5 Jun 2018 04:29:12 +0200 Subject: [PATCH 142/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 8c653752..17a449cd 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.31 # via boto3, selinon -botocore==1.10.31 # via boto3, botocore, s3transfer +boto3==1.7.32 # via boto3, selinon +botocore==1.10.32 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 12381c752df5a573c39275d3d2785f6d915c6e4f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 5 Jun 2018 06:37:27 +0200 Subject: [PATCH 143/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 1c87387c..16507251 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -31,6 +31,6 @@ requests==2.18.4 # via connexion selinon[celery]==1.0.0rc4 six==1.11.0 # via connexion, swagger-spec-validator swagger-spec-validator==2.1.0 # via connexion -urllib3==1.22 # via requests +urllib3==1.23 # via requests vine==1.1.4 # via amqp, vine werkzeug==0.14.1 # via flask From 02d9496b86f9427435c4a7260f530d69608aaa6b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 5 Jun 2018 16:38:53 +0200 Subject: [PATCH 144/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 16507251..e614fab5 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -30,7 +30,7 @@ rainbow-logging-handler==2.2.2 # via selinon requests==2.18.4 # via connexion selinon[celery]==1.0.0rc4 six==1.11.0 # via connexion, swagger-spec-validator -swagger-spec-validator==2.1.0 # via connexion +swagger-spec-validator==2.2.0 # via connexion urllib3==1.23 # via requests vine==1.1.4 # via amqp, vine werkzeug==0.14.1 # via flask From 9856b6dc290634476724ae9059c7be1bc1e0d9e1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 6 Jun 2018 03:18:33 +0200 Subject: [PATCH 145/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 17a449cd..43a2964f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.32 # via boto3, selinon -botocore==1.10.32 # via boto3, botocore, s3transfer +boto3==1.7.33 # via boto3, selinon +botocore==1.10.33 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 42fefa5d893fffbfea5a53ad8d8220173b2d6b42 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 6 Jun 2018 15:12:06 +0200 Subject: [PATCH 146/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index e614fab5..15642833 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -30,7 +30,7 @@ rainbow-logging-handler==2.2.2 # via selinon requests==2.18.4 # via connexion selinon[celery]==1.0.0rc4 six==1.11.0 # via connexion, swagger-spec-validator -swagger-spec-validator==2.2.0 # via connexion +swagger-spec-validator==2.3.0 # via connexion urllib3==1.23 # via requests vine==1.1.4 # via amqp, vine werkzeug==0.14.1 # via flask From 4a7a3ec53aa92d72f29415a72e907caf3a5947ef Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 8 Jun 2018 02:47:25 +0200 Subject: [PATCH 147/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 43a2964f..64ca0542 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.33 # via boto3, selinon -botocore==1.10.33 # via boto3, botocore, s3transfer +boto3==1.7.34 # via boto3, selinon +botocore==1.10.34 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 822980804274ff08951d0e14d26d91c302397e20 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 8 Jun 2018 20:08:43 +0200 Subject: [PATCH 148/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 64ca0542..3636fd3c 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.34 # via boto3, selinon -botocore==1.10.34 # via boto3, botocore, s3transfer +boto3==1.7.35 # via boto3, selinon +botocore==1.10.35 # via boto3, botocore, s3transfer celery==4.1.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 804929a1ecdbf37c63aead4b5442e1207348d0fe Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 10 Jun 2018 23:30:33 +0200 Subject: [PATCH 149/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 3636fd3c..f4f26b31 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -8,7 +8,7 @@ amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery boto3==1.7.35 # via boto3, selinon botocore==1.10.35 # via boto3, botocore, s3transfer -celery==4.1.1 # via celery, selinon +celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler From d8f868da9d2443f335394570d2d99ab8c520c4f8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 10 Jun 2018 23:30:35 +0200 Subject: [PATCH 150/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 15642833..eb642676 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,7 +6,7 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -celery==4.1.1 # via celery, selinon +celery==4.2.0 # via celery, selinon certifi==2018.4.16 # via requests chardet==3.0.4 # via requests click==6.7 # via clickclick, flask, selinon From 9c9756198eb53c3cf2f9f16eae28d79427593d86 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 11 Jun 2018 06:06:26 +0200 Subject: [PATCH 151/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index eb642676..91437e49 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -16,7 +16,7 @@ colorama==0.3.9 # via rainbow-logging-handler connexion==1.4.2 flask==1.0.2 # via connexion graphviz==0.8.3 # via selinon -idna==2.6 # via requests +idna==2.7 # via requests inflection==0.3.1 # via connexion itsdangerous==0.24 # via flask jinja2==2.10 # via flask, jinja2 From 45eb7b13d4b64221ca93a721add05ab862d1db45 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 11 Jun 2018 16:56:09 +0200 Subject: [PATCH 152/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 91437e49..14178de0 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -30,7 +30,7 @@ rainbow-logging-handler==2.2.2 # via selinon requests==2.18.4 # via connexion selinon[celery]==1.0.0rc4 six==1.11.0 # via connexion, swagger-spec-validator -swagger-spec-validator==2.3.0 # via connexion +swagger-spec-validator==2.3.1 # via connexion urllib3==1.23 # via requests vine==1.1.4 # via amqp, vine werkzeug==0.14.1 # via flask From 2165e2ede5ed3d6f02517bb3f5d0a71ffb4d3ec1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 12 Jun 2018 02:25:05 +0200 Subject: [PATCH 153/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f4f26b31..2735c795 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.35 # via boto3, selinon -botocore==1.10.35 # via boto3, botocore, s3transfer +boto3==1.7.36 # via boto3, selinon +botocore==1.10.36 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From ee654d8bfd526aa3441214761b7368cb46797eff Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 12 Jun 2018 21:10:47 +0200 Subject: [PATCH 154/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 14178de0..93e68893 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -27,7 +27,7 @@ markupsafe==1.0 # via jinja2 pytz==2018.4 # via celery, pytz pyyaml==3.12 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon -requests==2.18.4 # via connexion +requests==2.19.0 # via connexion selinon[celery]==1.0.0rc4 six==1.11.0 # via connexion, swagger-spec-validator swagger-spec-validator==2.3.1 # via connexion From d01be4c0b5785d7f5e11a88ef3ad897fae6250cd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 13 Jun 2018 01:39:50 +0200 Subject: [PATCH 155/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2735c795..34815461 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.36 # via boto3, selinon -botocore==1.10.36 # via boto3, botocore, s3transfer +boto3==1.7.37 # via boto3, selinon +botocore==1.10.37 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 5d965a24cc7a307357a4dc6658e23968c5ce075e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 14 Jun 2018 01:53:55 +0200 Subject: [PATCH 156/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 34815461..2c469487 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.37 # via boto3, selinon -botocore==1.10.37 # via boto3, botocore, s3transfer +boto3==1.7.38 # via boto3, selinon +botocore==1.10.38 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 6675a9ce216e94031628e6ffbaf9c5c65f20ac48 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 14 Jun 2018 19:56:31 +0200 Subject: [PATCH 157/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 93e68893..16cddc8b 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -27,7 +27,7 @@ markupsafe==1.0 # via jinja2 pytz==2018.4 # via celery, pytz pyyaml==3.12 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon -requests==2.19.0 # via connexion +requests==2.19.1 # via connexion selinon[celery]==1.0.0rc4 six==1.11.0 # via connexion, swagger-spec-validator swagger-spec-validator==2.3.1 # via connexion From fe8ba2e9b78b9181d1cba4801ccc8320da4e6604 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 15 Jun 2018 02:59:45 +0200 Subject: [PATCH 158/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2c469487..cdb9a57a 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.38 # via boto3, selinon -botocore==1.10.38 # via boto3, botocore, s3transfer +boto3==1.7.39 # via boto3, selinon +botocore==1.10.39 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 88d5a44b54c43e70160d3ded8fd18887d7340e71 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 16 Jun 2018 02:04:11 +0200 Subject: [PATCH 159/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index cdb9a57a..8a166564 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.39 # via boto3, selinon -botocore==1.10.39 # via boto3, botocore, s3transfer +boto3==1.7.40 # via boto3, selinon +botocore==1.10.40 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From a508834729842e9bd77f38815f30ca0c807bd6be Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 20 Jun 2018 00:47:02 +0200 Subject: [PATCH 160/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 8a166564..16ee88c8 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.40 # via boto3, selinon -botocore==1.10.40 # via boto3, botocore, s3transfer +boto3==1.7.41 # via boto3, selinon +botocore==1.10.41 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 82a458b2d3865e0447a171f4a1b0b4e2d93245d9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 21 Jun 2018 00:35:35 +0200 Subject: [PATCH 161/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 16ee88c8..115f206f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.41 # via boto3, selinon -botocore==1.10.41 # via boto3, botocore, s3transfer +boto3==1.7.42 # via boto3, selinon +botocore==1.10.42 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 197b6a94030e9482e55ef518c0b6679296ba724c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 22 Jun 2018 00:28:12 +0200 Subject: [PATCH 162/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 115f206f..29eb11a9 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.42 # via boto3, selinon -botocore==1.10.42 # via boto3, botocore, s3transfer +boto3==1.7.43 # via boto3, selinon +botocore==1.10.43 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From ccee6ae407cfaecd0ec2abbe2ebb16ca64fbc960 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 22 Jun 2018 04:33:02 +0200 Subject: [PATCH 163/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 29eb11a9..892b7b1f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.43 # via boto3, selinon -botocore==1.10.43 # via boto3, botocore, s3transfer +boto3==1.7.44 # via boto3, selinon +botocore==1.10.44 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 75c4e00d5c053064e651a5a7f3803ca408d53781 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 23 Jun 2018 05:39:43 +0200 Subject: [PATCH 164/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 892b7b1f..8f5e8b3f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.44 # via boto3, selinon -botocore==1.10.44 # via boto3, botocore, s3transfer +boto3==1.7.45 # via boto3, selinon +botocore==1.10.45 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From d29dd3395395c2ecf124ea2f25e8a7246bb818d0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 26 Jun 2018 22:06:15 +0200 Subject: [PATCH 165/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 8f5e8b3f..b788cb8e 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -18,7 +18,7 @@ jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler -pymongo==3.6.1 # via pymongo, selinon +pymongo==3.7.0 # via pymongo, selinon python-dateutil==2.7.3 # via botocore pytz==2018.4 # via celery, pytz pyyaml==3.12 # via selinon From 23972874b15306f5d5c2139776002e9194d67948 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 27 Jun 2018 02:51:38 +0200 Subject: [PATCH 166/308] [requires.io] dependency update --- worker/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index b788cb8e..7f948e0d 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.45 # via boto3, selinon -botocore==1.10.45 # via boto3, botocore, s3transfer +boto3==1.7.46 # via boto3, selinon +botocore==1.10.46 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon @@ -21,7 +21,7 @@ logutils==0.3.5 # via rainbow-logging-handler pymongo==3.7.0 # via pymongo, selinon python-dateutil==2.7.3 # via botocore pytz==2018.4 # via celery, pytz -pyyaml==3.12 # via selinon +pyyaml==4.1 # via selinon rainbow-logging-handler==2.2.2 # via selinon raven==6.9.0 # via raven, selinon redis==2.10.6 # via selinon From 232fa7030408018351d95d977ce3d77cf7b7eb73 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 27 Jun 2018 02:51:39 +0200 Subject: [PATCH 167/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 16cddc8b..1b25ce8b 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -25,7 +25,7 @@ kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler markupsafe==1.0 # via jinja2 pytz==2018.4 # via celery, pytz -pyyaml==3.12 # via clickclick, connexion, selinon +pyyaml==4.1 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon requests==2.19.1 # via connexion selinon[celery]==1.0.0rc4 From 2cf7a8484fce808069d4a0264e48a6f748468380 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 28 Jun 2018 02:41:16 +0200 Subject: [PATCH 168/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 7f948e0d..40b12970 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.46 # via boto3, selinon -botocore==1.10.46 # via boto3, botocore, s3transfer +boto3==1.7.47 # via boto3, selinon +botocore==1.10.47 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 1e6f90c89d24ccf2cb81a8678a6df803219de06f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 29 Jun 2018 01:20:54 +0200 Subject: [PATCH 169/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 40b12970..0ae67fdd 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.47 # via boto3, selinon -botocore==1.10.47 # via boto3, botocore, s3transfer +boto3==1.7.48 # via boto3, selinon +botocore==1.10.48 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From ee90c45eef912f335b24ffe3397be84a7ed70ac7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 29 Jun 2018 14:30:47 +0200 Subject: [PATCH 170/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 0ae67fdd..4d20db98 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -20,7 +20,7 @@ kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.7.0 # via pymongo, selinon python-dateutil==2.7.3 # via botocore -pytz==2018.4 # via celery, pytz +pytz==2018.5 # via celery, pytz pyyaml==4.1 # via selinon rainbow-logging-handler==2.2.2 # via selinon raven==6.9.0 # via raven, selinon From 225b6c6cde5de8b8e4e78f237eb08178280eaabd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 29 Jun 2018 14:30:48 +0200 Subject: [PATCH 171/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 1b25ce8b..5cf88c30 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -24,7 +24,7 @@ jsonschema==2.6.0 # via connexion, selinon, swagger-spec-validator kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler markupsafe==1.0 # via jinja2 -pytz==2018.4 # via celery, pytz +pytz==2018.5 # via celery, pytz pyyaml==4.1 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon requests==2.19.1 # via connexion From f05167ba7dcc7497155d2b2c5d744c8c854acf4e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 29 Jun 2018 20:22:55 +0200 Subject: [PATCH 172/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 4d20db98..503fffc7 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.3 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.8 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.9 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From ee88aebf760ee6375ecd94fcc11c34931f240390 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 1 Jul 2018 15:47:12 +0200 Subject: [PATCH 173/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 503fffc7..aa2d77da 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via selinon codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler docutils==0.14 # via botocore -graphviz==0.8.3 # via selinon +graphviz==0.8.4 # via selinon jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon kombu==4.2.1 # via celery, kombu From 0a1db04a398261d626c4ed7b4b9ab1e39cff1162 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 1 Jul 2018 15:47:14 +0200 Subject: [PATCH 174/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 5cf88c30..00b231b1 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -15,7 +15,7 @@ codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler connexion==1.4.2 flask==1.0.2 # via connexion -graphviz==0.8.3 # via selinon +graphviz==0.8.4 # via selinon idna==2.7 # via requests inflection==0.3.1 # via connexion itsdangerous==0.24 # via flask From 8a1ffacca340a0aaa88ae70bc70f9ee7154932b0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 3 Jul 2018 03:08:20 +0200 Subject: [PATCH 175/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index aa2d77da..7b719454 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.48 # via boto3, selinon -botocore==1.10.48 # via boto3, botocore, s3transfer +boto3==1.7.49 # via boto3, selinon +botocore==1.10.49 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b8db01d331bcd8236b6e8bad83c1085b8036b83b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 4 Jul 2018 01:25:43 +0200 Subject: [PATCH 176/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 7b719454..aae2eecc 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.49 # via boto3, selinon -botocore==1.10.49 # via boto3, botocore, s3transfer +boto3==1.7.50 # via boto3, selinon +botocore==1.10.50 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 93a041df60f68bb6cefef253f4c9237ed048b98b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 6 Jul 2018 02:08:13 +0200 Subject: [PATCH 177/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index aae2eecc..d42c8883 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.50 # via boto3, selinon -botocore==1.10.50 # via boto3, botocore, s3transfer +boto3==1.7.51 # via boto3, selinon +botocore==1.10.51 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From cb9f1734a3bef12cf52a4645a260456176b9c9f4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 6 Jul 2018 22:25:17 +0200 Subject: [PATCH 178/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d42c8883..bff6b734 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.3 # via billiard, celery -boto3==1.7.51 # via boto3, selinon -botocore==1.10.51 # via boto3, botocore, s3transfer +boto3==1.7.52 # via boto3, selinon +botocore==1.10.52 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b422b1418c7c6c94c37e495d6fb776286fbf6cb7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 7 Jul 2018 13:49:24 +0200 Subject: [PATCH 179/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index bff6b734..696b58b6 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -5,7 +5,7 @@ # pip-compile --output-file requirements.txt requirements.in # amqp==2.3.2 # via amqp, kombu -billiard==3.5.0.3 # via billiard, celery +billiard==3.5.0.4 # via billiard, celery boto3==1.7.52 # via boto3, selinon botocore==1.10.52 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon From 7d643d62aefc3737f65f46fb2b6b3719e472b1b9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 7 Jul 2018 13:49:26 +0200 Subject: [PATCH 180/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 00b231b1..0388d495 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -5,7 +5,7 @@ # pip-compile --output-file requirements.txt requirements.in # amqp==2.3.2 # via amqp, kombu -billiard==3.5.0.3 # via billiard, celery +billiard==3.5.0.4 # via billiard, celery celery==4.2.0 # via celery, selinon certifi==2018.4.16 # via requests chardet==3.0.4 # via requests From a2944eb4dc4ed295137c1a664cd2ca14e2631e07 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 10 Jul 2018 02:19:29 +0200 Subject: [PATCH 181/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 696b58b6..bdf5961a 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.52 # via boto3, selinon -botocore==1.10.52 # via boto3, botocore, s3transfer +boto3==1.7.53 # via boto3, selinon +botocore==1.10.53 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 618968528b52deee3769702d31454c628e3f054d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 10 Jul 2018 04:49:50 +0200 Subject: [PATCH 182/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index bdf5961a..ad743672 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.53 # via boto3, selinon -botocore==1.10.53 # via boto3, botocore, s3transfer +boto3==1.7.54 # via boto3, selinon +botocore==1.10.54 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 5826f45237f8b177752cad25f4d970368278eae4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 11 Jul 2018 01:59:53 +0200 Subject: [PATCH 183/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index ad743672..12e0813d 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.54 # via boto3, selinon -botocore==1.10.54 # via boto3, botocore, s3transfer +boto3==1.7.55 # via boto3, selinon +botocore==1.10.55 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b8e5185bda6a21f9790a3b91adb3fece8a7a2c64 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 12 Jul 2018 05:23:35 +0200 Subject: [PATCH 184/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 12e0813d..ef7c45d4 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.55 # via boto3, selinon -botocore==1.10.55 # via boto3, botocore, s3transfer +boto3==1.7.56 # via boto3, selinon +botocore==1.10.56 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 9fb56150a448f419c0a5e99de20c6f62d39a4cb4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 13 Jul 2018 01:45:45 +0200 Subject: [PATCH 185/308] [requires.io] dependency update --- worker/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index ef7c45d4..86e07b98 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.56 # via boto3, selinon -botocore==1.10.56 # via boto3, botocore, s3transfer +boto3==1.7.57 # via boto3, selinon +botocore==1.10.57 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon @@ -21,7 +21,7 @@ logutils==0.3.5 # via rainbow-logging-handler pymongo==3.7.0 # via pymongo, selinon python-dateutil==2.7.3 # via botocore pytz==2018.5 # via celery, pytz -pyyaml==4.1 # via selinon +pyyaml==3.13 # via selinon rainbow-logging-handler==2.2.2 # via selinon raven==6.9.0 # via raven, selinon redis==2.10.6 # via selinon From ffafc6dcd637edd525f7f69c718ec30dfadb677c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 13 Jul 2018 01:45:47 +0200 Subject: [PATCH 186/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 0388d495..012cb2a5 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -25,7 +25,7 @@ kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler markupsafe==1.0 # via jinja2 pytz==2018.5 # via celery, pytz -pyyaml==4.1 # via clickclick, connexion, selinon +pyyaml==3.13 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon requests==2.19.1 # via connexion selinon[celery]==1.0.0rc4 From a243b1d726759f85aaf11f7328c4cf525787fe0c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 14 Jul 2018 02:35:01 +0200 Subject: [PATCH 187/308] [requires.io] dependency update --- worker/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 86e07b98..17cc0508 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.57 # via boto3, selinon -botocore==1.10.57 # via boto3, botocore, s3transfer +boto3==1.7.58 # via boto3, selinon +botocore==1.10.58 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon @@ -29,5 +29,5 @@ s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.3 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.9 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.10 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 459469dce8aa0930f677527360506aa1c7f4324e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 17 Jul 2018 01:17:20 +0200 Subject: [PATCH 188/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 17cc0508..00d38854 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -18,7 +18,7 @@ jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler -pymongo==3.7.0 # via pymongo, selinon +pymongo==3.7.1 # via pymongo, selinon python-dateutil==2.7.3 # via botocore pytz==2018.5 # via celery, pytz pyyaml==3.13 # via selinon From 8e1b70e48b54851038407cd06aa5d62abcdc6f27 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 17 Jul 2018 20:07:05 +0200 Subject: [PATCH 189/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 00d38854..77a85c8f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.58 # via boto3, selinon -botocore==1.10.58 # via boto3, botocore, s3transfer +boto3==1.7.59 # via boto3, selinon +botocore==1.10.59 # via boto3, botocore, s3transfer celery==4.2.0 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 46923ce5b16dbea1ad42c4c9d0075633d84069f3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 18 Jul 2018 13:24:44 +0200 Subject: [PATCH 190/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 77a85c8f..9b9da761 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -8,7 +8,7 @@ amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery boto3==1.7.59 # via boto3, selinon botocore==1.10.59 # via boto3, botocore, s3transfer -celery==4.2.0 # via celery, selinon +celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler From b195bf06581f675b22d6532429eec175fa17d653 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 18 Jul 2018 13:24:46 +0200 Subject: [PATCH 191/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 012cb2a5..a3e0d7d3 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,7 +6,7 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -celery==4.2.0 # via celery, selinon +celery==4.2.1 # via celery, selinon certifi==2018.4.16 # via requests chardet==3.0.4 # via requests click==6.7 # via clickclick, flask, selinon From 14cbf557c8587decfc2cd4a64520c78c377bf799 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 19 Jul 2018 03:56:34 +0200 Subject: [PATCH 192/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 9b9da761..d8bc6158 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.59 # via boto3, selinon -botocore==1.10.59 # via boto3, botocore, s3transfer +boto3==1.7.60 # via boto3, selinon +botocore==1.10.60 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 8e1c9688847452e8e4743a090d6fdd3b311df319 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 20 Jul 2018 02:49:21 +0200 Subject: [PATCH 193/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d8bc6158..49f646d0 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.60 # via boto3, selinon -botocore==1.10.60 # via boto3, botocore, s3transfer +boto3==1.7.61 # via boto3, selinon +botocore==1.10.61 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 2b2a8345a000df72ba1f9bf0241e8d9f9d682e74 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 21 Jul 2018 02:16:04 +0200 Subject: [PATCH 194/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 49f646d0..55511878 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.61 # via boto3, selinon -botocore==1.10.61 # via boto3, botocore, s3transfer +boto3==1.7.62 # via boto3, selinon +botocore==1.10.62 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 43fef2f665243c8940d3e1aa216ef7afc28e97d5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 23 Jul 2018 13:22:19 +0200 Subject: [PATCH 195/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index a3e0d7d3..97606cf8 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler -connexion==1.4.2 +connexion==1.5.0 flask==1.0.2 # via connexion graphviz==0.8.4 # via selinon idna==2.7 # via requests From 226167550d58d38524e3fda4a9eb7a0df8caa1cd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 23 Jul 2018 16:00:25 +0200 Subject: [PATCH 196/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 97606cf8..18c27c2f 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler -connexion==1.5.0 +connexion==1.5.1 flask==1.0.2 # via connexion graphviz==0.8.4 # via selinon idna==2.7 # via requests From c2cd28f3849fa7e4d9685b1b911cf6d031b310e0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 25 Jul 2018 02:24:03 +0200 Subject: [PATCH 197/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 55511878..deb5ec11 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.62 # via boto3, selinon -botocore==1.10.62 # via boto3, botocore, s3transfer +boto3==1.7.63 # via boto3, selinon +botocore==1.10.63 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From fea44ddec34958fc2fa7e91602ecc65c8260ed87 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 26 Jul 2018 01:52:46 +0200 Subject: [PATCH 198/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index deb5ec11..d64a50e9 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.63 # via boto3, selinon -botocore==1.10.63 # via boto3, botocore, s3transfer +boto3==1.7.64 # via boto3, selinon +botocore==1.10.64 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 0358c71330347216eacc93899c03dfb82c090669 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 26 Jul 2018 08:44:02 +0200 Subject: [PATCH 199/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 18c27c2f..ff309b6e 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler -connexion==1.5.1 +connexion==1.5.2 flask==1.0.2 # via connexion graphviz==0.8.4 # via selinon idna==2.7 # via requests From 025b453c5367be921cff50b4bb2b097691425714 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 27 Jul 2018 03:07:21 +0200 Subject: [PATCH 200/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d64a50e9..4ef6c59e 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.64 # via boto3, selinon -botocore==1.10.64 # via boto3, botocore, s3transfer +boto3==1.7.65 # via boto3, selinon +botocore==1.10.65 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 0ba093b62f3e584a8a49deca90065a3f4a6e4365 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 31 Jul 2018 01:34:36 +0200 Subject: [PATCH 201/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 4ef6c59e..330e4253 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.65 # via boto3, selinon -botocore==1.10.65 # via boto3, botocore, s3transfer +boto3==1.7.66 # via boto3, selinon +botocore==1.10.66 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 66a4d42b4d006c9c5e091a6118c1c0221cc27957 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 1 Aug 2018 00:28:29 +0200 Subject: [PATCH 202/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 330e4253..f50638f1 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.66 # via boto3, selinon -botocore==1.10.66 # via boto3, botocore, s3transfer +boto3==1.7.67 # via boto3, selinon +botocore==1.10.67 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 0245ae69a7b04528da1a5a2f541d96e377ce2d4d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 1 Aug 2018 23:47:38 +0200 Subject: [PATCH 203/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f50638f1..a6e09873 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -26,7 +26,7 @@ rainbow-logging-handler==2.2.2 # via selinon raven==6.9.0 # via raven, selinon redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer -selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0rc4 +selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.3 # via selinon, sqlalchemy-utils sqlalchemy==1.2.10 # via selinon, sqlalchemy, sqlalchemy-utils From fb54eeca2a27222c850ce9d7ca81641da7274747 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 1 Aug 2018 23:47:39 +0200 Subject: [PATCH 204/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index ff309b6e..3c09902d 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -28,7 +28,7 @@ pytz==2018.5 # via celery, pytz pyyaml==3.13 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon requests==2.19.1 # via connexion -selinon[celery]==1.0.0rc4 +selinon[celery]==1.0.0 six==1.11.0 # via connexion, swagger-spec-validator swagger-spec-validator==2.3.1 # via connexion urllib3==1.23 # via requests From 630fc6aa14307dedf7d1c1cf8a61f10a87522160 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 2 Aug 2018 01:48:59 +0200 Subject: [PATCH 205/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a6e09873..af43e478 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.67 # via boto3, selinon -botocore==1.10.67 # via boto3, botocore, s3transfer +boto3==1.7.68 # via boto3, selinon +botocore==1.10.68 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 992b15608b62bd470b9d927315e2f030507dd21c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 3 Aug 2018 06:38:02 +0200 Subject: [PATCH 206/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index af43e478..12641a92 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.68 # via boto3, selinon -botocore==1.10.68 # via boto3, botocore, s3transfer +boto3==1.7.69 # via boto3, selinon +botocore==1.10.69 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 3384e2730962e3c515ad92a1684190cc4b3b0499 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 4 Aug 2018 05:58:50 +0200 Subject: [PATCH 207/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 12641a92..7ef02c42 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.69 # via boto3, selinon -botocore==1.10.69 # via boto3, botocore, s3transfer +boto3==1.7.70 # via boto3, selinon +botocore==1.10.70 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From a5322e6eb90506700a5643f88548439e647ee56a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 7 Aug 2018 01:14:39 +0200 Subject: [PATCH 208/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 7ef02c42..8275e101 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.70 # via boto3, selinon -botocore==1.10.70 # via boto3, botocore, s3transfer +boto3==1.7.71 # via boto3, selinon +botocore==1.10.71 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 5ba1620372d92192ecf97847c6805b9bfd8bae07 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 8 Aug 2018 02:40:23 +0200 Subject: [PATCH 209/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 8275e101..5417046c 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.71 # via boto3, selinon -botocore==1.10.71 # via boto3, botocore, s3transfer +boto3==1.7.72 # via boto3, selinon +botocore==1.10.72 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From ccc500e982028701d141e450039f3b4b4edb0a99 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 9 Aug 2018 01:15:02 +0200 Subject: [PATCH 210/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 5417046c..f2639fcb 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.72 # via boto3, selinon -botocore==1.10.72 # via boto3, botocore, s3transfer +boto3==1.7.73 # via boto3, selinon +botocore==1.10.73 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 942576717d7bfcf2df0d61bf626d30b2baa5a2f7 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 10 Aug 2018 03:40:39 +0200 Subject: [PATCH 211/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f2639fcb..a758bbae 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.73 # via boto3, selinon -botocore==1.10.73 # via boto3, botocore, s3transfer +boto3==1.7.74 # via boto3, selinon +botocore==1.10.74 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From f89b76a206704c177afacf224162d276c8119dc0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 11 Aug 2018 01:48:53 +0200 Subject: [PATCH 212/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a758bbae..c79c59dc 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.74 # via boto3, selinon -botocore==1.10.74 # via boto3, botocore, s3transfer +boto3==1.7.75 # via boto3, selinon +botocore==1.10.75 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b9fceb95aab023b631ee368e865848d7f617a163 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 13 Aug 2018 11:17:19 +0200 Subject: [PATCH 213/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 3c09902d..9e28997a 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -7,7 +7,7 @@ amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery celery==4.2.1 # via celery, selinon -certifi==2018.4.16 # via requests +certifi==2018.8.13 # via requests chardet==3.0.4 # via requests click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion From 26a9dec433bb55f97b3c78d91166515ef5037e81 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 14 Aug 2018 04:00:55 +0200 Subject: [PATCH 214/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index c79c59dc..3a2554d3 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.75 # via boto3, selinon -botocore==1.10.75 # via boto3, botocore, s3transfer +boto3==1.7.76 # via boto3, selinon +botocore==1.10.76 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From b93bca097c9b1cce31b3c7d668b72797c5d314f6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 15 Aug 2018 02:47:06 +0200 Subject: [PATCH 215/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 3a2554d3..8572a3e9 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.76 # via boto3, selinon -botocore==1.10.76 # via boto3, botocore, s3transfer +boto3==1.7.77 # via boto3, selinon +botocore==1.10.77 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From d5ab3531402b90a02c857c1afea68c83161c2f66 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 16 Aug 2018 03:19:32 +0200 Subject: [PATCH 216/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 8572a3e9..f96c194d 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.77 # via boto3, selinon -botocore==1.10.77 # via boto3, botocore, s3transfer +boto3==1.7.78 # via boto3, selinon +botocore==1.10.78 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 076de9413c9a4cca63953c43ac5fea181fcd0085 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 16 Aug 2018 03:28:01 +0200 Subject: [PATCH 217/308] [requires.io] dependency update From 7b14d33485a68b50362c0a17c3a8575de5fc35f5 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 17 Aug 2018 02:54:29 +0200 Subject: [PATCH 218/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f96c194d..2cb6525a 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.78 # via boto3, selinon -botocore==1.10.78 # via boto3, botocore, s3transfer +boto3==1.7.79 # via boto3, selinon +botocore==1.10.79 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 892d37602056b01f14918f272925c60e77bfafce Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 17 Aug 2018 03:07:21 +0200 Subject: [PATCH 219/308] [requires.io] dependency update From d59e3466891738de3e0db3f1891d9372b3a705de Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 18 Aug 2018 00:33:33 +0200 Subject: [PATCH 220/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2cb6525a..961577ee 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.79 # via boto3, selinon -botocore==1.10.79 # via boto3, botocore, s3transfer +boto3==1.7.80 # via boto3, selinon +botocore==1.10.80 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 77ddb1982bf96da5e827ef8565f819acba9236ac Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 18 Aug 2018 20:09:31 +0200 Subject: [PATCH 221/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 9e28997a..7cee62de 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -15,7 +15,7 @@ codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler connexion==1.5.2 flask==1.0.2 # via connexion -graphviz==0.8.4 # via selinon +graphviz==0.9 # via selinon idna==2.7 # via requests inflection==0.3.1 # via connexion itsdangerous==0.24 # via flask From 9f3786e58bbc122b319f2ce85be7e4edb9321bb4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 18 Aug 2018 20:09:33 +0200 Subject: [PATCH 222/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 961577ee..c87f92a0 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via selinon codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler docutils==0.14 # via botocore -graphviz==0.8.4 # via selinon +graphviz==0.9 # via selinon jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon kombu==4.2.1 # via celery, kombu From a7748b2c239f42acde86586eb2794372a80acfdd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 20 Aug 2018 23:47:36 +0200 Subject: [PATCH 223/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index c87f92a0..705815a5 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.3 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.10 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.11 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 9a3493d158e683055d94c78d71f7eada53b090f3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 21 Aug 2018 00:51:42 +0200 Subject: [PATCH 224/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 705815a5..77ed4b9b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.80 # via boto3, selinon -botocore==1.10.80 # via boto3, botocore, s3transfer +boto3==1.7.81 # via boto3, selinon +botocore==1.10.81 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From e05561d04b4e5590f2667d52a5a72b1ff468118a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 21 Aug 2018 01:28:52 +0200 Subject: [PATCH 225/308] [requires.io] dependency update From c3eb58ecaeef101884412f2674e767b02a3428a9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 22 Aug 2018 00:45:24 +0200 Subject: [PATCH 226/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 77ed4b9b..23072eed 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.81 # via boto3, selinon -botocore==1.10.81 # via boto3, botocore, s3transfer +boto3==1.7.82 # via boto3, selinon +botocore==1.10.82 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From e9762623ace6bd2a09ba07356ccc490a05b19ee9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 22 Aug 2018 23:58:40 +0200 Subject: [PATCH 227/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 23072eed..93a77e9c 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.82 # via boto3, selinon -botocore==1.10.82 # via boto3, botocore, s3transfer +boto3==1.7.83 # via boto3, selinon +botocore==1.10.83 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 0c6a3f94d70b98dce127d9d2a734a3ccd538b338 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 23 Aug 2018 00:33:44 +0200 Subject: [PATCH 228/308] [requires.io] dependency update From 8aab496859c790ee0fb4833ed1c926786853146a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 24 Aug 2018 02:45:40 +0200 Subject: [PATCH 229/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 93a77e9c..2e5b5629 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.83 # via boto3, selinon -botocore==1.10.83 # via boto3, botocore, s3transfer +boto3==1.7.84 # via boto3, selinon +botocore==1.10.84 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 1215e337b5dce90c44305f6cb3ab0299acaa3d86 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 24 Aug 2018 12:10:20 +0200 Subject: [PATCH 230/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 7cee62de..d03227da 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -7,7 +7,7 @@ amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery celery==4.2.1 # via celery, selinon -certifi==2018.8.13 # via requests +certifi==2018.8.24 # via requests chardet==3.0.4 # via requests click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion From 0fbcf84552cc89e7572173ace4c2b22a0903b4d3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 24 Aug 2018 22:11:09 -0400 Subject: [PATCH 231/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2e5b5629..aff1ac09 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.7.84 # via boto3, selinon -botocore==1.10.84 # via boto3, botocore, s3transfer +boto3==1.8.0 # via boto3, selinon +botocore==1.11.0 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From e61398af85c092e5258a26247896868bc0646c42 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 24 Aug 2018 23:44:52 -0400 Subject: [PATCH 232/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index aff1ac09..3c249a0f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.8.0 # via boto3, selinon -botocore==1.11.0 # via boto3, botocore, s3transfer +boto3==1.8.1 # via boto3, selinon +botocore==1.11.1 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From ee39391ee989dce41686be5247a22079d1a8a93f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 27 Aug 2018 20:37:32 -0400 Subject: [PATCH 233/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 3c249a0f..34ddb382 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.8.1 # via boto3, selinon -botocore==1.11.1 # via boto3, botocore, s3transfer +boto3==1.8.2 # via boto3, selinon +botocore==1.11.2 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 19dbef32bddd00eaf520820cfa7c19359f55a605 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 28 Aug 2018 10:51:05 -0400 Subject: [PATCH 234/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index d03227da..d03665f8 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -30,7 +30,7 @@ rainbow-logging-handler==2.2.2 # via selinon requests==2.19.1 # via connexion selinon[celery]==1.0.0 six==1.11.0 # via connexion, swagger-spec-validator -swagger-spec-validator==2.3.1 # via connexion +swagger-spec-validator==2.4.0 # via connexion urllib3==1.23 # via requests vine==1.1.4 # via amqp, vine werkzeug==0.14.1 # via flask From ccbaa8f0964d726ce0bf0108db0c4c897b4bac70 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 28 Aug 2018 17:24:29 -0400 Subject: [PATCH 235/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 34ddb382..624d4769 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.8.2 # via boto3, selinon -botocore==1.11.2 # via boto3, botocore, s3transfer +boto3==1.8.3 # via boto3, selinon +botocore==1.11.3 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From e613b3d0ce8193e2319c40dec9d6eaba817a444a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 28 Aug 2018 17:32:33 -0400 Subject: [PATCH 236/308] [requires.io] dependency update From 29eae542476e7dcac4c0c3af7c039506a2c75379 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 30 Aug 2018 00:06:47 +0200 Subject: [PATCH 237/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 624d4769..65106084 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.8.3 # via boto3, selinon -botocore==1.11.3 # via boto3, botocore, s3transfer +boto3==1.8.4 # via boto3, selinon +botocore==1.11.4 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 158723cbac347ae0a389fa3873a3e5b44cd97207 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 30 Aug 2018 23:19:10 +0200 Subject: [PATCH 238/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 65106084..d25f1f7d 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.8.4 # via boto3, selinon -botocore==1.11.4 # via boto3, botocore, s3transfer +boto3==1.8.5 # via boto3, selinon +botocore==1.11.5 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 5b8bc7e63ad2bc084dedcb211c1165d3f48094c0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 1 Sep 2018 02:29:47 +0200 Subject: [PATCH 239/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d25f1f7d..da01d05d 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.8.5 # via boto3, selinon -botocore==1.11.5 # via boto3, botocore, s3transfer +boto3==1.8.6 # via boto3, selinon +botocore==1.11.6 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 4a27ca9e8be1faac03d52b4f583d3b20b16fc6c0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 5 Sep 2018 01:02:25 +0200 Subject: [PATCH 240/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index da01d05d..01f2c563 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.8.6 # via boto3, selinon -botocore==1.11.6 # via boto3, botocore, s3transfer +boto3==1.8.7 # via boto3, selinon +botocore==1.11.7 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From a295c022645f4245f04e65424f9d09bfde056adf Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 6 Sep 2018 01:36:33 +0200 Subject: [PATCH 241/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 01f2c563..f26a71ab 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.8.7 # via boto3, selinon -botocore==1.11.7 # via boto3, botocore, s3transfer +boto3==1.8.8 # via boto3, selinon +botocore==1.11.8 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From ec302376193f9f53a808f098a7c4b1fb123780a3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 7 Sep 2018 01:45:09 +0200 Subject: [PATCH 242/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f26a71ab..02b88001 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.8.8 # via boto3, selinon -botocore==1.11.8 # via boto3, botocore, s3transfer +boto3==1.8.9 # via boto3, selinon +botocore==1.11.9 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From c9b3bb612fd1b4511142692b63354963124f3ed9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 8 Sep 2018 00:13:17 +0200 Subject: [PATCH 243/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 02b88001..a1bee468 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.8.9 # via boto3, selinon -botocore==1.11.9 # via boto3, botocore, s3transfer +boto3==1.9.0 # via boto3, selinon +botocore==1.12.0 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From ff8bb2556ca2da2ffec2f55fe63b77c4a27250a3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 11 Sep 2018 03:14:29 +0200 Subject: [PATCH 244/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a1bee468..c76baa42 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.0 # via boto3, selinon -botocore==1.12.0 # via boto3, botocore, s3transfer +boto3==1.9.1 # via boto3, selinon +botocore==1.12.1 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 2068658afd6045d6fc2a43a01e84669be9dbee9e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 11 Sep 2018 09:53:55 +0200 Subject: [PATCH 245/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index c76baa42..f74bed06 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -28,6 +28,6 @@ redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0 six==1.11.0 # via python-dateutil, sqlalchemy-utils -sqlalchemy-utils==0.33.3 # via selinon, sqlalchemy-utils +sqlalchemy-utils==0.33.4 # via selinon, sqlalchemy-utils sqlalchemy==1.2.11 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 2d9a5dd77292ae6adee542dd82448a87edd8fa8f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 11 Sep 2018 22:05:57 +0200 Subject: [PATCH 246/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f74bed06..87eb198d 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.1 # via boto3, selinon -botocore==1.12.1 # via boto3, botocore, s3transfer +boto3==1.9.2 # via boto3, selinon +botocore==1.12.2 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 4337e511731d79966a5fde722d818a11fa46da26 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 13 Sep 2018 00:21:43 +0200 Subject: [PATCH 247/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 87eb198d..60261bec 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.2 # via boto3, selinon -botocore==1.12.2 # via boto3, botocore, s3transfer +boto3==1.9.3 # via boto3, selinon +botocore==1.12.3 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From c6c6672607fb5e9ef802f088215726ab331edd2c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 13 Sep 2018 22:39:05 +0200 Subject: [PATCH 248/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 60261bec..9974948c 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.3 # via boto3, selinon -botocore==1.12.3 # via boto3, botocore, s3transfer +boto3==1.9.4 # via boto3, selinon +botocore==1.12.4 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From dd8c2018a86148439aa0a8288967b9dce0612a15 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 17 Sep 2018 08:20:04 +0200 Subject: [PATCH 249/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index d03665f8..30133886 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -13,7 +13,7 @@ click==6.7 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler -connexion==1.5.2 +connexion==1.5.3 flask==1.0.2 # via connexion graphviz==0.9 # via selinon idna==2.7 # via requests From 65265af0d1b5db0ddc32382490f98a87eda9e862 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 18 Sep 2018 00:44:11 +0200 Subject: [PATCH 250/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 9974948c..b46add0c 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.4 # via boto3, selinon -botocore==1.12.4 # via boto3, botocore, s3transfer +boto3==1.9.5 # via boto3, selinon +botocore==1.12.5 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 463a654d45836153a10237010ab915c0609998b3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 19 Sep 2018 01:51:20 +0200 Subject: [PATCH 251/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index b46add0c..796f9d59 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.5 # via boto3, selinon -botocore==1.12.5 # via boto3, botocore, s3transfer +boto3==1.9.6 # via boto3, selinon +botocore==1.12.6 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From d182205f4005e64ac1db223bf840b8334e589610 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 19 Sep 2018 01:58:15 +0200 Subject: [PATCH 252/308] [requires.io] dependency update From 39cf6389f9bf3ae85f5515a6c80abb00ae9154f3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 19 Sep 2018 20:49:38 +0200 Subject: [PATCH 253/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 796f9d59..d5e6d6c2 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -29,5 +29,5 @@ s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0 six==1.11.0 # via python-dateutil, sqlalchemy-utils sqlalchemy-utils==0.33.4 # via selinon, sqlalchemy-utils -sqlalchemy==1.2.11 # via selinon, sqlalchemy, sqlalchemy-utils +sqlalchemy==1.2.12 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 26c03939bbea2418747e50534ebb747af06a1147 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 20 Sep 2018 03:24:11 +0200 Subject: [PATCH 254/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d5e6d6c2..fe97d3bd 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.6 # via boto3, selinon -botocore==1.12.6 # via boto3, botocore, s3transfer +boto3==1.9.7 # via boto3, selinon +botocore==1.12.7 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From c549fab5b09e4c673d633eb2d3624b88fe764e0e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 20 Sep 2018 09:40:19 +0200 Subject: [PATCH 255/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index fe97d3bd..fc738d67 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -28,6 +28,6 @@ redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0 six==1.11.0 # via python-dateutil, sqlalchemy-utils -sqlalchemy-utils==0.33.4 # via selinon, sqlalchemy-utils +sqlalchemy-utils==0.33.5 # via selinon, sqlalchemy-utils sqlalchemy==1.2.12 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 056572525e7ce7a509cb1c033671a2a27fbcff83 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 21 Sep 2018 01:17:35 +0200 Subject: [PATCH 256/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index fc738d67..fc449c7d 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.7 # via boto3, selinon -botocore==1.12.7 # via boto3, botocore, s3transfer +boto3==1.9.8 # via boto3, selinon +botocore==1.12.8 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From ac06960a33c00426b6c1b674afd9acfd0ef6a1b3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 22 Sep 2018 02:36:44 +0200 Subject: [PATCH 257/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index fc449c7d..b65e4565 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.8 # via boto3, selinon -botocore==1.12.8 # via boto3, botocore, s3transfer +boto3==1.9.9 # via boto3, selinon +botocore==1.12.9 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From bbfc487a6c5f6bde6a6805a235a115bda0cafeb6 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 25 Sep 2018 02:04:39 +0200 Subject: [PATCH 258/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index b65e4565..0f208d76 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.9 # via boto3, selinon -botocore==1.12.9 # via boto3, botocore, s3transfer +boto3==1.9.10 # via boto3, selinon +botocore==1.12.10 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==6.7 # via selinon codegen==1.0 # via selinon From 69e54f6b5e07309d1efffdbc9dad72630cf14c99 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 25 Sep 2018 23:27:05 +0200 Subject: [PATCH 259/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 30133886..bee3ef4d 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -9,7 +9,7 @@ billiard==3.5.0.4 # via billiard, celery celery==4.2.1 # via celery, selinon certifi==2018.8.24 # via requests chardet==3.0.4 # via requests -click==6.7 # via clickclick, flask, selinon +click==7.0 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler From 5a214f5403edb40076ee982629f9ff2f6da1ee68 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 25 Sep 2018 23:27:07 +0200 Subject: [PATCH 260/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 0f208d76..ddcebabc 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -9,7 +9,7 @@ billiard==3.5.0.4 # via billiard, celery boto3==1.9.10 # via boto3, selinon botocore==1.12.10 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon -click==6.7 # via selinon +click==7.0 # via selinon codegen==1.0 # via selinon colorama==0.3.9 # via rainbow-logging-handler docutils==0.14 # via botocore From 5fe0a0dd9d40349b93cb9645bb287b6718b9415d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 26 Sep 2018 02:21:08 +0200 Subject: [PATCH 261/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index ddcebabc..b89f7c0c 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.10 # via boto3, selinon -botocore==1.12.10 # via boto3, botocore, s3transfer +boto3==1.9.11 # via boto3, selinon +botocore==1.12.11 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 381049649125ef592ae2296852fcba53322c7216 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 27 Sep 2018 02:04:15 +0200 Subject: [PATCH 262/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index b89f7c0c..9423d20b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.11 # via boto3, selinon -botocore==1.12.11 # via boto3, botocore, s3transfer +boto3==1.9.12 # via boto3, selinon +botocore==1.12.12 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 030aa4bfd9771f3603a0b5bbae48455e57cd9d73 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 27 Sep 2018 23:54:12 +0200 Subject: [PATCH 263/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 9423d20b..76f61114 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.12 # via boto3, selinon -botocore==1.12.12 # via boto3, botocore, s3transfer +boto3==1.9.13 # via boto3, selinon +botocore==1.12.13 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 51b194089824c93ff17c97c145c9253f058e98dc Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 28 Sep 2018 22:29:14 +0200 Subject: [PATCH 264/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 76f61114..4958ab12 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.13 # via boto3, selinon -botocore==1.12.13 # via boto3, botocore, s3transfer +boto3==1.9.14 # via boto3, selinon +botocore==1.12.14 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 55c13f03e54cd9d8dc27ab3cb574a9e9f0dec7d4 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 2 Oct 2018 02:21:39 +0200 Subject: [PATCH 265/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 4958ab12..8ca26545 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.14 # via boto3, selinon -botocore==1.12.14 # via boto3, botocore, s3transfer +boto3==1.9.15 # via boto3, selinon +botocore==1.12.15 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From f3ee3b982c4a8904c10fea448552d686041e827a Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 3 Oct 2018 02:15:02 +0200 Subject: [PATCH 266/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 8ca26545..50465125 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.15 # via boto3, selinon -botocore==1.12.15 # via boto3, botocore, s3transfer +boto3==1.9.16 # via boto3, selinon +botocore==1.12.16 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From ef42472ac28bbeaca28b84e25027107bc3d21e54 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 3 Oct 2018 03:07:58 +0200 Subject: [PATCH 267/308] [requires.io] dependency update From 31b64555d4b9780689a11466f0284c422bea57ff Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 5 Oct 2018 01:58:17 +0200 Subject: [PATCH 268/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 50465125..a56b0d9f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.16 # via boto3, selinon -botocore==1.12.16 # via boto3, botocore, s3transfer +boto3==1.9.17 # via boto3, selinon +botocore==1.12.17 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 4be449f1da9b153a52c3b0e540c27b1cb4975f22 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 6 Oct 2018 02:04:13 +0200 Subject: [PATCH 269/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index a56b0d9f..5d72f871 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.17 # via boto3, selinon -botocore==1.12.17 # via boto3, botocore, s3transfer +boto3==1.9.18 # via boto3, selinon +botocore==1.12.18 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 20ea98c669b5488435aead19895d7928b5e1c714 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 9 Oct 2018 00:01:59 +0200 Subject: [PATCH 270/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 5d72f871..90651f3b 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.18 # via boto3, selinon -botocore==1.12.18 # via boto3, botocore, s3transfer +boto3==1.9.19 # via boto3, selinon +botocore==1.12.19 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 7460ae44d31ad002f62e631ac927a3f89243924e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 9 Oct 2018 17:58:38 +0200 Subject: [PATCH 271/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index bee3ef4d..0b2d0d13 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -30,7 +30,7 @@ rainbow-logging-handler==2.2.2 # via selinon requests==2.19.1 # via connexion selinon[celery]==1.0.0 six==1.11.0 # via connexion, swagger-spec-validator -swagger-spec-validator==2.4.0 # via connexion +swagger-spec-validator==2.4.1 # via connexion urllib3==1.23 # via requests vine==1.1.4 # via amqp, vine werkzeug==0.14.1 # via flask From 75554bf36794a03871d00fdb4ac0a3579db0c1cd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 10 Oct 2018 01:51:16 +0200 Subject: [PATCH 272/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 90651f3b..14bbf3f1 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.19 # via boto3, selinon -botocore==1.12.19 # via boto3, botocore, s3transfer +boto3==1.9.20 # via boto3, selinon +botocore==1.12.20 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 43059265fce070a405741c7c9632003ab99c8a50 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 10 Oct 2018 16:55:33 +0200 Subject: [PATCH 273/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 0b2d0d13..42bab120 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -12,7 +12,7 @@ chardet==3.0.4 # via requests click==7.0 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion codegen==1.0 # via selinon -colorama==0.3.9 # via rainbow-logging-handler +colorama==0.4.0 # via rainbow-logging-handler connexion==1.5.3 flask==1.0.2 # via connexion graphviz==0.9 # via selinon From 8731ae6856de434e97064254b257621f44157c93 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 10 Oct 2018 16:55:35 +0200 Subject: [PATCH 274/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 14bbf3f1..d2e71627 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -11,7 +11,7 @@ botocore==1.12.20 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon -colorama==0.3.9 # via rainbow-logging-handler +colorama==0.4.0 # via rainbow-logging-handler docutils==0.14 # via botocore graphviz==0.9 # via selinon jmespath==0.9.3 # via boto3, botocore From 5786f607983e56445b5ed2145b879f90621ca991 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 10 Oct 2018 21:24:22 +0200 Subject: [PATCH 275/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d2e71627..666602d1 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -18,7 +18,7 @@ jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler -pymongo==3.7.1 # via pymongo, selinon +pymongo==3.7.2 # via pymongo, selinon python-dateutil==2.7.3 # via botocore pytz==2018.5 # via celery, pytz pyyaml==3.13 # via selinon From 4ac565713aca1c860559561d2d7b7a0fafff6b3e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 11 Oct 2018 02:57:40 +0200 Subject: [PATCH 276/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 666602d1..e4ae14e3 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.20 # via boto3, selinon -botocore==1.12.20 # via boto3, botocore, s3transfer +boto3==1.9.21 # via boto3, selinon +botocore==1.12.21 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 409a65b358eb76ac68c9fe562c806c382c773264 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 12 Oct 2018 02:26:15 +0200 Subject: [PATCH 277/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index e4ae14e3..78b140ee 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.21 # via boto3, selinon -botocore==1.12.21 # via boto3, botocore, s3transfer +boto3==1.9.22 # via boto3, selinon +botocore==1.12.22 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 897101b4b467384d97eebcd25874fab0d5c17741 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 13 Oct 2018 02:02:57 +0200 Subject: [PATCH 278/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 78b140ee..030e8170 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.22 # via boto3, selinon -botocore==1.12.22 # via boto3, botocore, s3transfer +boto3==1.9.23 # via boto3, selinon +botocore==1.12.23 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From da1a80a14ae81f9e0c493ba40b731e08eda78a80 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 13 Oct 2018 02:59:16 +0200 Subject: [PATCH 279/308] [requires.io] dependency update From 9fd698052f9929f00edb893e23d928991bd5bbd0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sun, 14 Oct 2018 09:24:07 +0200 Subject: [PATCH 280/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 030e8170..e165c7f3 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -28,6 +28,6 @@ redis==2.10.6 # via selinon s3transfer==0.1.13 # via boto3, s3transfer selinon[celery,mongodb,postgresql,redis,s3,sentry]==1.0.0 six==1.11.0 # via python-dateutil, sqlalchemy-utils -sqlalchemy-utils==0.33.5 # via selinon, sqlalchemy-utils +sqlalchemy-utils==0.33.6 # via selinon, sqlalchemy-utils sqlalchemy==1.2.12 # via selinon, sqlalchemy, sqlalchemy-utils vine==1.1.4 # via amqp, vine From 9016bd47066d88c2f9cbe87af04bb1d4f2bdf838 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 15 Oct 2018 16:12:22 +0200 Subject: [PATCH 281/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 42bab120..79691bda 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -7,7 +7,7 @@ amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery celery==4.2.1 # via celery, selinon -certifi==2018.8.24 # via requests +certifi==2018.10.15 # via requests chardet==3.0.4 # via requests click==7.0 # via clickclick, flask, selinon clickclick==1.2.2 # via connexion From 2e6cc1a1e9bced3267ae38187313266f10c79348 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 16 Oct 2018 01:41:40 +0200 Subject: [PATCH 282/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index e165c7f3..7714c080 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.23 # via boto3, selinon -botocore==1.12.23 # via boto3, botocore, s3transfer +boto3==1.9.24 # via boto3, selinon +botocore==1.12.24 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From f6f551711ba7ba608fb2146060244342d4fae11d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 16 Oct 2018 20:41:58 +0200 Subject: [PATCH 283/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 79691bda..fffab5ca 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -31,6 +31,6 @@ requests==2.19.1 # via connexion selinon[celery]==1.0.0 six==1.11.0 # via connexion, swagger-spec-validator swagger-spec-validator==2.4.1 # via connexion -urllib3==1.23 # via requests +urllib3==1.24 # via requests vine==1.1.4 # via amqp, vine werkzeug==0.14.1 # via flask From 36c292b9d70d235d4741d6ffbb1f050c51de6e79 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 17 Oct 2018 02:22:52 +0200 Subject: [PATCH 284/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 7714c080..29a9fb24 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.24 # via boto3, selinon -botocore==1.12.24 # via boto3, botocore, s3transfer +boto3==1.9.25 # via boto3, selinon +botocore==1.12.25 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 4beab44f604446d5f913101f32b85a30847be43f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 17 Oct 2018 03:07:59 +0200 Subject: [PATCH 285/308] [requires.io] dependency update From 170cc77a6d3ec2ba1541426734c5d92e315bf510 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 18 Oct 2018 01:25:23 +0200 Subject: [PATCH 286/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 29a9fb24..68558cda 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.25 # via boto3, selinon -botocore==1.12.25 # via boto3, botocore, s3transfer +boto3==1.9.26 # via boto3, selinon +botocore==1.12.26 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From d62ded8bd11ba298e91669888cd738afd0ef1775 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 18 Oct 2018 20:57:02 +0200 Subject: [PATCH 287/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index fffab5ca..2510f3e0 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -27,7 +27,7 @@ markupsafe==1.0 # via jinja2 pytz==2018.5 # via celery, pytz pyyaml==3.13 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon -requests==2.19.1 # via connexion +requests==2.20.0 # via connexion selinon[celery]==1.0.0 six==1.11.0 # via connexion, swagger-spec-validator swagger-spec-validator==2.4.1 # via connexion From 2d83ace3f54b933ad2bad6bf2ccca75aa76fa110 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 18 Oct 2018 23:16:48 +0200 Subject: [PATCH 288/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 2510f3e0..f0b68b82 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -18,7 +18,7 @@ flask==1.0.2 # via connexion graphviz==0.9 # via selinon idna==2.7 # via requests inflection==0.3.1 # via connexion -itsdangerous==0.24 # via flask +itsdangerous==1.0.0 # via flask jinja2==2.10 # via flask, jinja2 jsonschema==2.6.0 # via connexion, selinon, swagger-spec-validator kombu==4.2.1 # via celery, kombu From 57e502dbc483a336aa6702d4b33cac587e8655fb Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 19 Oct 2018 01:02:18 +0200 Subject: [PATCH 289/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 68558cda..49fa1a1f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.26 # via boto3, selinon -botocore==1.12.26 # via boto3, botocore, s3transfer +boto3==1.9.27 # via boto3, selinon +botocore==1.12.27 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From cd6b9450bd7a4d32e81ac6e61c26cbba2c514f31 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 20 Oct 2018 00:38:25 +0200 Subject: [PATCH 290/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 49fa1a1f..63fde36d 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.27 # via boto3, selinon -botocore==1.12.27 # via boto3, botocore, s3transfer +boto3==1.9.28 # via boto3, selinon +botocore==1.12.28 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From fa08056630271d8e8db4008f8c159b8afca4f1cc Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 23 Oct 2018 03:04:08 +0200 Subject: [PATCH 291/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 63fde36d..440bee39 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.28 # via boto3, selinon -botocore==1.12.28 # via boto3, botocore, s3transfer +boto3==1.9.29 # via boto3, selinon +botocore==1.12.29 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 80ca7235356b50f4d4bb4444d3715b319411f2b9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 23 Oct 2018 09:41:42 +0200 Subject: [PATCH 292/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index f0b68b82..be59e8bb 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -15,7 +15,7 @@ codegen==1.0 # via selinon colorama==0.4.0 # via rainbow-logging-handler connexion==1.5.3 flask==1.0.2 # via connexion -graphviz==0.9 # via selinon +graphviz==0.10 # via selinon idna==2.7 # via requests inflection==0.3.1 # via connexion itsdangerous==1.0.0 # via flask From b020fa235c7c52c22e78bb9c8c3aa477edcb41e3 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Tue, 23 Oct 2018 09:41:43 +0200 Subject: [PATCH 293/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 440bee39..e2e6e396 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -13,7 +13,7 @@ click==7.0 # via selinon codegen==1.0 # via selinon colorama==0.4.0 # via rainbow-logging-handler docutils==0.14 # via botocore -graphviz==0.9 # via selinon +graphviz==0.10 # via selinon jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon kombu==4.2.1 # via celery, kombu From fa6a7bc6131d1b88c5a6d82e65de21761e50b603 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 24 Oct 2018 00:27:11 +0200 Subject: [PATCH 294/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index e2e6e396..e069cdd3 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.29 # via boto3, selinon -botocore==1.12.29 # via boto3, botocore, s3transfer +boto3==1.9.30 # via boto3, selinon +botocore==1.12.30 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 399ca308007a794eaf3d8ea77379cd8ce5b5ccb9 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 24 Oct 2018 11:22:49 +0200 Subject: [PATCH 295/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index be59e8bb..024529f7 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -15,7 +15,7 @@ codegen==1.0 # via selinon colorama==0.4.0 # via rainbow-logging-handler connexion==1.5.3 flask==1.0.2 # via connexion -graphviz==0.10 # via selinon +graphviz==0.10.1 # via selinon idna==2.7 # via requests inflection==0.3.1 # via connexion itsdangerous==1.0.0 # via flask From 75f4c1144f00e319a2f7dcb1f930891eea5f5dc0 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 24 Oct 2018 11:22:50 +0200 Subject: [PATCH 296/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index e069cdd3..be927b28 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -13,7 +13,7 @@ click==7.0 # via selinon codegen==1.0 # via selinon colorama==0.4.0 # via rainbow-logging-handler docutils==0.14 # via botocore -graphviz==0.10 # via selinon +graphviz==0.10.1 # via selinon jmespath==0.9.3 # via boto3, botocore jsonschema==2.6.0 # via selinon kombu==4.2.1 # via celery, kombu From 3955cea11910b6a9b6379866e333d1995bdec12d Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 24 Oct 2018 13:30:57 +0200 Subject: [PATCH 297/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 024529f7..f8569926 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -24,7 +24,7 @@ jsonschema==2.6.0 # via connexion, selinon, swagger-spec-validator kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler markupsafe==1.0 # via jinja2 -pytz==2018.5 # via celery, pytz +pytz==2018.6 # via celery, pytz pyyaml==3.13 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon requests==2.20.0 # via connexion From 805e5f8a46e84ef187aff41f83a79b48e4fa97c8 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 24 Oct 2018 13:31:04 +0200 Subject: [PATCH 298/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index be927b28..2fdf4d5c 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -20,7 +20,7 @@ kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.7.2 # via pymongo, selinon python-dateutil==2.7.3 # via botocore -pytz==2018.5 # via celery, pytz +pytz==2018.6 # via celery, pytz pyyaml==3.13 # via selinon rainbow-logging-handler==2.2.2 # via selinon raven==6.9.0 # via raven, selinon From 9c8e8cd87d1820fd912026a752ba3aa9c4a3b49f Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 24 Oct 2018 23:41:43 +0200 Subject: [PATCH 299/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 2fdf4d5c..62bc3c71 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.30 # via boto3, selinon -botocore==1.12.30 # via boto3, botocore, s3transfer +boto3==1.9.31 # via boto3, selinon +botocore==1.12.31 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From 719da35f9de23bd33487bf07b6dd41f9103d456c Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Thu, 25 Oct 2018 20:24:29 +0200 Subject: [PATCH 300/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 62bc3c71..ed591454 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -19,7 +19,7 @@ jsonschema==2.6.0 # via selinon kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.7.2 # via pymongo, selinon -python-dateutil==2.7.3 # via botocore +python-dateutil==2.7.4 # via botocore pytz==2018.6 # via celery, pytz pyyaml==3.13 # via selinon rainbow-logging-handler==2.2.2 # via selinon From 643ded6100827e47453908bd6cf7c2276a455bdd Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 26 Oct 2018 01:08:07 +0200 Subject: [PATCH 301/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index ed591454..d06ac0d7 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.31 # via boto3, selinon -botocore==1.12.31 # via boto3, botocore, s3transfer +boto3==1.9.32 # via boto3, selinon +botocore==1.12.32 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From a08044b44722cd06129ca64803848a5a389b8cab Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Fri, 26 Oct 2018 01:58:17 +0200 Subject: [PATCH 302/308] [requires.io] dependency update From 148d80f8aa638f8c8661dece0fb9858075183824 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 27 Oct 2018 00:18:12 +0200 Subject: [PATCH 303/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index d06ac0d7..01ff296f 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.32 # via boto3, selinon -botocore==1.12.32 # via boto3, botocore, s3transfer +boto3==1.9.33 # via boto3, selinon +botocore==1.12.33 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon From be3dfc28915033274270ddf2c0dd0ef0b213bc81 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 27 Oct 2018 02:55:03 +0200 Subject: [PATCH 304/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index f8569926..ebb1827b 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -18,7 +18,7 @@ flask==1.0.2 # via connexion graphviz==0.10.1 # via selinon idna==2.7 # via requests inflection==0.3.1 # via connexion -itsdangerous==1.0.0 # via flask +itsdangerous==1.1.0 # via flask jinja2==2.10 # via flask, jinja2 jsonschema==2.6.0 # via connexion, selinon, swagger-spec-validator kombu==4.2.1 # via celery, kombu From 23c659727f556ecff1cce128ba5a737f80a3251b Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Sat, 27 Oct 2018 22:02:55 +0200 Subject: [PATCH 305/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 01ff296f..356b0392 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -19,7 +19,7 @@ jsonschema==2.6.0 # via selinon kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.7.2 # via pymongo, selinon -python-dateutil==2.7.4 # via botocore +python-dateutil==2.7.5 # via botocore pytz==2018.6 # via celery, pytz pyyaml==3.13 # via selinon rainbow-logging-handler==2.2.2 # via selinon From cfa9e254e5f2eef01eb0bd8aa0e2725910e25ec1 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 29 Oct 2018 13:25:08 +0100 Subject: [PATCH 306/308] [requires.io] dependency update --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index ebb1827b..54c78614 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -24,7 +24,7 @@ jsonschema==2.6.0 # via connexion, selinon, swagger-spec-validator kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler markupsafe==1.0 # via jinja2 -pytz==2018.6 # via celery, pytz +pytz==2018.7 # via celery, pytz pyyaml==3.13 # via clickclick, connexion, selinon rainbow-logging-handler==2.2.2 # via selinon requests==2.20.0 # via connexion From 5947e86beeb5570bc0e45379850d5e16eeca603e Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 29 Oct 2018 13:25:09 +0100 Subject: [PATCH 307/308] [requires.io] dependency update --- worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index 356b0392..f11ba86e 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -20,7 +20,7 @@ kombu==4.2.1 # via celery, kombu logutils==0.3.5 # via rainbow-logging-handler pymongo==3.7.2 # via pymongo, selinon python-dateutil==2.7.5 # via botocore -pytz==2018.6 # via celery, pytz +pytz==2018.7 # via celery, pytz pyyaml==3.13 # via selinon rainbow-logging-handler==2.2.2 # via selinon raven==6.9.0 # via raven, selinon From fe44ce54c6e5baa0d0f0bfdf7ecdfd44d90ccf05 Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Wed, 31 Oct 2018 00:32:12 +0100 Subject: [PATCH 308/308] [requires.io] dependency update --- worker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/requirements.txt b/worker/requirements.txt index f11ba86e..44e8c0d7 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -6,8 +6,8 @@ # amqp==2.3.2 # via amqp, kombu billiard==3.5.0.4 # via billiard, celery -boto3==1.9.33 # via boto3, selinon -botocore==1.12.33 # via boto3, botocore, s3transfer +boto3==1.9.34 # via boto3, selinon +botocore==1.12.34 # via boto3, botocore, s3transfer celery==4.2.1 # via celery, selinon click==7.0 # via selinon codegen==1.0 # via selinon