diff --git a/doc/changelog.d/2117.dependencies.md b/doc/changelog.d/2117.dependencies.md new file mode 100644 index 0000000000..12d72fcb10 --- /dev/null +++ b/doc/changelog.d/2117.dependencies.md @@ -0,0 +1 @@ +Bump ansys-api-geometry from 0.4.65 to 0.4.66 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 57949befeb..a962ae3a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "ansys-api-geometry==0.4.65", + "ansys-api-geometry==0.4.66", "ansys-tools-path>=0.3,<1", "beartype>=0.11.0,<0.22", "geomdl>=5,<6",