From 3ba5284c152166ce0645559b663fd3ed4f7fdc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 07:58:36 +0000 Subject: [PATCH 1/2] build: bump the testing group with 3 updates Bumps the testing group with 3 updates: [pyansys-tools-report](https://github.com/ansys/pyansys-tools-report), [pytest-reportlog](https://github.com/pytest-dev/pytest-reportlog) and [pytest](https://github.com/pytest-dev/pytest). Updates `pyansys-tools-report` from 0.8.3 to 0.9.0 - [Release notes](https://github.com/ansys/pyansys-tools-report/releases) - [Commits](https://github.com/ansys/pyansys-tools-report/compare/v0.8.3...v0.9.0) Updates `pytest-reportlog` from 0.4.0 to 1.0.0 - [Release notes](https://github.com/pytest-dev/pytest-reportlog/releases) - [Changelog](https://github.com/pytest-dev/pytest-reportlog/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-reportlog/compare/v0.4.0...v1.0.0) Updates `pytest` from 8.4.2 to 9.0.1 - [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.2...9.0.1) --- updated-dependencies: - dependency-name: pyansys-tools-report dependency-version: 0.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing - dependency-name: pytest-reportlog dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9842ad48fa..e79676fea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,17 +68,17 @@ tests = [ "autopep8==2.3.2", "matplotlib==3.10.7", "pandas==2.3.3", - "pyansys-tools-report==0.8.3", + "pyansys-tools-report==0.9.0", "pyfakefs==5.10.0", "pyiges[full]==0.3.2", "pytest-cov==7.0.0", "pytest-profiling==1.8.1", "pytest-pyvista==0.3.1", "pytest-random-order==1.2.0", - "pytest-reportlog==0.4.0", + "pytest-reportlog==1.0.0", "pytest-rerunfailures==16.1", "pytest-timeout==2.4.0", - "pytest==8.4.2", + "pytest==9.0.1", "scipy==1.15.3", "vtk==9.4.2", ] From be8cec0f593556f12a587cdfaa28b07e709a78a8 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 28 Nov 2025 07:59:35 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4328.dependencies.md [dependabot-skip] --- doc/changelog.d/4328.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4328.dependencies.md diff --git a/doc/changelog.d/4328.dependencies.md b/doc/changelog.d/4328.dependencies.md new file mode 100644 index 0000000000..0520b80891 --- /dev/null +++ b/doc/changelog.d/4328.dependencies.md @@ -0,0 +1 @@ +Bump the testing group with 3 updates