Skip to content

Commit 8bcc910

Browse files
build: bump the testing group with 3 updates (#4228)
* 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-cov](https://github.com/pytest-dev/pytest-cov) and [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures). Updates `pyansys-tools-report` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/ansys/pyansys-tools-report/releases) - [Commits](ansys/pyansys-tools-report@v0.8.2...v0.8.3) Updates `pytest-cov` from 6.2.1 to 6.3.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...v6.3.0) Updates `pytest-rerunfailures` from 16.0 to 16.0.1 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-rerunfailures@16.0...16.0.1) --- updated-dependencies: - dependency-name: pyansys-tools-report dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing - dependency-name: pytest-cov dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: pytest-rerunfailures dependency-version: 16.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 4228.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 9559c29 commit 8bcc910

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,15 +68,15 @@ tests = [
6868
"autopep8==2.3.2",
6969
"matplotlib==3.10.6",
7070
"pandas==2.3.2",
71-
"pyansys-tools-report==0.8.2",
71+
"pyansys-tools-report==0.8.3",
7272
"pyfakefs==5.9.3",
7373
"pyiges[full]==0.3.2",
74-
"pytest-cov==6.2.1",
74+
"pytest-cov==6.3.0",
7575
"pytest-profiling==1.8.1",
7676
"pytest-pyvista==0.2.0",
7777
"pytest-random-order==1.2.0",
7878
"pytest-reportlog==0.4.0",
79-
"pytest-rerunfailures==16.0",
79+
"pytest-rerunfailures==16.0.1",
8080
"pytest-timeout==2.4.0",
8181
"pytest==8.4.2",
8282
"scipy==1.15.3",

0 commit comments

Comments
 (0)