From cb8d64c4ee0af48358e72195229c5c6eab67ac3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 11:04:45 +0000 Subject: [PATCH] Bump ansys-fluent-parametric from 0.6.0 to 0.6.1 Bumps [ansys-fluent-parametric](https://github.com/pyansys/pyfluent-parametric) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/pyansys/pyfluent-parametric/releases) - [Commits](https://github.com/pyansys/pyfluent-parametric/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: ansys-fluent-parametric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb5fa677..4692098b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,12 +47,12 @@ mapdl-all = [ ] fluent-all = [ "ansys-fluent-visualization==0.6.0", - "ansys-fluent-parametric==0.6.0", + "ansys-fluent-parametric==0.6.1", ] all = [ "ansys-mapdl-reader==0.52.8", "ansys-fluent-visualization==0.6.0", - "ansys-fluent-parametric==0.6.0", + "ansys-fluent-parametric==0.6.1", ] doc = [ "Sphinx==5.3.0",