From c561168fa09c9ef0789cd5a22a4ad07da968f4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:02:06 +0000 Subject: [PATCH] build: bump pytest from 8.3.3 to 8.3.4 (#1562) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/1562.dependencies.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/1562.dependencies.md diff --git a/doc/changelog.d/1562.dependencies.md b/doc/changelog.d/1562.dependencies.md new file mode 100644 index 0000000000..2a4331b965 --- /dev/null +++ b/doc/changelog.d/1562.dependencies.md @@ -0,0 +1 @@ +bump pytest from 8.3.3 to 8.3.4 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ec799f5a7f..3a33eeefa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ tests = [ "numpy==2.1.3", "Pint==0.24.4", "protobuf==5.28.3", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-pyvista==0.1.9", "pytest-xvfb==3.0.0", @@ -70,7 +70,7 @@ tests = [ "vtk==9.4.0", ] tests-minimal = [ - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-pyvista==0.1.9", "pytest-xvfb==3.0.0",