From 3c2afcb368d09aaccc2784d16a63165553ff0197 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:04 -0700 Subject: [PATCH 01/11] Update wheel from 0.36.2 to 0.43.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1f299faf..d069759b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -e . bump2version==1.0.1 -wheel==0.36.2 +wheel==0.43.0 watchdog==2.1.2 flake8==3.9.2 tox==3.23.1 From e294c38c5b7e78b1472d099b8de9ae1daf551124 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:04 -0700 Subject: [PATCH 02/11] Update watchdog from 2.1.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 d069759b..06cbf24d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ -e . bump2version==1.0.1 wheel==0.43.0 -watchdog==2.1.2 +watchdog==4.0.1 flake8==3.9.2 tox==3.23.1 coverage==5.5 From 4e27eaa377c9afef2c8d2ae8b71eb41f503d1d4f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:05 -0700 Subject: [PATCH 03/11] Update flake8 from 3.9.2 to 7.1.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 06cbf24d..689fe22e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ bump2version==1.0.1 wheel==0.43.0 watchdog==4.0.1 -flake8==3.9.2 +flake8==7.1.0 tox==3.23.1 coverage==5.5 Sphinx==4.0.2 From 707969ec75e61cece441803d449f54bdae5fd579 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:05 -0700 Subject: [PATCH 04/11] Update tox from 3.23.1 to 4.15.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 689fe22e..8277c9ad 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bump2version==1.0.1 wheel==0.43.0 watchdog==4.0.1 flake8==7.1.0 -tox==3.23.1 +tox==4.15.1 coverage==5.5 Sphinx==4.0.2 # only used for setup script From 11e1cbf1dd7146b5608e88288a6985515bad820c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:06 -0700 Subject: [PATCH 05/11] Update coverage from 5.5 to 7.5.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 8277c9ad..94cbd6b4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.43.0 watchdog==4.0.1 flake8==7.1.0 tox==4.15.1 -coverage==5.5 +coverage==7.5.4 Sphinx==4.0.2 # only used for setup script # cryptography==1.0.1 From 2a7cca4fbd9994bc49e245046d4fbdc7cab888aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:06 -0700 Subject: [PATCH 06/11] Update sphinx from 4.0.2 to 7.3.7 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 94cbd6b4..294bfb92 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==4.0.1 flake8==7.1.0 tox==4.15.1 coverage==7.5.4 -Sphinx==4.0.2 +Sphinx==7.3.7 # only used for setup script # cryptography==1.0.1 py==1.10.0 From f2354d218bc2f8cb2279e9214492e85ac53bbaa2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:07 -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 294bfb92..3ebfb735 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==7.5.4 Sphinx==7.3.7 # 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 0a0c0336d847de508c234445249f6ecebd04bb88 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:07 -0700 Subject: [PATCH 08/11] Update pytest from 6.2.4 to 8.2.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 3ebfb735..ef35059e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,7 @@ Sphinx==7.3.7 # only used for setup script # cryptography==1.0.1 py==1.11.0 -pytest==6.2.4 +pytest==8.2.2 PyYAML==5.4.1 prospector[with_everything]==1.7.7 python-dateutil>=2.6.0 From 091e558a9abc61821547fa39ed6aaa49a6336665 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:08 -0700 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 ef35059e..0b6e403f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,7 +10,7 @@ Sphinx==7.3.7 # cryptography==1.0.1 py==1.11.0 pytest==8.2.2 -PyYAML==5.4.1 +PyYAML==6.0.1 prospector[with_everything]==1.7.7 python-dateutil>=2.6.0 requests>=2.18 From 8917080d02a1beaa108111cad29c24e8cf423d94 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:08 -0700 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 0b6e403f..d7c8071d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,7 +11,7 @@ Sphinx==7.3.7 py==1.11.0 pytest==8.2.2 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 86897010a93fc1724deeff6a467455feeef2e040 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 09:03:09 -0700 Subject: [PATCH 11/11] Update pyopenssl from 20.0.1 to 24.1.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d7c8071d..3a27aed1 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==24.1.0