From af8d9272f513f5185bd03871d2ebd7ec8897f132 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01: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 77c131ac0bab1cc126a4367e857504d2f826dc98 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01:05 +0100 Subject: [PATCH 02/17] Update numpy from 1.16.2 to 2.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e71a990d..538f0d111 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pandas==2.2.3 -numpy==1.16.2 +numpy==2.1.2 dateutils==0.6.6 scipy==1.2.1 matplotlib==3.0.3 From 318a9e40dc2e746d50fd44fb96973d9409b7abd0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01: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 538f0d111..dcc20bab7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pandas==2.2.3 numpy==2.1.2 -dateutils==0.6.6 +dateutils==0.6.12 scipy==1.2.1 matplotlib==3.0.3 statsmodels==0.9.0 From 521f316f0278f04d37ba2a35711ee538962cfbac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01:06 +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 dcc20bab7..4e1529071 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pandas==2.2.3 numpy==2.1.2 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 e35d421ecfd55ea9e9484ad16dcb4106461c53f4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01: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 4e1529071..21c14922e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ pandas==2.2.3 numpy==2.1.2 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 94c7025cf84613dc6813ed1bd64ba8ea57cee4f2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01:07 +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 21c14922e..8db1ff1f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ numpy==2.1.2 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 488eceea32a0a7c5893c1dfa29c51a7549b16cab Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01:08 +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 8db1ff1f8..27940dd66 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 8dc66ecf2a9b8f393b78ef554649cd043350d33d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01: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 c3c0b7b09b790ec9b56d575578ad8e8d6da32483 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01:09 +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 82ca3e4a375874058a5be2065d8f10bea7dc6ff8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01:09 +0100 Subject: [PATCH 10/17] Update wheel from 0.33.1 to 0.44.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 536f0163f..764169ae4 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.44.0 watchdog==0.9.0 flake8==3.7.7 tox==3.8.6 From ffe90c4a4246ea20ac38cc36df161e0dce4752ef Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01:10 +0100 Subject: [PATCH 11/17] Update watchdog from 0.9.0 to 5.0.3 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 764169ae4..0087759f5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pip==24.3.1 bumpversion==0.6.0 wheel==0.44.0 -watchdog==0.9.0 +watchdog==5.0.3 flake8==3.7.7 tox==3.8.6 coverage==4.5.3 From 9759ada3aa4b54721d8f41f00b65626ebc72f69c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01: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 0087759f5..2ddf743a1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==24.3.1 bumpversion==0.6.0 wheel==0.44.0 watchdog==5.0.3 -flake8==3.7.7 +flake8==7.1.1 tox==3.8.6 coverage==4.5.3 Sphinx==2.0.1 From 2519ae6274b6867e37708b23db6fd2b1186f3f24 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01: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 2ddf743a1..d2ec99338 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ bumpversion==0.6.0 wheel==0.44.0 watchdog==5.0.3 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 29f891f9cc2c5a918801e954b03df5672b0526a2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01: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 d2ec99338..eb522013a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ wheel==0.44.0 watchdog==5.0.3 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 5fb58ed615880220a44249867a880a0b00e1e76c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01: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 eb522013a..078a113a9 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog==5.0.3 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 ecd652c2f04034578c65cfe338420b37a3ad66b4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01:12 +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 078a113a9..bdb1e60b6 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 96c390ec3cfb2396aa0287426da26784060ea2b7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2024 16:01: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 bdb1e60b6..2cc81eda5 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