From 4f816c20ff0bf27cddb314e93cdfad2c6b8764ce Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:10 -0700 Subject: [PATCH 01/11] Update wheel from 0.36.2 to 0.40.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1f299faf..d044efb5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -e . bump2version==1.0.1 -wheel==0.36.2 +wheel==0.40.0 watchdog==2.1.2 flake8==3.9.2 tox==3.23.1 From 668d0d55ccc3d42d2c4f9df22eb94286c016923e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:10 -0700 Subject: [PATCH 02/11] Update watchdog from 2.1.2 to 3.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d044efb5..6ada8dec 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -e . bump2version==1.0.1 wheel==0.40.0 -watchdog==2.1.2 +watchdog==3.0.0 flake8==3.9.2 tox==3.23.1 coverage==5.5 From 4bf170f9a16ce56d241a212909b1fd4cfe07f664 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:11 -0700 Subject: [PATCH 03/11] Update flake8 from 3.9.2 to 6.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6ada8dec..372d5503 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ bump2version==1.0.1 wheel==0.40.0 watchdog==3.0.0 -flake8==3.9.2 +flake8==6.0.0 tox==3.23.1 coverage==5.5 Sphinx==4.0.2 From a153ae5a89df0feddbe95533144fb166cc515e48 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:11 -0700 Subject: [PATCH 04/11] Update tox from 3.23.1 to 4.4.8 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 372d5503..6abb12ee 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bump2version==1.0.1 wheel==0.40.0 watchdog==3.0.0 flake8==6.0.0 -tox==3.23.1 +tox==4.4.8 coverage==5.5 Sphinx==4.0.2 # only used for setup script From 1d6dc0d81460a18feecf1a9b26010226d151b007 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:11 -0700 Subject: [PATCH 05/11] Update coverage from 5.5 to 7.2.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6abb12ee..c44044a4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.40.0 watchdog==3.0.0 flake8==6.0.0 tox==4.4.8 -coverage==5.5 +coverage==7.2.2 Sphinx==4.0.2 # only used for setup script # cryptography==1.0.1 From d87954b329e18f03a35aa37105df77ddff1ce4d8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:12 -0700 Subject: [PATCH 06/11] Update sphinx from 4.0.2 to 6.1.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c44044a4..3c4375bc 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==3.0.0 flake8==6.0.0 tox==4.4.8 coverage==7.2.2 -Sphinx==4.0.2 +Sphinx==6.1.3 # only used for setup script # cryptography==1.0.1 py==1.10.0 From 2cc1b7fb6d5f9fab839ce4ab582cc3989ff0da26 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:12 -0700 Subject: [PATCH 07/11] 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 3c4375bc..bedbc485 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==7.2.2 Sphinx==6.1.3 # 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 e81772170b6a5f0c16fc38fdc3de52ecc5034dfd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:13 -0700 Subject: [PATCH 08/11] Update pytest from 6.2.4 to 7.2.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index bedbc485..5e7ee619 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,7 @@ Sphinx==6.1.3 # only used for setup script # cryptography==1.0.1 py==1.11.0 -pytest==6.2.4 +pytest==7.2.2 PyYAML==5.4.1 prospector[with_everything]==1.7.7 python-dateutil>=2.6.0 From 7adbbcc2ec2e63510d9cd8c0300f53d0d328b210 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:13 -0700 Subject: [PATCH 09/11] 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 5e7ee619..868f804a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,7 +10,7 @@ Sphinx==6.1.3 # cryptography==1.0.1 py==1.11.0 pytest==7.2.2 -PyYAML==5.4.1 +PyYAML==6.0 prospector[with_everything]==1.7.7 python-dateutil>=2.6.0 requests>=2.18 From 5286124503afd8aa5c741e8cd0b72614e3ae4fd3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:13 -0700 Subject: [PATCH 10/11] Update prospector from 1.7.7 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 868f804a..2f51e44a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ Sphinx==6.1.3 py==1.11.0 pytest==7.2.2 PyYAML==6.0 -prospector[with_everything]==1.7.7 +prospector[with_everything]==1.9.0 python-dateutil>=2.6.0 requests>=2.18 black>=18.9b0; python_version >= '3.6' From 203a0c6696c3de9b5e6809cfd44b69755cc8d032 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 1 Apr 2023 09:10:14 -0700 Subject: [PATCH 11/11] Update pyopenssl from 20.0.1 to 23.1.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2f51e44a..e677cb19 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ prospector[with_everything]==1.9.0 python-dateutil>=2.6.0 requests>=2.18 black>=18.9b0; python_version >= '3.6' -pyOpenSSL==20.0.1 +pyOpenSSL==23.1.1