From 2155d5950bee3412a268af6d709a30286f0152a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 09:33:18 +0000 Subject: [PATCH 1/2] chore: bump pytest from 8.4.1 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 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.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1b0c34c0..fe2ec3bcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ codegen = [ tests = [ "matplotlib==3.10.6", "numpy==2.2.6", - "pytest==8.4.1", + "pytest==8.4.2", "pytest-cov==6.2.1", "joblib==1.5.2", "pandas==2.3.2", From 0b18a3228f492ffd503111a3a91c92da90804f50 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 11 Sep 2025 09:34:06 +0000 Subject: [PATCH 2/2] chore: adding changelog file 900.maintenance.md [dependabot-skip] --- doc/changelog/900.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog/900.maintenance.md diff --git a/doc/changelog/900.maintenance.md b/doc/changelog/900.maintenance.md new file mode 100644 index 000000000..b6a7919df --- /dev/null +++ b/doc/changelog/900.maintenance.md @@ -0,0 +1 @@ +Bump pytest from 8.4.1 to 8.4.2