diff --git a/doc/changelog.d/113.dependencies.md b/doc/changelog.d/113.dependencies.md new file mode 100644 index 00000000..99b1d890 --- /dev/null +++ b/doc/changelog.d/113.dependencies.md @@ -0,0 +1 @@ +build(deps): bump pytest from 8.3.1 to 8.3.2 in the test-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 619c3192..d6f7d0d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ ] [project.optional-dependencies] -tests = ["pytest==8.3.1", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"] +tests = ["pytest==8.3.2", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"] doc = [ "ansys-sphinx-theme==0.16.6", "jupyter_sphinx==0.5.3",