From fe91a541349b7222b4d82955d86cbafbb4ccdcca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:51:14 +0200 Subject: [PATCH] MAINT: Update pyedb requirement from <0.9,>=0.4.0 to >=0.4.0,<0.10 (#4596) 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 02091f7a6a6..b3d60c5c275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tests = [ "pytest-cov>=4.0.0,<5.1", "pytest-xdist>=3.5.0,<3.7", "pyedb>=0.4.0,<0.9; python_version == '3.7'", - "pyedb>=0.5.0,<0.9; python_version > '3.7'", + "pyedb>=0.5.0,<0.10; python_version > '3.7'", "pyvista>=0.38.0,<0.44", "scikit-learn>=1.0.0,<1.5", "scikit-rf>=0.30.0,<1.1",