From 27acf0287aa625feb57a4f811dde1d01796e0b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:02:25 +0000 Subject: [PATCH] Build(deps): Bump the deps group across 1 directory with 4 updates Bumps the deps group with 4 updates in the / directory: [pyaedt](https://github.com/ansys/pyaedt), [ansys-tools-path](https://github.com/ansys/ansys-tools-path), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) and [jinja2](https://github.com/pallets/jinja). Updates `pyaedt` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/ansys/pyaedt/releases) - [Commits](https://github.com/ansys/pyaedt/compare/v0.12.0...v0.13.0) Updates `ansys-tools-path` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/ansys/ansys-tools-path/releases) - [Changelog](https://github.com/ansys/ansys-tools-path/blob/v0.7.1/CHANGELOG.md) - [Commits](https://github.com/ansys/ansys-tools-path/compare/v0.7.0...v0.7.1) Updates `ansys-sphinx-theme` from 1.2.3 to 1.2.4 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.3...v1.2.4) Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: pyaedt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: ansys-tools-path 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 - dependency-name: jinja2 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 5fb3b230..c3e0a43f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "ansys-systemcoupling-core==0.8.0", "ansys-turbogrid-core==0.4.1", "ansys-workbench-core==0.7.0", - "pyaedt==0.12.0", + "pyaedt==0.13.0", "pyedb==0.34.3", "pygranta==2025.1.0", "pytwin==0.7.0", @@ -67,7 +67,7 @@ tools = [ "ansys-materials-manager==0.2.3", "ansys-tools-filetransfer==0.1.1", "ansys-tools-local-product-launcher==0.1.1", - "ansys-tools-path==0.7.0", + "ansys-tools-path==0.7.1", # "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'", "ansys-tools-visualization-interface==0.6.2", "ansys-units==0.3.4", @@ -84,7 +84,7 @@ all = [ "ansys-materials-manager==0.2.3", "ansys-tools-filetransfer==0.1.1", "ansys-tools-local-product-launcher==0.1.1", - "ansys-tools-path==0.7.0", + "ansys-tools-path==0.7.1", # "ansys-tools-protoc-helper==0.4.0; python_version<='3.10'", "ansys-tools-visualization-interface==0.6.2", "ansys-units==0.3.4", @@ -94,8 +94,8 @@ all = [ ] doc = [ "Sphinx==8.1.3", - "ansys-sphinx-theme==1.2.3", - "Jinja2 ==3.1.4", + "ansys-sphinx-theme==1.2.4", + "Jinja2 ==3.1.5", "Pillow==11.0.0", "PyGithub==2.5.0", "sphinx-copybutton==0.5.2",