From 975775d59f7af0e0f5642b04648d2fef6eabe8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:39:07 +0100 Subject: [PATCH] build(deps-dev): bump pytest from 7.4.3 to 7.4.4 (#348) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39c6037d8..3076154a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ tests = [ "pyvista==0.43.1", "matplotlib==3.8.2", "numpy==1.26.2", - "pytest==7.4.3", + "pytest==7.4.4", "pytest-cov==4.1.0", "joblib==1.3.2", "pandas==2.1.4",