From 828e350ecd256793bb83e5bd45e737070042c58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:53:12 +0000 Subject: [PATCH] build(deps-dev): bump pytest-xdist from 3.3.1 to 3.4.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.3.1 to 3.4.0. - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47402f5e3..608a8e562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ "pandas==2.1.2", "openpyxl==3.1.2", "scikit-learn==1.3.2", - "pytest-xdist==3.3.1", + "pytest-xdist==3.4.0", "ipython==8.17.2", ] doc = [