From 624f52f2bff3ed4f90d7b4cb02b4c65052c896e2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 May 2022 09:11:03 -0700 Subject: [PATCH 01/10] Update wheel from 0.36.2 to 0.37.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1f299faf..408db9a8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -e . bump2version==1.0.1 -wheel==0.36.2 +wheel==0.37.1 watchdog==2.1.2 flake8==3.9.2 tox==3.23.1 From c323ea1441a6251433c290662a2f071e9e821791 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 May 2022 09:11:03 -0700 Subject: [PATCH 02/10] Update watchdog from 2.1.2 to 2.1.7 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 408db9a8..28ef4a74 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -e . bump2version==1.0.1 wheel==0.37.1 -watchdog==2.1.2 +watchdog==2.1.7 flake8==3.9.2 tox==3.23.1 coverage==5.5 From eb600a8d38065146539ac6bc5876406be59f0188 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 May 2022 09:11:03 -0700 Subject: [PATCH 03/10] Update flake8 from 3.9.2 to 4.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 28ef4a74..2b6d2fec 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ bump2version==1.0.1 wheel==0.37.1 watchdog==2.1.7 -flake8==3.9.2 +flake8==4.0.1 tox==3.23.1 coverage==5.5 Sphinx==4.0.2 From 737a3bfc01570531b6c3651aa6a82ab33e92c128 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 May 2022 09:11:04 -0700 Subject: [PATCH 04/10] Update tox from 3.23.1 to 3.25.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2b6d2fec..ac7c7573 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bump2version==1.0.1 wheel==0.37.1 watchdog==2.1.7 flake8==4.0.1 -tox==3.23.1 +tox==3.25.0 coverage==5.5 Sphinx==4.0.2 # only used for setup script From 5511fd91e12be87b41170d2cddddb25d1aa32b92 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 May 2022 09:11:04 -0700 Subject: [PATCH 05/10] Update coverage from 5.5 to 6.3.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ac7c7573..d78a88c5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.37.1 watchdog==2.1.7 flake8==4.0.1 tox==3.25.0 -coverage==5.5 +coverage==6.3.2 Sphinx==4.0.2 # only used for setup script # cryptography==1.0.1 From 67458a6973711b5ae41e449b509b6800284bd795 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 May 2022 09:11:04 -0700 Subject: [PATCH 06/10] Update sphinx from 4.0.2 to 4.5.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d78a88c5..a64eb023 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==2.1.7 flake8==4.0.1 tox==3.25.0 coverage==6.3.2 -Sphinx==4.0.2 +Sphinx==4.5.0 # only used for setup script # cryptography==1.0.1 py==1.10.0 From fedeac58cff2f8bced4d4b3e5fe123ba5cadb6a8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 May 2022 09:11:05 -0700 Subject: [PATCH 07/10] Update py from 1.10.0 to 1.11.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a64eb023..01bbfd2b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==6.3.2 Sphinx==4.5.0 # only used for setup script # cryptography==1.0.1 -py==1.10.0 +py==1.11.0 pytest==6.2.4 PyYAML==5.4.1 prospector[with_everything]==1.7.7 From 00e28346695de572dcfcf97625abc991a561fde7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 May 2022 09:11:05 -0700 Subject: [PATCH 08/10] Update pytest from 6.2.4 to 7.1.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 01bbfd2b..e0caaa51 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,7 @@ Sphinx==4.5.0 # only used for setup script # cryptography==1.0.1 py==1.11.0 -pytest==6.2.4 +pytest==7.1.2 PyYAML==5.4.1 prospector[with_everything]==1.7.7 python-dateutil>=2.6.0 From bfb3fc17334ce088af67944e0025e30967935f4f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 May 2022 09:11:05 -0700 Subject: [PATCH 09/10] Update pyyaml from 5.4.1 to 6.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e0caaa51..ab5aad62 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,7 +10,7 @@ Sphinx==4.5.0 # cryptography==1.0.1 py==1.11.0 pytest==7.1.2 -PyYAML==5.4.1 +PyYAML==6.0 prospector[with_everything]==1.7.7 python-dateutil>=2.6.0 requests>=2.18 From 8816496f619733dcbae9e60900c670ce2bd72bf8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 May 2022 09:11:06 -0700 Subject: [PATCH 10/10] Update pyopenssl from 20.0.1 to 22.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ab5aad62..41921197 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ prospector[with_everything]==1.7.7 python-dateutil>=2.6.0 requests>=2.18 black>=18.9b0; python_version >= '3.6' -pyOpenSSL==20.0.1 +pyOpenSSL==22.0.0