From 362fbd1cdc8c233717b5ffd8a2ad3b41ec65c8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:36:25 +0000 Subject: [PATCH] Bump pytest-xdist from 3.3.1 to 3.6.1 in /.github Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.3.1 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.3.1...v3.6.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/pythonchecks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pythonchecks.txt b/.github/pythonchecks.txt index 21c89f2..805ca14 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -17,7 +17,7 @@ flake8-pytest==1.4 flake8-type-checking==2.5.1 mypy==1.6.1 types-requests==2.28.1 -pytest-xdist==3.3.1 +pytest-xdist==3.6.1 flake8-noqa==1.3.2 coverage==7.3.2 setuptools==68.2.2; python_version == '3.12'