diff --git a/doc/changelog.d/2044.dependencies.md b/doc/changelog.d/2044.dependencies.md new file mode 100644 index 0000000000..c44192eb5b --- /dev/null +++ b/doc/changelog.d/2044.dependencies.md @@ -0,0 +1 @@ +Bump ansys-tools-path from 0.7.1 to 0.7.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e375425ef8..c8891249e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ all = [ ] tests = [ "ansys-platform-instancemanagement==1.1.2", - "ansys-tools-path==0.7.1", + "ansys-tools-path==0.7.2", "ansys-tools-visualization-interface==0.9.2", "beartype==0.21.0", "docker==7.1.0", @@ -86,7 +86,7 @@ tests-minimal = [ ] doc = [ "ansys-sphinx-theme[autoapi]==1.5.2", - "ansys-tools-path==0.7.1", + "ansys-tools-path==0.7.2", "ansys-tools-visualization-interface==0.9.2", "beartype==0.21.0", "docker==7.1.0",