Skip to content

Commit 3a6e04a

Browse files
build: bump the testing group with 3 updates (#4328)
* 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](ansys/pyansys-tools-report@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](pytest-dev/pytest-reportlog@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](pytest-dev/pytest@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] <[email protected]> * chore: adding changelog file 4328.dependencies.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 2dcbf4c commit 3a6e04a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the testing group with 3 updates

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,17 @@ tests = [
6868
"autopep8==2.3.2",
6969
"matplotlib==3.10.7",
7070
"pandas==2.3.3",
71-
"pyansys-tools-report==0.8.3",
71+
"pyansys-tools-report==0.9.0",
7272
"pyfakefs==5.10.0",
7373
"pyiges[full]==0.3.2",
7474
"pytest-cov==7.0.0",
7575
"pytest-profiling==1.8.1",
7676
"pytest-pyvista==0.3.1",
7777
"pytest-random-order==1.2.0",
78-
"pytest-reportlog==0.4.0",
78+
"pytest-reportlog==1.0.0",
7979
"pytest-rerunfailures==16.1",
8080
"pytest-timeout==2.4.0",
81-
"pytest==8.4.2",
81+
"pytest==9.0.1",
8282
"scipy==1.15.3",
8383
"vtk==9.4.2",
8484
]

0 commit comments

Comments
 (0)