From e64006acb329a7baec09d9e6693b0339bb51c833 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:03 -0800 Subject: [PATCH 01/12] Update bump2version from 0.5.10 to 1.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 92032521..0955c61f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ -e . -bump2version==0.5.10 +bump2version==1.0.1 wheel==0.33.1 watchdog==0.9.0 flake8==3.7.7 From ad7d6e65b525ad09e68ae5ae4b85bfd22314f3dd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:04 -0800 Subject: [PATCH 02/12] Update wheel from 0.33.1 to 0.36.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 0955c61f..c713a180 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -e . bump2version==1.0.1 -wheel==0.33.1 +wheel==0.36.2 watchdog==0.9.0 flake8==3.7.7 tox==3.7.0 From 034585f29ef745135e1e7d4ff5af7cb98e8802c6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:04 -0800 Subject: [PATCH 03/12] Update watchdog from 0.9.0 to 2.0.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c713a180..491b1015 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -e . bump2version==1.0.1 wheel==0.36.2 -watchdog==0.9.0 +watchdog==2.0.2 flake8==3.7.7 tox==3.7.0 coverage==4.5.2 From 7c0a3ee48f8f671db01ca6866ccc2a1790cc3c30 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:04 -0800 Subject: [PATCH 04/12] Update flake8 from 3.7.7 to 3.8.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 491b1015..28fde0fd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ bump2version==1.0.1 wheel==0.36.2 watchdog==2.0.2 -flake8==3.7.7 +flake8==3.8.4 tox==3.7.0 coverage==4.5.2 Sphinx==1.8.4 From 02453a2b6b483afb3e94d388f4cbc884f2bebdbc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:04 -0800 Subject: [PATCH 05/12] Update tox from 3.7.0 to 3.22.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 28fde0fd..0e0012bc 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bump2version==1.0.1 wheel==0.36.2 watchdog==2.0.2 flake8==3.8.4 -tox==3.7.0 +tox==3.22.0 coverage==4.5.2 Sphinx==1.8.4 # only used for setup script From ea847e260a6a1c0883fa69732671ab962e2d40a7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:05 -0800 Subject: [PATCH 06/12] Update coverage from 4.5.2 to 5.5 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 0e0012bc..287df502 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.36.2 watchdog==2.0.2 flake8==3.8.4 tox==3.22.0 -coverage==4.5.2 +coverage==5.5 Sphinx==1.8.4 # only used for setup script # cryptography==1.0.1 From 9bb74583392b95f3e1e3de46277f5121b212751b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:05 -0800 Subject: [PATCH 07/12] Update sphinx from 1.8.4 to 3.5.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 287df502..acebd692 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==2.0.2 flake8==3.8.4 tox==3.22.0 coverage==5.5 -Sphinx==1.8.4 +Sphinx==3.5.1 # only used for setup script # cryptography==1.0.1 py==1.8.0 From fa80520e68a7c79be6404f53e156093061d123ec Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:06 -0800 Subject: [PATCH 08/12] Update py from 1.8.0 to 1.10.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index acebd692..099929d4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==5.5 Sphinx==3.5.1 # only used for setup script # cryptography==1.0.1 -py==1.8.0 +py==1.10.0 pytest==4.3.0 PyYAML==3.13 prospector[with_everything]==1.1.6.2 From 7b57312be87fbde291486840bf972cd839df0974 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:06 -0800 Subject: [PATCH 09/12] Update pytest from 4.3.0 to 6.2.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 099929d4..267387bc 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,7 @@ Sphinx==3.5.1 # only used for setup script # cryptography==1.0.1 py==1.10.0 -pytest==4.3.0 +pytest==6.2.2 PyYAML==3.13 prospector[with_everything]==1.1.6.2 python-dateutil>=2.6.0 From ad3cb55b7ef1b3ec6ab951e827b6723996b3d57f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:06 -0800 Subject: [PATCH 10/12] Update pyyaml from 3.13 to 5.4.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 267387bc..53fa9b1b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,7 +10,7 @@ Sphinx==3.5.1 # cryptography==1.0.1 py==1.10.0 pytest==6.2.2 -PyYAML==3.13 +PyYAML==5.4.1 prospector[with_everything]==1.1.6.2 python-dateutil>=2.6.0 requests>=2.18 From 8f6e1d438727fa547bd5ed912cacf879a61b9b15 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:07 -0800 Subject: [PATCH 11/12] Update prospector from 1.1.6.2 to 1.3.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 53fa9b1b..50293126 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ Sphinx==3.5.1 py==1.10.0 pytest==6.2.2 PyYAML==5.4.1 -prospector[with_everything]==1.1.6.2 +prospector[with_everything]==1.3.1 python-dateutil>=2.6.0 requests>=2.18 black>=18.9b0; python_version >= '3.6' From 7802614c3b3f7b4ed551c4eb64c5c678cc7f7620 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Mar 2021 08:14:07 -0800 Subject: [PATCH 12/12] Update pyopenssl from 19.0.0 to 20.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 50293126..08b9a55b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ prospector[with_everything]==1.3.1 python-dateutil>=2.6.0 requests>=2.18 black>=18.9b0; python_version >= '3.6' -pyOpenSSL==19.0.0 +pyOpenSSL==20.0.1