diff --git a/doc/changelog.d/3516.dependencies.md b/doc/changelog.d/3516.dependencies.md new file mode 100644 index 0000000000..147281e6e6 --- /dev/null +++ b/doc/changelog.d/3516.dependencies.md @@ -0,0 +1 @@ +build: bump pyansys-tools-report from 0.8.0 to 0.8.1 in the testing group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 480246e92e..c9a2698c72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ tests = [ "autopep8==2.3.1", "matplotlib==3.9.2", "pandas==2.2.3", - "pyansys-tools-report==0.8.0", + "pyansys-tools-report==0.8.1", "pyfakefs==5.7.1", "pyiges[full]==0.3.1", "pytest-cov==5.0.0",