From 682dcc7af8330f205eaba59aa884a55202caf482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:13:14 +0000 Subject: [PATCH] Build(deps-dev): Bump the deps group with 4 updates Bumps the deps group with 4 updates: [ansys-additive-core](https://github.com/ansys/pyadditive), [ansys-pyensight-core](https://github.com/ansys/pyensight), [ansys-optislang-core](https://github.com/ansys/pyoptislang) and [pyaedt](https://github.com/ansys/pyaedt). Updates `ansys-additive-core` from 0.16.0 to 0.17.0 - [Release notes](https://github.com/ansys/pyadditive/releases) - [Changelog](https://github.com/ansys/pyadditive/blob/v0.17.0/CHANGELOG.md) - [Commits](https://github.com/ansys/pyadditive/compare/v0.16.0...v0.17.0) Updates `ansys-pyensight-core` from 0.7.3 to 0.7.4 - [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.7.3...v0.7.4) Updates `ansys-optislang-core` from 0.4.3 to 0.5.0 - [Release notes](https://github.com/ansys/pyoptislang/releases) - [Commits](https://github.com/ansys/pyoptislang/compare/v0.4.3...v0.5.0) Updates `pyaedt` from 0.7.6 to 0.7.7 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: ansys-additive-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-pyensight-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-optislang-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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b3ec06d..5519cb6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ - "ansys-additive-core==0.16.0", + "ansys-additive-core==0.17.0", "ansys-dpf-composites==0.3.2", "ansys-dpf-core==0.10.0", "ansys-dpf-post==0.6.0", @@ -42,14 +42,14 @@ dependencies = [ "ansys-meshing-prime==0.5.0.dev10", "ansys-motorcad-core==0.3.0", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.7.3", + "ansys-pyensight-core==0.7.4", "ansys-openapi-common==1.3.0", - "ansys-optislang-core==0.4.3", + "ansys-optislang-core==0.5.0", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.4.0", "ansys-systemcoupling-core==0.3.0", "ansys-turbogrid-core==0.3.dev0", - "pyaedt==0.7.6", + "pyaedt==0.7.7", "pytwin==0.5.0", ]