diff --git a/changes/unreleased/0010.kwyep7RayUo6kayNY2zkeJ.toml b/changes/unreleased/0010.kwyep7RayUo6kayNY2zkeJ.toml new file mode 100644 index 00000000..f1efc5ac --- /dev/null +++ b/changes/unreleased/0010.kwyep7RayUo6kayNY2zkeJ.toml @@ -0,0 +1,5 @@ +dependencies = "Bump pytest-xdist from 3.6.1 to 3.8.0" +[[pull_requests]] +uid = "10" +author_uid = "dependabot[bot]" +closes_threads = [] diff --git a/requirements-unit-tests.txt b/requirements-unit-tests.txt index f90d2950..16a56482 100644 --- a/requirements-unit-tests.txt +++ b/requirements-unit-tests.txt @@ -10,7 +10,7 @@ pytest==8.3.5 pytest-asyncio==0.21.2 # xdist runs tests in parallel -pytest-xdist==3.6.1 +pytest-xdist==3.8.0 # Used for flaky tests (flaky decorator) flaky>=3.8.1