From 04583898b816a1b21fa55f30f68d184a428bcfd6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:02 -0800 Subject: [PATCH 01/11] Update wheel from 0.36.2 to 0.42.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1f299faf..de61ab31 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -e . bump2version==1.0.1 -wheel==0.36.2 +wheel==0.42.0 watchdog==2.1.2 flake8==3.9.2 tox==3.23.1 From e698473e2fed45ecb54dd45414ad6cab2c9e4d1f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:03 -0800 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 de61ab31..233deaf1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -e . bump2version==1.0.1 wheel==0.42.0 -watchdog==2.1.2 +watchdog==3.0.0 flake8==3.9.2 tox==3.23.1 coverage==5.5 From 769ee620a54570c3a65e48d8a4cbc7f3dee1f2c5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:03 -0800 Subject: [PATCH 03/11] Update flake8 from 3.9.2 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 233deaf1..2e990cb1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ bump2version==1.0.1 wheel==0.42.0 watchdog==3.0.0 -flake8==3.9.2 +flake8==6.1.0 tox==3.23.1 coverage==5.5 Sphinx==4.0.2 From bb76299666d6ab37d9f7d9b9dec35c96dcefa852 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:03 -0800 Subject: [PATCH 04/11] Update tox from 3.23.1 to 4.11.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2e990cb1..1a7e32e1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bump2version==1.0.1 wheel==0.42.0 watchdog==3.0.0 flake8==6.1.0 -tox==3.23.1 +tox==4.11.4 coverage==5.5 Sphinx==4.0.2 # only used for setup script From a7166d4bdf04005a1e7856f51ab8bfc0b83b7dfd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:04 -0800 Subject: [PATCH 05/11] Update coverage from 5.5 to 7.4.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1a7e32e1..a7f825a2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.42.0 watchdog==3.0.0 flake8==6.1.0 tox==4.11.4 -coverage==5.5 +coverage==7.4.0 Sphinx==4.0.2 # only used for setup script # cryptography==1.0.1 From 57503dc51206de170e5678bde69a124585ce35ee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:04 -0800 Subject: [PATCH 06/11] Update sphinx from 4.0.2 to 7.2.6 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a7f825a2..9605586d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==3.0.0 flake8==6.1.0 tox==4.11.4 coverage==7.4.0 -Sphinx==4.0.2 +Sphinx==7.2.6 # only used for setup script # cryptography==1.0.1 py==1.10.0 From 61b03f45d6d89b152f34f2ea0e4f4f3e451e1f17 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:04 -0800 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 9605586d..9641bcb2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==7.4.0 Sphinx==7.2.6 # 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 91c872e05dc13f8e0dce8d0cad2fbc57b73f722e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:05 -0800 Subject: [PATCH 08/11] Update pytest from 6.2.4 to 7.4.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 9641bcb2..00c7d937 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,7 @@ Sphinx==7.2.6 # only used for setup script # cryptography==1.0.1 py==1.11.0 -pytest==6.2.4 +pytest==7.4.4 PyYAML==5.4.1 prospector[with_everything]==1.7.7 python-dateutil>=2.6.0 From b0a9004a9c1d8e5d2f1a7e78bf0fc427f58db8ad Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:05 -0800 Subject: [PATCH 09/11] Update pyyaml from 5.4.1 to 6.0.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 00c7d937..c761f1c4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,7 +10,7 @@ Sphinx==7.2.6 # cryptography==1.0.1 py==1.11.0 pytest==7.4.4 -PyYAML==5.4.1 +PyYAML==6.0.1 prospector[with_everything]==1.7.7 python-dateutil>=2.6.0 requests>=2.18 From e83a0e24994da222fcabe71649080fb7c2bf79af Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:06 -0800 Subject: [PATCH 10/11] Update prospector from 1.7.7 to 1.10.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c761f1c4..48bdbd16 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ Sphinx==7.2.6 py==1.11.0 pytest==7.4.4 PyYAML==6.0.1 -prospector[with_everything]==1.7.7 +prospector[with_everything]==1.10.3 python-dateutil>=2.6.0 requests>=2.18 black>=18.9b0; python_version >= '3.6' From e8887a86fff400ca29988d949bebfbead3d5bd82 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jan 2024 08:06:06 -0800 Subject: [PATCH 11/11] Update pyopenssl from 20.0.1 to 23.3.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 48bdbd16..cb46e4c2 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -15,4 +15,4 @@ prospector[with_everything]==1.10.3 python-dateutil>=2.6.0 requests>=2.18 black>=18.9b0; python_version >= '3.6' -pyOpenSSL==20.0.1 +pyOpenSSL==23.3.0