From 68cd328aa915372b45753c27ae8d34d7d9f5195d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:15:51 +0000 Subject: [PATCH 1/2] 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](https://github.com/pytest-dev/pytest-rerunfailures/compare/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] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index dfcb55d2e4..8e1adaede0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -35,7 +35,7 @@ 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 # 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 From 1f146af136d48a512d7afabcf4cf6915a227bc10 Mon Sep 17 00:00:00 2001 From: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:22:28 -0800 Subject: [PATCH 2/2] Update dev.txt --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 8e1adaede0..c8045cd611 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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==15.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