From 519cd672d1c42bff4454431ec3f756f4366ba31d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:17:50 +0000 Subject: [PATCH] Bump ansys-mapdl-reader from 0.52.7 to 0.52.8 Bumps [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader) from 0.52.7 to 0.52.8. - [Release notes](https://github.com/pyansys/pymapdl-reader/releases) - [Commits](https://github.com/pyansys/pymapdl-reader/compare/v0.52.7...v0.52.8) --- 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 b69c5e46..af94413d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ tests = [ doc = [ "Sphinx==5.3.0", "ansys-mapdl-core==0.64.0", - "ansys-mapdl-reader==0.52.7", + "ansys-mapdl-reader==0.52.8", "ansys-sphinx-theme==0.8.1", "jupyter_sphinx==0.4.0", "jupyterlab==3.5.3",