diff --git a/doc/changelog.d/1845.dependencies.md b/doc/changelog.d/1845.dependencies.md new file mode 100644 index 0000000000..da32ec8c9b --- /dev/null +++ b/doc/changelog.d/1845.dependencies.md @@ -0,0 +1 @@ +bump ansys-api-geometry from 0.4.48 to 0.4.49 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e80c6e15ec..96d79f0bef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "ansys-api-geometry==0.4.48", + "ansys-api-geometry==0.4.49", "ansys-tools-path>=0.3,<1", "attrs!=24.3.0", "beartype>=0.11.0,<0.20",