From 83fb4a817e00ec498abbca61426bb0b7da64e6df Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:06 +0200 Subject: [PATCH 01/11] Update pendulum from 2.0.4 to 2.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86a3bd3..ba00bd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pendulum==2.0.4 +pendulum==2.1.0 requests>=2.20.0 click==7.0 inquirer==2.5.1 From fdcc075a3f11caee7a7007b3e5c2354115894e77 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:07 +0200 Subject: [PATCH 02/11] Update click from 7.0 to 7.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba00bd8..0cc6801 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pendulum==2.1.0 requests>=2.20.0 -click==7.0 +click==7.1.1 inquirer==2.5.1 PTable==0.9.2 validate_email==1.3 From 5384f40907f09a82cc60473d8dd6188bf0f1504b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:09 +0200 Subject: [PATCH 03/11] Update inquirer from 2.5.1 to 2.6.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cc6801..c7c2ccf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pendulum==2.1.0 requests>=2.20.0 click==7.1.1 -inquirer==2.5.1 +inquirer==2.6.3 PTable==0.9.2 validate_email==1.3 click-completion==0.5.1 From ada2e6fe73fd1169e58f662ced4992c87b451cb7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:11 +0200 Subject: [PATCH 04/11] Update click-completion from 0.5.1 to 0.5.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c7c2ccf..c4617d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ click==7.1.1 inquirer==2.6.3 PTable==0.9.2 validate_email==1.3 -click-completion==0.5.1 +click-completion==0.5.2 pbr==5.1.3 \ No newline at end of file From 8b2d07171eb1e92bc173fcbb85ac997e4fe28516 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:12 +0200 Subject: [PATCH 05/11] Update pbr from 5.1.3 to 5.4.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c4617d8..998d192 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ inquirer==2.6.3 PTable==0.9.2 validate_email==1.3 click-completion==0.5.2 -pbr==5.1.3 \ No newline at end of file +pbr==5.4.5 \ No newline at end of file From aa59b805bd2c400116d28add0fcf9ba4871dd283 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:14 +0200 Subject: [PATCH 06/11] Update pytest from 4.4.0 to 5.4.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index e75c45d..b665ecd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest==4.4.0 +pytest==5.4.1 pytest-mock==1.10.3 pytest-cov==2.6.1 factory_boy==2.11.1 From 4fbe89c1af784ae6d1c5d97076686d1f0cd0c331 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:15 +0200 Subject: [PATCH 07/11] Update pytest-mock from 1.10.3 to 3.1.0 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b665ecd..1776e11 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt pytest==5.4.1 -pytest-mock==1.10.3 +pytest-mock==3.1.0 pytest-cov==2.6.1 factory_boy==2.11.1 mkdocs-material==4.1.1 From 998050e69e7e0668b63b2e7d073f4eea7c4514bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:16 +0200 Subject: [PATCH 08/11] Update pytest-cov from 2.6.1 to 2.8.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 1776e11..da98b42 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ -r requirements.txt pytest==5.4.1 pytest-mock==3.1.0 -pytest-cov==2.6.1 +pytest-cov==2.8.1 factory_boy==2.11.1 mkdocs-material==4.1.1 mkdocs==1.0.4 \ No newline at end of file From 52ef8adbb4829fb25f4ac4c194c618846e5873c4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:18 +0200 Subject: [PATCH 09/11] Update factory_boy from 2.11.1 to 2.12.0 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index da98b42..22b806b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,6 @@ pytest==5.4.1 pytest-mock==3.1.0 pytest-cov==2.8.1 -factory_boy==2.11.1 +factory_boy==2.12.0 mkdocs-material==4.1.1 mkdocs==1.0.4 \ No newline at end of file From 6ba6e2b5b20d7ba96ba3ecc5c4c8e6ffb5dc5a03 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:19 +0200 Subject: [PATCH 10/11] Update mkdocs-material from 4.1.1 to 5.1.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 22b806b..623bddb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,5 +3,5 @@ pytest==5.4.1 pytest-mock==3.1.0 pytest-cov==2.8.1 factory_boy==2.12.0 -mkdocs-material==4.1.1 +mkdocs-material==5.1.1 mkdocs==1.0.4 \ No newline at end of file From 2c8df9b5751987de33fb26c58619116c84daf4b8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Apr 2020 16:01:20 +0200 Subject: [PATCH 11/11] Update mkdocs from 1.0.4 to 1.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 623bddb..c6a12fc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,4 +4,4 @@ pytest-mock==3.1.0 pytest-cov==2.8.1 factory_boy==2.12.0 mkdocs-material==5.1.1 -mkdocs==1.0.4 \ No newline at end of file +mkdocs==1.1 \ No newline at end of file