From 87964fce5b29864bdd7a8c9368733cddbaf447fb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 28 Sep 2022 23:00:27 -0400 Subject: [PATCH 01/11] Update pytest-cov from 3.0.0 to 4.0.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 162b297..b6ae869 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ numpy==1.23.3 h5py==3.7.0 packaging==21.3 pytest==7.1.3 -pytest-cov==3.0.0 +pytest-cov==4.0.0 coveralls==3.3.1 From 19f5477817b775f7b597f0814874cef6996cedd0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 25 Oct 2022 17:48:26 -0400 Subject: [PATCH 02/11] Update pytest from 7.1.3 to 7.2.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 162b297..1d48114 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,6 +2,6 @@ bump2version==1.0.1 numpy==1.23.3 h5py==3.7.0 packaging==21.3 -pytest==7.1.3 +pytest==7.2.0 pytest-cov==3.0.0 coveralls==3.3.1 From 1ae465e0a365067a631290f3b30a9831d215c2c0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 19 Nov 2022 23:35:47 -0500 Subject: [PATCH 03/11] Update numpy from 1.23.3 to 1.23.5 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 162b297..1043a20 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ bump2version==1.0.1 -numpy==1.23.3 +numpy==1.23.5 h5py==3.7.0 packaging==21.3 pytest==7.1.3 From 412e684894243da89f90e3f12b7b4c632cb16cb5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 19 Nov 2022 23:35:48 -0500 Subject: [PATCH 04/11] Update numpy from 1.23.3 to 1.23.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e19c63..6bdc3b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.23.3 +numpy==1.23.5 h5py==3.7.0 packaging==21.3 From a58fe84343143a784ec9b168403be273c07b9b88 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Dec 2022 11:59:57 -0500 Subject: [PATCH 05/11] Update numpy from 1.23.5 to 1.24.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cdf9ac9..b2cb574 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ bump2version==1.0.1 -numpy==1.23.5 +numpy==1.24.1 h5py==3.7.0 packaging==21.3 pytest-cov==4.0.0 From db042d8c013610f5230beb20bafbdb7194cf64ce Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Dec 2022 11:59:57 -0500 Subject: [PATCH 06/11] Update numpy from 1.23.5 to 1.24.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bdc3b1..64dcf30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.23.5 +numpy==1.24.1 h5py==3.7.0 packaging==21.3 From 07ab1b89e672778da985565d0992c377a0954182 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 8 Jan 2023 19:13:06 -0500 Subject: [PATCH 07/11] Update packaging from 21.3 to 23.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cdf9ac9..d92f596 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ bump2version==1.0.1 numpy==1.23.5 h5py==3.7.0 -packaging==21.3 +packaging==23.0 pytest-cov==4.0.0 pytest==7.2.0 coveralls==3.3.1 From c3e6f7d2c03f25cab26e34faaf1b6eff3a420330 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 8 Jan 2023 19:13:06 -0500 Subject: [PATCH 08/11] Update packaging from 21.3 to 23.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bdc3b1..5dde6c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy==1.23.5 h5py==3.7.0 -packaging==21.3 +packaging==23.0 From ca4cf1c713278d22e397a9f5f798afabab887a5d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 15 Jan 2023 04:19:50 -0500 Subject: [PATCH 09/11] Update pytest from 7.2.0 to 7.2.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cdf9ac9..cade0cb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ numpy==1.23.5 h5py==3.7.0 packaging==21.3 pytest-cov==4.0.0 -pytest==7.2.0 +pytest==7.2.1 coveralls==3.3.1 From e1cfad52f9aa7e9cbf0f041c89d97a462f3d589e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Jan 2023 07:22:26 -0500 Subject: [PATCH 10/11] Update h5py from 3.7.0 to 3.8.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cdf9ac9..9be822e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ bump2version==1.0.1 numpy==1.23.5 -h5py==3.7.0 +h5py==3.8.0 packaging==21.3 pytest-cov==4.0.0 pytest==7.2.0 From 2e6edb209b769d66b841f2db5753b8dfce999641 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Jan 2023 07:22:27 -0500 Subject: [PATCH 11/11] Update h5py from 3.7.0 to 3.8.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bdc3b1..52a8137 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy==1.23.5 -h5py==3.7.0 +h5py==3.8.0 packaging==21.3