diff --git a/doc/changelog.d/3898.fixed.md b/doc/changelog.d/3898.fixed.md new file mode 100644 index 0000000000..faad442b12 --- /dev/null +++ b/doc/changelog.d/3898.fixed.md @@ -0,0 +1 @@ +fix: update ansys-mapdl-reader version to 0.55.0 in documentation dependencies \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 89632f210e..43b00bccf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ tests = [ doc = [ "ansys-dpf-core==0.13.6", - "ansys-mapdl-reader==0.54.2", + "ansys-mapdl-reader==0.55.0", "ansys-sphinx-theme==1.4.2", "ansys-tools-visualization-interface==0.9.1", "grpcio==1.70.0",