diff --git a/doc/changelog.d/256.dependencies.md b/doc/changelog.d/256.dependencies.md new file mode 100644 index 00000000..f26bc519 --- /dev/null +++ b/doc/changelog.d/256.dependencies.md @@ -0,0 +1 @@ +build(deps): bump pytest from 8.3.4 to 8.3.5 in the test-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7fe60011..9d76d3fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pyvistaqt = [ "pyvistaqt >= 0.11.1,<1", ] tests = [ - "pytest==8.3.4", + "pytest==8.3.5", "pytest-pyvista==0.1.9", "pytest-cov==6.0.0", "pyside6==6.8.2.1",