From d3abc3e1abf1aebfc335a856edc2b55d4524e458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:36:14 +0000 Subject: [PATCH] MAINT: Update pyaedt[all] requirement from <0.11,>=0.8.0 to >=0.8.0,<0.12 (#165) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21016a02..30e997c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ all = [ "pyvistaqt", ] tests = [ - "pyaedt[all]>=0.8.0,<0.11", + "pyaedt[all]>=0.10.0,<0.12", "flask", "pytest>=7.4.0,<8.4", "pytest-cov>=4.0.0,<5.1",