Skip to content

Commit

Permalink
chore(deps-dev): bump pytest-rerunfailures from 14.0 to 15.0 in /requ…
Browse files Browse the repository at this point in the history
…irements in the pytest group (#7710)

* chore(deps-dev): bump pytest-rerunfailures

Bumps the pytest group in /requirements with 1 update: [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures).


Updates `pytest-rerunfailures` from 14.0 to 15.0
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-rerunfailures@14.0...15.0)

---
updated-dependencies:
- dependency-name: pytest-rerunfailures
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pytest
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update dev.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wing Fung Lau <[email protected]>
Co-authored-by: Lucas <[email protected]>
Co-authored-by: seshubaws <[email protected]>
  • Loading branch information
4 people authored Dec 11, 2024
1 parent 9773247 commit f528a4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ parameterized==0.9.0
pytest-xdist==3.6.1
pytest-forked==1.6.0
pytest-timeout==2.3.1
pytest-rerunfailures==14.0
pytest-rerunfailures==15.0; python_version>="3.9"
pytest-rerunfailures==14.0; python_version<"3.9"
# NOTE (hawflau): DO NOT upgrade pytest-metadata and pytest-json-report unless pytest-json-report addresses https://github.com/numirias/pytest-json-report/issues/89
pytest-metadata==3.1.1
# NOTE (lucashuy): `pytest-json-report` was updated to `pytest-json-report-wip` as the original repository does not seem to be maintained anymore, if `-wip` is updated, validate the changes
Expand Down

0 comments on commit f528a4a

Please sign in to comment.