From 6753262e55684603a33271086859e8bbb19d48dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:08:35 +0000 Subject: [PATCH] Build(deps): Bump the deps group across 1 directory with 5 updates Bumps the deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ansys-optislang-core](https://github.com/ansys/pyoptislang) | `0.9.0` | `0.9.1` | | [pyedb](https://github.com/ansys/pyedb) | `0.34.1` | `0.34.2` | | [ansys-tools-filetransfer](https://github.com/ansys/ansys-tools-filetransfer) | `0.1.0` | `0.1.1` | | [ansys-tools-local-product-launcher](https://github.com/ansys/ansys-tools-local-product-launcher) | `0.1.0` | `0.1.1` | | [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.2.2` | `1.2.3` | Updates `ansys-optislang-core` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/ansys/pyoptislang/releases) - [Commits](https://github.com/ansys/pyoptislang/compare/v0.9.0...v0.9.1) Updates `pyedb` from 0.34.1 to 0.34.2 - [Release notes](https://github.com/ansys/pyedb/releases) - [Commits](https://github.com/ansys/pyedb/compare/v0.34.1...v0.34.2) Updates `ansys-tools-filetransfer` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/ansys/ansys-tools-filetransfer/releases) - [Changelog](https://github.com/ansys/ansys-tools-filetransfer/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/ansys-tools-filetransfer/compare/v0.1.0...v0.1.1) Updates `ansys-tools-local-product-launcher` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/ansys/ansys-tools-local-product-launcher/releases) - [Commits](https://github.com/ansys/ansys-tools-local-product-launcher/compare/v0.1.0...v0.1.1) Updates `ansys-sphinx-theme` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: ansys-optislang-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyedb dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-tools-filetransfer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-tools-local-product-launcher 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] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5299a730..fa30c2a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "ansys-meshing-prime==0.6.2", "ansys-modelcenter-workflow==0.1.1", "ansys-motorcad-core==0.7.0", - "ansys-optislang-core==0.9.0", + "ansys-optislang-core==0.9.1", "ansys-platform-instancemanagement==1.1.2", "ansys-pyensight-core==0.9.2", "ansys-rocky-core==0.3.1", @@ -55,7 +55,7 @@ dependencies = [ "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.7.0", "pyaedt==0.11.7", - "pyedb==0.34.1", + "pyedb==0.34.2", "pygranta==2024.2.0", "pytwin==0.7.0", ] @@ -65,8 +65,8 @@ mapdl-all = ["ansys-mapdl-reader==0.54.2"] fluent-all = ["ansys-fluent-visualization==0.15.0"] tools = [ "ansys-materials-manager==0.2.3", - "ansys-tools-filetransfer==0.1.0", - "ansys-tools-local-product-launcher==0.1.0", + "ansys-tools-filetransfer==0.1.1", + "ansys-tools-local-product-launcher==0.1.1", "ansys-tools-path==0.7.0", # "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'", "ansys-tools-visualization-interface==0.6.0", @@ -82,8 +82,8 @@ all = [ "ansys-fluent-visualization==0.15.0", # TOOLS "ansys-materials-manager==0.2.3", - "ansys-tools-filetransfer==0.1.0", - "ansys-tools-local-product-launcher==0.1.0", + "ansys-tools-filetransfer==0.1.1", + "ansys-tools-local-product-launcher==0.1.1", "ansys-tools-path==0.7.0", # "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'", "ansys-tools-visualization-interface==0.6.0", @@ -94,7 +94,7 @@ all = [ ] doc = [ "Sphinx==8.1.3", - "ansys-sphinx-theme==1.2.2", + "ansys-sphinx-theme==1.2.3", "Jinja2 ==3.1.4", "Pillow==11.0.0", "PyGithub==2.5.0",