From 863d1d84753136a603d682cfc50064e30e64f62f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 08:38:39 +0000 Subject: [PATCH] Build(deps-dev): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-dynamicreporting-core](https://github.com/ansys/pydynamicreporting) and [pyaedt](https://github.com/ansys/pyaedt). Updates `ansys-dynamicreporting-core` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/ansys/pydynamicreporting/releases) - [Commits](https://github.com/ansys/pydynamicreporting/compare/v0.4.0...v0.5.0) Updates `pyaedt` from 0.6.93 to 0.6.94 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.6.93...v0.6.94) --- updated-dependencies: - dependency-name: ansys-dynamicreporting-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pyaedt dependency-type: direct:production update-type: version-update:semver-patch 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 2bf36ec0..5c6f2965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "ansys-dpf-post==0.5.0", "ansys-dpf-gate==0.4.1", "ansys-dyna-core==0.4.2", - "ansys-dynamicreporting-core==0.4.0", + "ansys-dynamicreporting-core==0.5.0", "ansys-geometry-core==0.4rc1", "ansys-grantami-bomanalytics==1.2.0", "ansys-grantami-recordlists==1.0.0.post1", @@ -48,7 +48,7 @@ dependencies = [ "ansys-seascape==0.2.0", "ansys-sherlock-core==0.4.0", "ansys-systemcoupling-core==0.3.0", - "pyaedt==0.6.93", + "pyaedt==0.6.94", "pytwin==0.5.0", ]