From dbc7efe86a8ed179d826a37ba7f0cbee19475896 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:05 +0200 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 b0009d16bc66e1a046fc2fa5f1ea3c3566d50a80 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:05 +0200 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 f8213cc0b3008082bffd43665e526c7d74fa2845 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:06 +0200 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 cfc825d054391e91c76a220d70be3c0df83bd87b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:06 +0200 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 d3e3cc827e6329831d87529c80c42236d5810da6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:07 +0200 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 3e083b17d012686d2293dcea70cf82aa015b6984 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:08 +0200 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 c65b00e4f21d40ec74634264665a532d4f9e5db7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:08 +0200 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 1d9e10709aaf3289aacecf5c524fbf6544c999ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:09 +0200 Subject: [PATCH 08/17] Update pip from 19.0.3 to 24.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 8d57d1a93..7a428d1bd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==19.0.3 +pip==24.2 bumpversion==0.5.3 wheel==0.33.1 watchdog==0.9.0 From 006604262e741c205e7c797577e056999b633693 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:09 +0200 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 7a428d1bd..ce272a1e3 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ pip==24.2 -bumpversion==0.5.3 +bumpversion==0.6.0 wheel==0.33.1 watchdog==0.9.0 flake8==3.7.7 From 71b87c570207ee1017ed3f182298ec45a7454863 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:10 +0200 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 ce272a1e3..81bdec433 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==24.2 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 0ec26b52e592e08c2c2e6bd800f6a0ea3c712f18 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:10 +0200 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 81bdec433..8c4cbd80b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pip==24.2 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 8a56df60c35d6e27d8e9095d029700b16425562f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:11 +0200 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 8c4cbd80b..54b201a91 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==24.2 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 3ad24cda1dd28eee188be54bdd948eda6a6584fb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:12 +0200 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 54b201a91..5ae9efe00 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 b8066fa5569b9a8fdbd950150b1bf1d46684bffa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:12 +0200 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 5ae9efe00..eab7d415b 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 c57510df1dacf80fe2334d61c2f0329931e71e27 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:13 +0200 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 eab7d415b..aaf0ebac1 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 f84f789f7b4568cbcbf855ea42219ac1b0f8466a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:13 +0200 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 aaf0ebac1..53f7f82f6 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 cd9cfeea92cfee9168f2113500670308f43c1a82 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 23 Oct 2024 17:02:14 +0200 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 53f7f82f6..e414b7bd6 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