From 571e22bf4e5a52206ab563636201680ca839c1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:24:33 +0000 Subject: [PATCH] Build(deps-dev): Bump the deps group with 4 updates Bumps the deps group with 4 updates: [ansys-dpf-composites](https://github.com/ansys/pydpf-composites), [ansys-pyensight-core](https://github.com/ansys/pyensight), [pyaedt](https://github.com/ansys/pyaedt) and [ansys-fluent-parametric](https://github.com/ansys/pyfluent-parametric). Updates `ansys-dpf-composites` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/ansys/pydpf-composites/releases) - [Commits](https://github.com/ansys/pydpf-composites/compare/v0.3.0...v0.3.1) Updates `ansys-pyensight-core` from 0.5.7 to 0.5.8 - [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.5.7...v0.5.8) Updates `pyaedt` from 0.6.92 to 0.6.93 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.6.92...v0.6.93) Updates `ansys-fluent-parametric` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/ansys/pyfluent-parametric/releases) - [Commits](https://github.com/ansys/pyfluent-parametric/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: ansys-dpf-composites dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-pyensight-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyaedt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-fluent-parametric dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ab6a8337..b13718d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "importlib-metadata>=4.0,<5; python_version<='3.8'", - "ansys-dpf-composites==0.3.0", + "ansys-dpf-composites==0.3.1", "ansys-dpf-core==0.9.0", "ansys-dpf-post==0.5.0", "ansys-dpf-gate==0.4.1", @@ -42,13 +42,13 @@ dependencies = [ "ansys-meshing-prime==0.4.0", "ansys-motorcad-core==0.2.0", "ansys-platform-instancemanagement==1.1.2", - "ansys-pyensight-core==0.5.7", + "ansys-pyensight-core==0.5.8", "ansys-openapi-common==1.2.2", "ansys-optislang-core==0.4.0", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.3.0", "ansys-systemcoupling-core==0.2.0", - "pyaedt==0.6.92", + "pyaedt==0.6.93", "pytwin==0.4.0", ] @@ -58,7 +58,7 @@ mapdl-all = [ ] fluent-all = [ "ansys-fluent-visualization==0.7.1", - "ansys-fluent-parametric==0.8.0", + "ansys-fluent-parametric==0.8.1", ] tools = [ "ansys-units==0.1.0", @@ -71,7 +71,7 @@ all = [ "ansys-mapdl-reader==0.52.20", # FLUENT - ALL "ansys-fluent-visualization==0.7.1", - "ansys-fluent-parametric==0.8.0", + "ansys-fluent-parametric==0.8.1", # TOOLS "ansys-units==0.1.0", "ansys-tools-path==0.3.1",