From b2e9e54c7da902b78e0670a0abe26a6da7bb89d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 14:07:19 +0000 Subject: [PATCH 1/2] BUILD: Update ansys-edb-core requirement Updates the requirements on [ansys-edb-core](https://github.com/ansys/pyedb-core) to permit the latest version. - [Release notes](https://github.com/ansys/pyedb-core/releases) - [Commits](https://github.com/ansys/pyedb-core/compare/v0.2.0...v0.2.3) --- updated-dependencies: - dependency-name: ansys-edb-core dependency-version: 0.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 516587aaa2..98c3895760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "toml == 0.10.2", "shapely", "scikit-rf", - "ansys-edb-core>=0.2.0,<0.2.3", + "ansys-edb-core>=0.2.0,<0.2.4", "psutil", "defusedxml>=0.7,<8.0", "matplotlib>=3.5.0,<3.11", From 5070af02983c60a03f06400b174c2b84d893120d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 5 Dec 2025 14:08:45 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1700.dependencies.md [dependabot-skip] --- doc/changelog.d/1700.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1700.dependencies.md diff --git a/doc/changelog.d/1700.dependencies.md b/doc/changelog.d/1700.dependencies.md new file mode 100644 index 0000000000..7a12f1fc2d --- /dev/null +++ b/doc/changelog.d/1700.dependencies.md @@ -0,0 +1 @@ +Update ansys-edb-core requirement from <0.2.3,>=0.2.0 to >=0.2.0,<0.2.4