From e0ff068d1c8ee919e63fa30736f328f4ef9e2a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 01:31:31 +0000 Subject: [PATCH 1/2] build(deps): bump pytest in the test-dependencies group Bumps the test-dependencies group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 8.4.0 to 8.4.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.0...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1a01754..8bdbfa3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pyvistaqt = [ "pyvistaqt >= 0.11.1,<1", ] tests = [ - "pytest==8.4.0", + "pytest==8.4.1", "pyvista==0.45.2", "pytest-pyvista==0.1.9", "pytest-cov==6.2.1", From 5ece62774fd902ebdeeda2395aeb79374fef7dd7 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 23 Jun 2025 01:33:06 +0000 Subject: [PATCH 2/2] chore: adding changelog file 309.miscellaneous.md [dependabot-skip] --- doc/changelog.d/309.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/309.miscellaneous.md diff --git a/doc/changelog.d/309.miscellaneous.md b/doc/changelog.d/309.miscellaneous.md new file mode 100644 index 00000000..a0421819 --- /dev/null +++ b/doc/changelog.d/309.miscellaneous.md @@ -0,0 +1 @@ +Build(deps): bump pytest from 8.4.0 to 8.4.1 in the test-dependencies group \ No newline at end of file