From 859f610d928a092fbe37ed456f13b25f2a14eb99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:55:34 +0000 Subject: [PATCH] Build(deps-dev): Bump the deps group with 3 updates Bumps the deps group with 3 updates: [ansys-geometry-core](https://github.com/ansys/pyansys-geometry), [pyaedt](https://github.com/ansys/pyaedt) and [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader). Updates `ansys-geometry-core` from 0.4rc2 to 0.4.1 - [Release notes](https://github.com/ansys/pyansys-geometry/releases) - [Commits](https://github.com/ansys/pyansys-geometry/commits/v0.4.1) Updates `pyaedt` from 0.7.4 to 0.7.5 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.7.4...v0.7.5) Updates `ansys-mapdl-reader` from 0.52.20 to 0.53.0 - [Release notes](https://github.com/pyansys/pymapdl-reader/releases) - [Commits](https://github.com/pyansys/pymapdl-reader/compare/v0.52.20...v0.53.0) --- updated-dependencies: - dependency-name: ansys-geometry-core dependency-type: direct:production dependency-group: deps - dependency-name: pyaedt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-mapdl-reader dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce3fb7a5..c3c0e9d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "ansys-dpf-gate==0.4.1", "ansys-dyna-core==0.4.2", "ansys-dynamicreporting-core==0.5.0", - "ansys-geometry-core==0.4rc2", + "ansys-geometry-core==0.4.1", "ansys-grantami-bomanalytics==1.2.0", "ansys-grantami-recordlists==1.0.0.post1", "ansys-fluent-core==0.18.2", @@ -48,13 +48,13 @@ dependencies = [ "ansys-sherlock-core==0.4.0", "ansys-systemcoupling-core==0.3.0", "ansys-turbogrid-core==0.3.dev0", - "pyaedt==0.7.4", + "pyaedt==0.7.5", "pytwin==0.5.0", ] [project.optional-dependencies] mapdl-all = [ - "ansys-mapdl-reader==0.52.20", + "ansys-mapdl-reader==0.53.0", ] fluent-all = [ "ansys-fluent-visualization==0.8.0", @@ -68,7 +68,7 @@ tools = [ ] all = [ # MAPDL - ALL - "ansys-mapdl-reader==0.52.20", + "ansys-mapdl-reader==0.53.0", # FLUENT - ALL "ansys-fluent-visualization==0.8.0", "ansys-fluent-parametric==0.9.0",