From 073ba02c5e34f7254e61c86cd39c884fd6481608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:07:55 +0000 Subject: [PATCH] Bump ansys-mapdl-reader from 0.52.9 to 0.52.10 Bumps [ansys-mapdl-reader](https://github.com/pyansys/pymapdl-reader) from 0.52.9 to 0.52.10. - [Release notes](https://github.com/pyansys/pymapdl-reader/releases) - [Commits](https://github.com/pyansys/pymapdl-reader/compare/v0.52.9...v0.52.10) --- 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 3a1425c0..0bf9bff7 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.9", + "ansys-mapdl-reader==0.52.10", "ansys-sphinx-theme==0.9.5", "jupyter_sphinx==0.4.0", "jupyterlab==3.6.1",