From b2c8364f8cdd80317d8ffacb3471a4e6938936af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:52:30 +0000 Subject: [PATCH] build(deps-dev): bump the test-dependencies group with 1 update Bumps the test-dependencies group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 7.4.4 to 8.0.2 - [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/7.4.4...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major 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 600e7ad0..302e740f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "pytest==7.4.4", + "pytest==8.0.2", "pytest-pyvista==0.1.9", "pytest-cov==4.1.0", ]