From 8db9419a53abe7947ec77575fd5457ed3d4d588f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:58:50 +0000 Subject: [PATCH] Bump pytest-xdist from 3.6.0 to 3.6.1 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.6.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.6.0...v3.6.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9dad3d..0eb46a4 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def readme(): "pytest==8.1.1", "pytest-cov==5.0.0", "pytest-mock==3.12.0", - "pytest-xdist==3.6.0", + "pytest-xdist==3.6.1", "Pillow==10.3.0", "tensorflow_datasets>=3.1.0,<4.9.0", ],