From e65f7da13ab3a1359272bc75ca3b259aea9acc34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:48:41 +0000 Subject: [PATCH] Build(deps): Bump the deps group across 1 directory with 6 updates (#672) Bumps the deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ansys-dpf-composites](https://github.com/ansys/pydpf-composites) | `0.5.0` | `0.6.0` | | [ansys-edb-core](https://github.com/ansys/pyedb-core) | `0.1.5` | `0.1.6` | | [ansys-geometry-core](https://github.com/ansys/pyansys-geometry) | `0.6.6` | `0.7.0` | | [ansys-mechanical-core](https://github.com/ansys/pymechanical) | `0.11.4` | `0.11.5` | | [ansys-workbench-core](https://github.com/ansys/pyworkbench) | `0.4.0` | `0.6.0` | | [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.0.4` | `1.0.5` | Updates `ansys-dpf-composites` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/ansys/pydpf-composites/releases) - [Changelog](https://github.com/ansys/pydpf-composites/blob/main/release_checklist.rst) - [Commits](https://github.com/ansys/pydpf-composites/compare/v0.5.0...v0.6.0) Updates `ansys-edb-core` from 0.1.5 to 0.1.6 - [Release notes](https://github.com/ansys/pyedb-core/releases) - [Commits](https://github.com/ansys/pyedb-core/compare/v0.1.5...v0.1.6) Updates `ansys-geometry-core` from 0.6.6 to 0.7.0 - [Release notes](https://github.com/ansys/pyansys-geometry/releases) - [Changelog](https://github.com/ansys/pyansys-geometry/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pyansys-geometry/compare/v0.6.6...v0.7.0) Updates `ansys-mechanical-core` from 0.11.4 to 0.11.5 - [Release notes](https://github.com/ansys/pymechanical/releases) - [Changelog](https://github.com/ansys/pymechanical/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pymechanical/compare/v0.11.4...v0.11.5) Updates `ansys-workbench-core` from 0.4.0 to 0.6.0 - [Release notes](https://github.com/ansys/pyworkbench/releases) - [Changelog](https://github.com/ansys/pyworkbench/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pyworkbench/compare/v0.4.0...v0.6.0) Updates `ansys-sphinx-theme` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: ansys-dpf-composites dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-edb-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-geometry-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-mechanical-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-workbench-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-sphinx-theme 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b138260a..8fec24ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,18 +28,18 @@ dependencies = [ "ansys-additive-core==0.18.1", "ansys-additive-widgets==0.2.1", "ansys-conceptev-core==0.2.1", - "ansys-dpf-composites==0.5.0", + "ansys-dpf-composites==0.6.0", "ansys-dpf-core==0.13.0", "ansys-dpf-post==0.9.0", "ansys-dyna-core==0.4.15", "ansys-dynamicreporting-core==0.6.0", - "ansys-edb-core==0.1.5", + "ansys-edb-core==0.1.6", "ansys-fluent-core==0.22.0", - "ansys-geometry-core==0.6.6", + "ansys-geometry-core==0.7.0", "ansys-hps-client==0.8.0", "ansys-mapdl-core==0.68.4", "ansys-math-core==0.1.5", - "ansys-mechanical-core==0.11.4", + "ansys-mechanical-core==0.11.5", "ansys-meshing-prime==0.6.2", "ansys-modelcenter-workflow==0.1.1", "ansys-motorcad-core==0.5.5", @@ -53,7 +53,7 @@ dependencies = [ "ansys-sound-core==0.1.3", "ansys-systemcoupling-core==0.6.0", "ansys-turbogrid-core==0.4.1", - "ansys-workbench-core==0.4.0", + "ansys-workbench-core==0.6.0", "pyaedt==0.9.11", "pyedb==0.23.0", "pygranta==2024.2.0", @@ -94,7 +94,7 @@ all = [ ] doc = [ "Sphinx==8.0.2", - "ansys-sphinx-theme==1.0.4", + "ansys-sphinx-theme==1.0.5", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.1", "sphinxcontrib-mermaid==0.9.2",