diff --git a/doc/changelog.d/1512.dependencies.md b/doc/changelog.d/1512.dependencies.md new file mode 100644 index 0000000000..812dfd6ee1 --- /dev/null +++ b/doc/changelog.d/1512.dependencies.md @@ -0,0 +1 @@ +bump ansys-api-geometry from 0.4.12 to 0.4.13 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 323b34a941..ed147e2a2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ - "ansys-api-geometry==0.4.12", + "ansys-api-geometry==0.4.13", "ansys-tools-path>=0.3,<1", "ansys-tools-visualization-interface>=0.2.6,<1", "beartype>=0.11.0,<0.20",