From f189d3c7e4ef9d9924d1f26fad8997626a22d2e8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:04 +0100 Subject: [PATCH 01/17] Update pandas from 0.24.2 to 2.2.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 23d3855ae..1e71a990d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pandas==0.24.2 +pandas==2.2.3 numpy==1.16.2 dateutils==0.6.6 scipy==1.2.1 From 31963032a132f4d429fda88b62ec214bd5832df8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:04 +0100 Subject: [PATCH 02/17] Update numpy from 1.16.2 to 2.1.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e71a990d..1fe0c9467 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pandas==2.2.3 -numpy==1.16.2 +numpy==2.1.3 dateutils==0.6.6 scipy==1.2.1 matplotlib==3.0.3 From 0ad6e3461bc62b572f3a9e89a45262df5ea9096e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:05 +0100 Subject: [PATCH 03/17] Update dateutils from 0.6.6 to 0.6.12 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fe0c9467..b4848983f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pandas==2.2.3 numpy==2.1.3 -dateutils==0.6.6 +dateutils==0.6.12 scipy==1.2.1 matplotlib==3.0.3 statsmodels==0.9.0 From 5432f530f690133bb3d1cbb850da1365d1be3eb1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:05 +0100 Subject: [PATCH 04/17] Update scipy from 1.2.1 to 1.14.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4848983f..83161b676 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pandas==2.2.3 numpy==2.1.3 dateutils==0.6.12 -scipy==1.2.1 +scipy==1.14.1 matplotlib==3.0.3 statsmodels==0.9.0 xlrd==1.2.0 From 356a7e1f657d98ad11dade874a544a613a59b807 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:06 +0100 Subject: [PATCH 05/17] Update matplotlib from 3.0.3 to 3.9.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 83161b676..ce04e453c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ pandas==2.2.3 numpy==2.1.3 dateutils==0.6.12 scipy==1.14.1 -matplotlib==3.0.3 +matplotlib==3.9.2 statsmodels==0.9.0 xlrd==1.2.0 From b19904520e44980f44a4e094896ea3681f081d93 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:06 +0100 Subject: [PATCH 06/17] Update statsmodels from 0.9.0 to 0.14.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce04e453c..38419adf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ numpy==2.1.3 dateutils==0.6.12 scipy==1.14.1 matplotlib==3.9.2 -statsmodels==0.9.0 +statsmodels==0.14.4 xlrd==1.2.0 From cf263187ae9bcf7a2c53eaadb4c571379c9e7e1e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:07 +0100 Subject: [PATCH 07/17] Update xlrd from 1.2.0 to 2.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 38419adf7..44fff6de9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ dateutils==0.6.12 scipy==1.14.1 matplotlib==3.9.2 statsmodels==0.14.4 -xlrd==1.2.0 +xlrd==2.0.1 From 39a73c2184739b17889fbcd280fe3a2cfa5dca74 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:08 +0100 Subject: [PATCH 08/17] Update pip from 19.0.3 to 24.3.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 8d57d1a93..51495b732 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==19.0.3 +pip==24.3.1 bumpversion==0.5.3 wheel==0.33.1 watchdog==0.9.0 From bd6296eb84d0c6b19fa36767c80a4f97cf518512 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:08 +0100 Subject: [PATCH 09/17] Update bumpversion from 0.5.3 to 0.6.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 51495b732..536f0163f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ pip==24.3.1 -bumpversion==0.5.3 +bumpversion==0.6.0 wheel==0.33.1 watchdog==0.9.0 flake8==3.7.7 From 84298b8ea8692a88aa00b364f6f515694f7ddcb0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:09 +0100 Subject: [PATCH 10/17] Update wheel from 0.33.1 to 0.45.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 536f0163f..1e60ba5fa 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==24.3.1 bumpversion==0.6.0 -wheel==0.33.1 +wheel==0.45.0 watchdog==0.9.0 flake8==3.7.7 tox==3.8.6 From 76ddfef2a2543e60fbca9e98fab9f017b314a654 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:10 +0100 Subject: [PATCH 11/17] Update watchdog from 0.9.0 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 1e60ba5fa..b96df1602 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pip==24.3.1 bumpversion==0.6.0 wheel==0.45.0 -watchdog==0.9.0 +watchdog==6.0.0 flake8==3.7.7 tox==3.8.6 coverage==4.5.3 From 9d8ee175093204948dd26caf899b6de59b413b8b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:10 +0100 Subject: [PATCH 12/17] Update flake8 from 3.7.7 to 7.1.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index b96df1602..37dbe058b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==24.3.1 bumpversion==0.6.0 wheel==0.45.0 watchdog==6.0.0 -flake8==3.7.7 +flake8==7.1.1 tox==3.8.6 coverage==4.5.3 Sphinx==2.0.1 From 0ef62710e26188698a8f5efbd918dd150808dcf8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:11 +0100 Subject: [PATCH 13/17] Update tox from 3.8.6 to 4.23.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 37dbe058b..627fa06fe 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bumpversion==0.6.0 wheel==0.45.0 watchdog==6.0.0 flake8==7.1.1 -tox==3.8.6 +tox==4.23.2 coverage==4.5.3 Sphinx==2.0.1 cryptography==2.6.1 From f6edc8bcd4784546aaf762422f4e91836c98e072 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:11 +0100 Subject: [PATCH 14/17] Update coverage from 4.5.3 to 7.6.4 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 627fa06fe..3611d2232 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.45.0 watchdog==6.0.0 flake8==7.1.1 tox==4.23.2 -coverage==4.5.3 +coverage==7.6.4 Sphinx==2.0.1 cryptography==2.6.1 PyYAML==5.1 From 3ea7d174c192b58002626cb7427a69281c724976 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:12 +0100 Subject: [PATCH 15/17] Update sphinx from 2.0.1 to 8.1.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 3611d2232..368205ff9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==6.0.0 flake8==7.1.1 tox==4.23.2 coverage==7.6.4 -Sphinx==2.0.1 +Sphinx==8.1.3 cryptography==2.6.1 PyYAML==5.1 From 4c67f68fdea1d6a0bdd7c5756b3e8995c4dc8cef Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:13 +0100 Subject: [PATCH 16/17] Update cryptography from 2.6.1 to 43.0.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 368205ff9..c10539194 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,6 +6,6 @@ flake8==7.1.1 tox==4.23.2 coverage==7.6.4 Sphinx==8.1.3 -cryptography==2.6.1 +cryptography==43.0.3 PyYAML==5.1 From 2c0a6b97494f9ad448fe48f2098c73fd396e0872 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 16:02:13 +0100 Subject: [PATCH 17/17] Update pyyaml from 5.1 to 6.0.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c10539194..4f13ab78f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -7,5 +7,5 @@ tox==4.23.2 coverage==7.6.4 Sphinx==8.1.3 cryptography==43.0.3 -PyYAML==5.1 +PyYAML==6.0.2