From 7002802033adacb41660c09ea58e8bfdec8c43c4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:05 -0700 Subject: [PATCH 01/11] Update wheel from 0.37.0 to 0.43.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 91230b0..4430473 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # pip==21.2.4 bumpversion==0.6.0 -wheel==0.37.0 +wheel==0.43.0 watchdog==2.1.5 flake8==3.9.2 coverage==5.5 From ecc58721224e6fd98f0b0ff25006804069140d72 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:06 -0700 Subject: [PATCH 02/11] Update watchdog from 2.1.5 to 4.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4430473..ae0c4a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # pip==21.2.4 bumpversion==0.6.0 wheel==0.43.0 -watchdog==2.1.5 +watchdog==4.0.0 flake8==3.9.2 coverage==5.5 tox==3.24.4 From 2350eff3917d4c7cde9a86962a367b4affb710ea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:06 -0700 Subject: [PATCH 03/11] Update flake8 from 3.9.2 to 7.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ae0c4a4..ff38e90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ bumpversion==0.6.0 wheel==0.43.0 watchdog==4.0.0 -flake8==3.9.2 +flake8==7.0.0 coverage==5.5 tox==3.24.4 Sphinx==4.2.0 From 261b2ab50aa79c8455fb570ce968977d138d38d4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:06 -0700 Subject: [PATCH 04/11] Update coverage from 5.5 to 7.4.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ff38e90..ebc0b23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ bumpversion==0.6.0 wheel==0.43.0 watchdog==4.0.0 flake8==7.0.0 -coverage==5.5 +coverage==7.4.4 tox==3.24.4 Sphinx==4.2.0 numpy==1.21.2 From fa4765725ff824a30457472495e5f4a1362767a3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:07 -0700 Subject: [PATCH 05/11] Update tox from 3.24.4 to 4.14.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ebc0b23..2e198e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ wheel==0.43.0 watchdog==4.0.0 flake8==7.0.0 coverage==7.4.4 -tox==3.24.4 +tox==4.14.2 Sphinx==4.2.0 numpy==1.21.2 pytest==6.2.5 From 716a53e9b8dcd7726a20d0920507aacadf0f5ba6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:07 -0700 Subject: [PATCH 06/11] Update sphinx from 4.2.0 to 7.2.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e198e6..55484bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ watchdog==4.0.0 flake8==7.0.0 coverage==7.4.4 tox==4.14.2 -Sphinx==4.2.0 +Sphinx==7.2.6 numpy==1.21.2 pytest==6.2.5 pytest-runner==5.3.1 From 8d3628068417f407eebbc53ce9f4bebe46f74fe5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:07 -0700 Subject: [PATCH 07/11] Update numpy from 1.21.2 to 1.26.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55484bf..08cd951 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ flake8==7.0.0 coverage==7.4.4 tox==4.14.2 Sphinx==7.2.6 -numpy==1.21.2 +numpy==1.26.4 pytest==6.2.5 pytest-runner==5.3.1 h5py_like==0.6.0 From 0143c32aaf25a0841748f733c90e87fdcd8024af Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:08 -0700 Subject: [PATCH 08/11] Update pytest from 6.2.5 to 8.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08cd951..ec4d24e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ coverage==7.4.4 tox==4.14.2 Sphinx==7.2.6 numpy==1.26.4 -pytest==6.2.5 +pytest==8.1.1 pytest-runner==5.3.1 h5py_like==0.6.0 h5py==3.4.0 From 23c7f074f191c47dc0df0ef091ab62b5ec6a5c84 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:08 -0700 Subject: [PATCH 09/11] Update pytest-runner from 5.3.1 to 6.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec4d24e..73c7f8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ tox==4.14.2 Sphinx==7.2.6 numpy==1.26.4 pytest==8.1.1 -pytest-runner==5.3.1 +pytest-runner==6.0.1 h5py_like==0.6.0 h5py==3.4.0 maturin==0.12.6 From c774eb76190e6ecc53b79e996fbf4b9b2ffff25d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:08 -0700 Subject: [PATCH 10/11] Update h5py from 3.4.0 to 3.10.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73c7f8e..c15e87c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ numpy==1.26.4 pytest==8.1.1 pytest-runner==6.0.1 h5py_like==0.6.0 -h5py==3.4.0 +h5py==3.10.0 maturin==0.12.6 From f0e8d947dfc21c70df868a551955fcc54f49f7ea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2024 11:06:09 -0700 Subject: [PATCH 11/11] Update maturin from 0.12.6 to 1.5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c15e87c..7e32dc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ pytest==8.1.1 pytest-runner==6.0.1 h5py_like==0.6.0 h5py==3.10.0 -maturin==0.12.6 +maturin==1.5.1