From d22dfd77181b8f473ac7550458edc6c96aaa921f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:26:32 -0400 Subject: [PATCH] build(deps): bump pytest-xdist from 2.2.0 to 2.5.0 in /infra/ci (#7448) Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.2.0 to 2.5.0. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.2.0...v2.5.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- infra/ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/ci/requirements.txt b/infra/ci/requirements.txt index d8c9eada2..883352763 100644 --- a/infra/ci/requirements.txt +++ b/infra/ci/requirements.txt @@ -3,7 +3,7 @@ parameterized==0.7.4 pyfakefs==4.5.6 pylint==2.5.3 pytest==6.2.1 -pytest-xdist==2.2.0 +pytest-xdist==2.5.0 PyYAML==5.4 yapf==0.30.0 # Needed for cifuzz tests.