From f7c80af690cafba214add91e6399cbfcaca9d5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:46:56 +0200 Subject: [PATCH] Build(deps-dev): Bump the deps group with 2 updates (#320) Bumps the deps group with 2 updates: [ansys-motorcad-core](https://github.com/ansys/pymotorcad) and [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader). Updates `ansys-motorcad-core` from 0.1.3 to 0.2.0 - [Release notes](https://github.com/ansys/pymotorcad/releases) - [Commits](https://github.com/ansys/pymotorcad/compare/v0.1.3...v0.2.0) Updates `ansys-mapdl-reader` from 0.52.19 to 0.52.20 - [Release notes](https://github.com/pyansys/pymapdl-reader/releases) - [Commits](https://github.com/pyansys/pymapdl-reader/compare/v0.52.19...v0.52.20) --- updated-dependencies: - dependency-name: ansys-motorcad-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-mapdl-reader dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ffcdf31..393d0e9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "ansys-meshing-prime==0.4.0", "pytwin==0.3.0", "ansys-systemcoupling-core==0.2.0", - "ansys-motorcad-core==0.1.3", + "ansys-motorcad-core==0.2.0", "ansys-math-core==0.1.2", "ansys-optislang-core==0.3.0", "ansys-mechanical-core==0.9.3", @@ -51,14 +51,14 @@ dependencies = [ [project.optional-dependencies] mapdl-all = [ - "ansys-mapdl-reader==0.52.19", + "ansys-mapdl-reader==0.52.20", ] fluent-all = [ "ansys-fluent-visualization==0.7.1", "ansys-fluent-parametric==0.7.1", ] all = [ - "ansys-mapdl-reader==0.52.19", + "ansys-mapdl-reader==0.52.20", "ansys-fluent-visualization==0.7.1", "ansys-fluent-parametric==0.7.1", ]