From 076e753b3b1d01d6174ff9dd1d39ca9f280338ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 07:00:10 +0000 Subject: [PATCH] build(deps-dev): bump pyansys-tools-report from 0.6.0 to 0.7.0 (#207) 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 60179d28..6b654041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tests = [ "ansys-mapdl-core==0.66.0", "numpy==1.26.1", "scipy==1.11.3", - "pyansys-tools-report==0.6.0", + "pyansys-tools-report==0.7.0", "pytest==7.4.3", "pytest-cov==4.1.0", "pytest-rerunfailures==12.0",