From 38b8208f05f54a65b7ea7eb5459fc7d89e77fc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 16:08:49 +0000 Subject: [PATCH] Bump ansys-mapdl-reader from 0.52.5 to 0.52.6 Bumps [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader) from 0.52.5 to 0.52.6. - [Release notes](https://github.com/pyansys/pymapdl-reader/releases) - [Commits](https://github.com/pyansys/pymapdl-reader/compare/v0.52.5...v0.52.6) --- updated-dependencies: - dependency-name: ansys-mapdl-reader dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 993267b1..56c0e7fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ tests = [ doc = [ "Sphinx==6.0.0", "ansys-mapdl-core==0.63.4", - "ansys-mapdl-reader==0.52.5", + "ansys-mapdl-reader==0.52.6", "ansys-sphinx-theme==0.8.0", "jupyter_sphinx==0.4.0", "jupyterlab==3.5.2",