From ce2f5b81e1f817563e5e88a7846a352e3026347a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:23:54 +0000 Subject: [PATCH] Build(deps): Bump the deps group across 1 directory with 4 updates (#765) Bumps the deps group with 4 updates in the / directory: [ansys-dyna-core](https://github.com/ansys/pydyna), [ansys-rocky-core](https://github.com/ansys/pyrocky), [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-dyna-core` from 0.5.0 to 0.6.1 - [Release notes](https://github.com/ansys/pydyna/releases) - [Changelog](https://github.com/ansys/pydyna/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pydyna/compare/v0.5.0...v0.6.1) Updates `ansys-rocky-core` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/ansys/pyrocky/releases) - [Commits](https://github.com/ansys/pyrocky/commits) Updates `ansys-mapdl-reader` from 0.54.1 to 0.54.2 - [Release notes](https://github.com/pyansys/pymapdl-reader/releases) - [Commits](https://github.com/pyansys/pymapdl-reader/compare/v0.54.1...v0.54.2) Updates `ansys-sphinx-theme` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: ansys-dyna-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-rocky-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-mapdl-reader dependency-type: direct:production update-type: version-update:semver-patch 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e248cdcb..1f488997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "ansys-dpf-composites==0.6.1", "ansys-dpf-core==0.13.2", "ansys-dpf-post==0.9.2", - "ansys-dyna-core==0.5.0", + "ansys-dyna-core==0.6.1", "ansys-dynamicreporting-core==0.8.0", "ansys-edb-core==0.1.9", "ansys-fluent-core==0.26.1", @@ -46,7 +46,7 @@ dependencies = [ "ansys-optislang-core==0.9.0", "ansys-platform-instancemanagement==1.1.2", "ansys-pyensight-core==0.9.1", - "ansys-rocky-core==0.2.0", + "ansys-rocky-core==0.3.0", "ansys-seascape==0.2.0", "ansys-sherlock-core==0.7.1", "ansys-simai-core==0.2.5", @@ -61,7 +61,7 @@ dependencies = [ ] [project.optional-dependencies] -mapdl-all = ["ansys-mapdl-reader==0.54.1"] +mapdl-all = ["ansys-mapdl-reader==0.54.2"] fluent-all = ["ansys-fluent-visualization==0.14.0"] tools = [ "ansys-materials-manager==0.2.3", @@ -77,7 +77,7 @@ tools = [ ] all = [ # MAPDL - ALL - "ansys-mapdl-reader==0.54.1", + "ansys-mapdl-reader==0.54.2", # FLUENT - ALL "ansys-fluent-visualization==0.14.0", # TOOLS @@ -94,7 +94,7 @@ all = [ ] doc = [ "Sphinx==8.1.3", - "ansys-sphinx-theme==1.2.1", + "ansys-sphinx-theme==1.2.2", "Jinja2 ==3.1.4", "Pillow==11.0.0", "PyGithub==2.5.0",