From c9c9e1ccc005ca6aad5207aef05b22fc96ad0d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:05:56 +0000 Subject: [PATCH] Build(deps): Bump the deps group with 2 updates (#698) Bumps the deps group with 2 updates: [ansys-dynamicreporting-core](https://github.com/ansys/pydynamicreporting) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-dynamicreporting-core` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/ansys/pydynamicreporting/releases) - [Commits](https://github.com/ansys/pydynamicreporting/compare/v0.6.0...v0.7.0) Updates `ansys-sphinx-theme` from 1.0.9 to 1.0.10 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.9...v1.0.10) --- updated-dependencies: - dependency-name: ansys-dynamicreporting-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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2253b1c..965a3fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "ansys-dpf-core==0.13.0", "ansys-dpf-post==0.9.0", "ansys-dyna-core==0.5.0", - "ansys-dynamicreporting-core==0.6.0", + "ansys-dynamicreporting-core==0.7.0", "ansys-edb-core==0.1.7", "ansys-fluent-core==0.26.0", "ansys-geometry-core==0.7.2", @@ -94,7 +94,7 @@ all = [ ] doc = [ "Sphinx==8.0.2", - "ansys-sphinx-theme==1.0.9", + "ansys-sphinx-theme==1.0.10", "Jinja2 ==3.1.4", "PyGithub==2.4.0", "sphinx-copybutton==0.5.2",