From da258f8042650801c9d365f27157d0f39c54573c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:46:43 -0500 Subject: [PATCH] Update pytest-xdist requirement from ~=3.4 to ~=3.5 (#951) * Update pytest-xdist requirement from ~=3.4 to ~=3.5 Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [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.4.0...v3.5.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development ... Signed-off-by: dependabot[bot] * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20231127-220733.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231127-220733.yaml diff --git a/.changes/unreleased/Dependencies-20231127-220733.yaml b/.changes/unreleased/Dependencies-20231127-220733.yaml new file mode 100644 index 000000000..be23a48f7 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231127-220733.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytest-xdist requirement from ~=3.4 to ~=3.5" +time: 2023-11-27T22:07:33.00000Z +custom: + Author: dependabot[bot] + PR: 951 diff --git a/dev-requirements.txt b/dev-requirements.txt index 4259c661c..1d8aea7b9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,7 +20,7 @@ pytest~=7.4 pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2 -pytest-xdist~=3.4 +pytest-xdist~=3.5 pytz~=2023.3 tox~=4.11 types-pytz~=2023.3