From 0ee63bb86e9615ccc89e752d435905125166d0dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:41:32 +0000 Subject: [PATCH] CHORE: Bump pytest from 8.3.3 to 8.3.4 in the tests group (#991) 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/991.maintenance.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/991.maintenance.md diff --git a/doc/changelog.d/991.maintenance.md b/doc/changelog.d/991.maintenance.md new file mode 100644 index 000000000..0798d65b6 --- /dev/null +++ b/doc/changelog.d/991.maintenance.md @@ -0,0 +1 @@ +Bump pytest from 8.3.3 to 8.3.4 in the tests group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1ff392498..2a5018772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ Changelog = "https://mechanical.docs.pyansys.com/version/stable/changelog.html" [project.optional-dependencies] tests = [ - "pytest==8.3.3", + "pytest==8.3.4", "pytest-cov==6.0.0", "pytest-print==1.0.2", "psutil==6.1.0"