From ef8a4bfd57049b7967faae417b4d6675a4f8675c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:56:13 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [pyaedt](https://github.com/ansys/pyaedt) and [pyedb](https://github.com/ansys/pyedb). Updates `pyaedt` from 0.8.8 to 0.8.9 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.8.8...v0.8.9) Updates `pyedb` from 0.7.1 to 0.8.0 - [Release notes](https://github.com/ansys/pyedb/releases) - [Commits](https://github.com/ansys/pyedb/compare/v0.7.1...v0.8.0) --- updated-dependencies: - dependency-name: pyaedt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyedb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dff8de37..0c8635b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,8 +54,8 @@ dependencies = [ "ansys-simai-core==0.1.5", "ansys-systemcoupling-core==0.4.1", "ansys-turbogrid-core==0.4.0", - "pyaedt==0.8.8", - "pyedb==0.7.1", + "pyaedt==0.8.9", + "pyedb==0.8.0", "pygranta==2024.1.0", "pytwin==0.6.0", ]