From 76bfb1ee0246c008cfd3ba32c79a448d097f74a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:17:40 +0000 Subject: [PATCH] Build(deps): Bump the deps group across 1 directory with 3 updates Bumps the deps group with 3 updates in the / directory: [ansys-conceptev-core](https://github.com/ansys/pyconceptev), [pyedb](https://github.com/ansys/pyedb) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `ansys-conceptev-core` from 0.1.4 to 0.2.1 - [Release notes](https://github.com/ansys/pyconceptev/releases) - [Changelog](https://github.com/ansys/pyconceptev/blob/main/CHANGELOG.md) - [Commits](https://github.com/ansys/pyconceptev/compare/v0.1.4...v0.2.1) Updates `pyedb` from 0.22.1 to 0.23.0 - [Release notes](https://github.com/ansys/pyedb/releases) - [Commits](https://github.com/ansys/pyedb/compare/v0.22.1...v0.23.0) Updates `sphinx` from 7.3.7 to 7.4.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.4.7/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v7.4.7) --- updated-dependencies: - dependency-name: ansys-conceptev-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pyedb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 451aaaf0..8e4e9809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "ansys-acp-core==0.1b1", "ansys-additive-core==0.18.1", "ansys-additive-widgets==0.2.1", - "ansys-conceptev-core==0.1.4", + "ansys-conceptev-core==0.2.1", "ansys-dpf-composites==0.5.0", "ansys-dpf-core==0.12.2", "ansys-dpf-post==0.8.0", @@ -56,7 +56,7 @@ dependencies = [ "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.4.0", "pyaedt==0.9.10", - "pyedb==0.22.1", + "pyedb==0.23.0", "pygranta==2024.2.0", "pytwin==0.7.0", ] @@ -94,7 +94,7 @@ all = [ "pyansys-tools-variableinterop==0.1.1", ] doc = [ - "Sphinx==7.3.7", + "Sphinx==7.4.7", "ansys-sphinx-theme==0.16.6", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.0",