From d7e5cf959dd9921abc32dcc5f531566f3faebd11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:50:24 +0000 Subject: [PATCH] chore(python): bump pytest-xdist from 3.5.0 to 3.6.1 in /py-polars 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- py-polars/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/requirements-dev.txt b/py-polars/requirements-dev.txt index 566e05febca6..fe62cd221728 100644 --- a/py-polars/requirements-dev.txt +++ b/py-polars/requirements-dev.txt @@ -62,7 +62,7 @@ hypothesis==6.97.4 pytest==8.2.0 pytest-codspeed==2.2.1 pytest-cov==5.0.0 -pytest-xdist==3.5.0 +pytest-xdist==3.6.1 # Need moto.server to mock s3fs - see: https://github.com/aio-libs/aiobotocore/issues/755 moto[s3]==5.0.0