From 1944c93ab1ab7cbd46e677e6041e09d0dc218a1a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:27 -0700 Subject: [PATCH 01/12] Update bump2version from 0.5.10 to 1.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 92032521..483cd3ff 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ -e . -bump2version==0.5.10 +bump2version==1.0.0 wheel==0.33.1 watchdog==0.9.0 flake8==3.7.7 From f36f59734c750b4772eb91709ba7591cdb8d0c6a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:28 -0700 Subject: [PATCH 02/12] Update wheel from 0.33.1 to 0.35.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 483cd3ff..ac9e9a20 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -e . bump2version==1.0.0 -wheel==0.33.1 +wheel==0.35.1 watchdog==0.9.0 flake8==3.7.7 tox==3.7.0 From 7a5be1e595ff113c7bfb9e760e2e88b8da9c660d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:28 -0700 Subject: [PATCH 03/12] Update watchdog from 0.9.0 to 0.10.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ac9e9a20..505d9b6a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -e . bump2version==1.0.0 wheel==0.35.1 -watchdog==0.9.0 +watchdog==0.10.3 flake8==3.7.7 tox==3.7.0 coverage==4.5.2 From 3413415ab247256b190dda2efd1a70ff840e01d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:29 -0700 Subject: [PATCH 04/12] Update flake8 from 3.7.7 to 3.8.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 505d9b6a..1f98965d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ bump2version==1.0.0 wheel==0.35.1 watchdog==0.10.3 -flake8==3.7.7 +flake8==3.8.3 tox==3.7.0 coverage==4.5.2 Sphinx==1.8.4 From 602d313823329f74fc0d2fd260a701457523451e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:30 -0700 Subject: [PATCH 05/12] Update tox from 3.7.0 to 3.20.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1f98965d..13fe11f9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bump2version==1.0.0 wheel==0.35.1 watchdog==0.10.3 flake8==3.8.3 -tox==3.7.0 +tox==3.20.0 coverage==4.5.2 Sphinx==1.8.4 # only used for setup script From d9503bcceb484d390557a85335492e92034a60b2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:31 -0700 Subject: [PATCH 06/12] Update coverage from 4.5.2 to 5.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 13fe11f9..6819c999 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.35.1 watchdog==0.10.3 flake8==3.8.3 tox==3.20.0 -coverage==4.5.2 +coverage==5.3 Sphinx==1.8.4 # only used for setup script # cryptography==1.0.1 From ca105c791951970f3ed71790f49eca548cb09baf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:32 -0700 Subject: [PATCH 07/12] Update sphinx from 1.8.4 to 3.2.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6819c999..ba34857e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==0.10.3 flake8==3.8.3 tox==3.20.0 coverage==5.3 -Sphinx==1.8.4 +Sphinx==3.2.1 # only used for setup script # cryptography==1.0.1 py==1.8.0 From 7e19207337ca110e013e656c774db4e2eabfeace Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:33 -0700 Subject: [PATCH 08/12] Update py from 1.8.0 to 1.9.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ba34857e..be1d5497 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==5.3 Sphinx==3.2.1 # only used for setup script # cryptography==1.0.1 -py==1.8.0 +py==1.9.0 pytest==4.3.0 PyYAML==3.13 prospector[with_everything]==1.1.6.2 From d2809bf776041a78505151849a71026f15d089e5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:33 -0700 Subject: [PATCH 09/12] Update pytest from 4.3.0 to 6.1.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index be1d5497..df6dad3c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,7 @@ Sphinx==3.2.1 # only used for setup script # cryptography==1.0.1 py==1.9.0 -pytest==4.3.0 +pytest==6.1.0 PyYAML==3.13 prospector[with_everything]==1.1.6.2 python-dateutil>=2.6.0 From 6bbf8e7f7436304ce3ff74d5761af35c52964a72 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:34 -0700 Subject: [PATCH 10/12] Update pyyaml from 3.13 to 5.3.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index df6dad3c..1e32f980 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,7 +10,7 @@ Sphinx==3.2.1 # cryptography==1.0.1 py==1.9.0 pytest==6.1.0 -PyYAML==3.13 +PyYAML==5.3.1 prospector[with_everything]==1.1.6.2 python-dateutil>=2.6.0 requests>=2.18 From 13de158f3ae41ea7f070e349c822994769a62020 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:35 -0700 Subject: [PATCH 11/12] Update prospector from 1.1.6.2 to 1.3.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1e32f980..68e70e49 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ Sphinx==3.2.1 py==1.9.0 pytest==6.1.0 PyYAML==5.3.1 -prospector[with_everything]==1.1.6.2 +prospector[with_everything]==1.3.0 python-dateutil>=2.6.0 requests>=2.18 black>=18.9b0; python_version >= '3.6' From 51d131af4c5dc2e063e75078d08872eed61fcc39 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Oct 2020 09:06:36 -0700 Subject: [PATCH 12/12] Update pyopenssl from 19.0.0 to 19.1.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 68e70e49..f404b447 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ prospector[with_everything]==1.3.0 python-dateutil>=2.6.0 requests>=2.18 black>=18.9b0; python_version >= '3.6' -pyOpenSSL==19.0.0 +pyOpenSSL==19.1.0