From 531a0a2905ad4626af5ed6f8e1de8b08133b2ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 05:03:25 +0000 Subject: [PATCH 1/2] chore: bump pytest from 8.3.5 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.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/8.3.5...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d9a317..af0c9da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ vulnerabilities = [ "safety==3.6.1", ] tests = [ - "pytest==8.3.5", + "pytest==8.4.2", "pytest-cov==6.1.1", ] From 09234f09f87e06cb692ebcb2ec6414f70313eda4 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 12 Sep 2025 05:05:15 +0000 Subject: [PATCH 2/2] chore: adding changelog file 245.miscellaneous.md [dependabot-skip] --- doc/changelog.d/245.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/245.miscellaneous.md diff --git a/doc/changelog.d/245.miscellaneous.md b/doc/changelog.d/245.miscellaneous.md new file mode 100644 index 0000000..c516d13 --- /dev/null +++ b/doc/changelog.d/245.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump pytest from 8.3.5 to 8.4.2