From 3722ff546dc54d7d0bac02c01aee868a115de7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:55:11 +0000 Subject: [PATCH] Build(deps-dev): Bump the deps group with 1 update Bumps the deps group with 1 update: [ansys-motorcad-core](https://github.com/ansys/pymotorcad). Updates `ansys-motorcad-core` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/ansys/pymotorcad/releases) - [Commits](https://github.com/ansys/pymotorcad/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: ansys-motorcad-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9628fb86..1851ee5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "ansys-math-core==0.1.3", "ansys-mechanical-core==0.10.6", "ansys-meshing-prime==0.5.0", - "ansys-motorcad-core==0.3.0", + "ansys-motorcad-core==0.4.0", "ansys-platform-instancemanagement==1.1.2", "ansys-pyensight-core==0.7.5", "ansys-openapi-common==1.4.0",