From 10c9c26273862be2e4020fe6147c673c181461f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:46:05 +0100 Subject: [PATCH] Build(deps): Bump ansys-pyensight-core from 0.9.2 to 0.9.3 in the deps group (#819) Build(deps): Bump ansys-pyensight-core in the deps group Bumps the deps group with 1 update: [ansys-pyensight-core](https://github.com/ansys/pyensight). Updates `ansys-pyensight-core` from 0.9.2 to 0.9.3 - [Release notes](https://github.com/ansys/pyensight/releases) - [Changelog](https://github.com/ansys/pyensight/blob/main/CHANGELOG.rst) - [Commits](https://github.com/ansys/pyensight/compare/v0.9.2...v0.9.3) --- updated-dependencies: - dependency-name: ansys-pyensight-core 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8815952..2fe4e0b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "ansys-motorcad-core==0.7.0", "ansys-optislang-core==0.9.2", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.9.2", + "ansys-pyensight-core==0.9.3", "ansys-rocky-core==0.3.1", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.8.1",