From b2332d37f16fdeb9b324de3fa0f06fda5b42f224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:58:34 +0000 Subject: [PATCH] chore(deps): bump pytest-xdist from 3.5.0 to 3.6.1 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.5.0 to 3.6.1. - [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/v3.5.0...v3.6.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index ac239c9..75c5f70 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -6,7 +6,7 @@ randomize>=0.13 pytest==7.4.4 allure-pytest==2.13.5 pytest-ordering==0.6 -pytest-xdist==3.5.0 +pytest-xdist==3.6.1 PyYAML==6.0.1 pytest-assume==2.4.3 pytest-asyncio==0.23.6