diff --git a/doc/changelog.d/147.dependencies.md b/doc/changelog.d/147.dependencies.md new file mode 100644 index 00000000..344b113a --- /dev/null +++ b/doc/changelog.d/147.dependencies.md @@ -0,0 +1 @@ +build(deps): bump pytest from 8.3.2 to 8.3.3 in the test-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9c18cbd0..2f0fa30c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ ] [project.optional-dependencies] -tests = ["pytest==8.3.2", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"] +tests = ["pytest==8.3.3", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"] doc = [ "ansys-sphinx-theme==1.0.8", "jupyter_sphinx==0.5.3",