From 88e9583e4941f328ad28c64958c66581e96c4361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:42:33 +0000 Subject: [PATCH 1/2] Update pytest-xdist requirement from ~=3.5 to ~=3.6 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.5.0...v3.6.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d7e570f92..2f7dbc57a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ pytest~=7.4 pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2 -pytest-xdist~=3.5 +pytest-xdist~=3.6 tox~=4.16 # build From 11e35d115dea521d6ebf02b924db07de4dab4c3b Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 22 Jul 2024 19:42:52 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240722-194250.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240722-194250.yaml diff --git a/.changes/unreleased/Dependencies-20240722-194250.yaml b/.changes/unreleased/Dependencies-20240722-194250.yaml new file mode 100644 index 000000000..9f5a07dac --- /dev/null +++ b/.changes/unreleased/Dependencies-20240722-194250.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytest-xdist requirement from ~=3.5 to ~=3.6" +time: 2024-07-22T19:42:50.00000Z +custom: + Author: dependabot[bot] + PR: 881