diff --git a/doc/changelog.d/302.miscellaneous.md b/doc/changelog.d/302.miscellaneous.md new file mode 100644 index 00000000..01577f6a --- /dev/null +++ b/doc/changelog.d/302.miscellaneous.md @@ -0,0 +1 @@ +Build(deps): bump pytest from 8.3.5 to 8.4.0 in the test-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 65f4f02f..3c798130 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pyvistaqt = [ "pyvistaqt >= 0.11.1,<1", ] tests = [ - "pytest==8.3.5", + "pytest==8.4.0", "pyvista==0.45.2", "pytest-pyvista==0.1.9", "pytest-cov==6.1.1",