From 6cc76f02338753698fd62edcd40e3d52e2035ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:28:33 +0000 Subject: [PATCH] Update ansys-mapdl-reader requirement from ==0.52.1 to ==0.52.2 Updates the requirements on [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader) to permit the latest version. - [Release notes](https://github.com/pyansys/pymapdl-reader/releases) - [Commits](https://github.com/pyansys/pymapdl-reader/compare/v0.52.1...v0.52.2) --- updated-dependencies: - dependency-name: ansys-mapdl-reader dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cdb3ad0..82f8dcee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ ansys-grantami-bomanalytics = "==1.0.1" ansys-openapi-common = "==1.1.1" # Optional dependencies -ansys-mapdl-reader = {version = "==0.52.1", optional = true} +ansys-mapdl-reader = {version = "==0.52.2", optional = true} ansys-fluent-visualization = {version = "==0.5.0", optional = true} ansys-fluent-parametric = {version = "==0.5.0", optional = true} Sphinx = {version = "==5.2.3", optional = true}