From 3a3f18fc0eae8b6e61505bd2c976b654d5c71a68 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 9 Mar 2024 18:57:39 -0500 Subject: [PATCH] Update pytest from 7.2.1 to 8.1.1 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 90e78e1..9411f8c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ numpy==1.24.1 packaging==23.0 h5py==3.8.0 pytest-cov==4.0.0 -pytest==7.2.1 +pytest==8.1.1 coveralls==3.3.1