From 1a7c7a1691503595d4bc3f3516f4498e81b8037b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:21:48 +0000 Subject: [PATCH] MAINT: Update pyedb requirement from <0.10,>=0.4.0 to >=0.4.0,<0.11 Updates the requirements on [pyedb](https://github.com/ansys/pyedb) to permit the latest version. - [Release notes](https://github.com/ansys/pyedb/releases) - [Commits](https://github.com/ansys/pyedb/compare/v0.5.0...v0.10.0) --- updated-dependencies: - dependency-name: pyedb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e04ca76f97a..b1b533164ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "fpdf2", "jsonschema", "psutil", - "pyedb>=0.4.0,<0.10; python_version == '3.7'", + "pyedb>=0.4.0,<0.11; python_version == '3.7'", "pyedb>=0.5.0; python_version > '3.7'", "pytomlpp; python_version < '3.12'", "rpyc>=6.0.0,<6.1", @@ -49,7 +49,7 @@ tests = [ "pytest>=7.4.0,<8.3", "pytest-cov>=4.0.0,<5.1", "pytest-xdist>=3.5.0,<3.7", - "pyedb>=0.4.0,<0.10; python_version == '3.7'", + "pyedb>=0.4.0,<0.11; python_version == '3.7'", "pyedb>=0.5.0,<0.11; python_version > '3.7'", "pyvista>=0.38.0,<0.44", "scikit-learn>=1.0.0,<1.5",