diff --git a/doc/changelog.d/1600.dependencies.md b/doc/changelog.d/1600.dependencies.md new file mode 100644 index 0000000000..2056c9ff35 --- /dev/null +++ b/doc/changelog.d/1600.dependencies.md @@ -0,0 +1 @@ +bump ansys-tools-path from 0.7.0 to 0.7.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 020db3ab53..f9ff861637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ all = [ ] tests = [ "ansys-platform-instancemanagement==1.1.2", - "ansys-tools-path==0.7.0", + "ansys-tools-path==0.7.1", "ansys-tools-visualization-interface==0.6.2", "beartype==0.19.0", "docker==7.1.0", @@ -78,7 +78,7 @@ tests-minimal = [ ] doc = [ "ansys-sphinx-theme[autoapi]==1.2.4", - "ansys-tools-path==0.7.0", + "ansys-tools-path==0.7.1", "ansys-tools-visualization-interface==0.6.2", "beartype==0.19.0", "docker==7.1.0",