From a34cf23b742cdee1ed5063963f16c73e70fc684d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 Oct 2024 17:02:04 +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 6114e3cafcbadbf41e9f2f41cdec1b667094654a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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 f0a4642568e99409d9f76b35dce080bd10f371cd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 Oct 2024 17:02:05 +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 f31707d88673cda76d5dca9aa4ffd7ed226d9d7e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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 1eafca840a4bcc03502c134159988e7474523f02 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 Oct 2024 17:02:06 +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 3fd334ea2a2480ee09be8df521bae2b91c5e919f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 Oct 2024 17:02:07 +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 bdf15ea595d15759ac953a9fe51c64cf58c7ece0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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 4d3b4f26c610dc86ec17d7dec9a9f63a66c4f4cb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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 7024727200c51f743a311594919eb907173a0ced Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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 30fdb457908219f60778f586c484bfbf40c0534d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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 7d2a463c246208d8c4c3f328c031ef0924adeb73 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 Oct 2024 17:02:11 +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 fdc31155c9de56b7970cf0568b46916a2c0d446c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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 38d67e5959d1271f4b172cf87f97fb2166d7a466 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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 d8dd7ea72483a67774387fed4c66692702b6442f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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 1bc9f81a5d70e578aa2cdfc32118c9b557fd13a3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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 419625685880e4ac55bc0f2338a04c62d9c58127 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 Oct 2024 17:02:14 +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 492595510f7ba5588fb8d49a5dc403ca43ece778 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 24 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