From 016c20e11543b472c3c3a874df97e78750f582bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:15:02 +0000 Subject: [PATCH 1/2] 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] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6307f84c6..68e0abf9c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -21,7 +21,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 From 57833803969aeaf6efe895bf4e040135a5cd7f19 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Wed, 29 Nov 2023 00:15:27 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20231129-001523.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20231129-001523.yaml diff --git a/.changes/unreleased/Dependencies-20231129-001523.yaml b/.changes/unreleased/Dependencies-20231129-001523.yaml new file mode 100644 index 000000000..e1c145ced --- /dev/null +++ b/.changes/unreleased/Dependencies-20231129-001523.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytest-xdist requirement from ~=3.4 to ~=3.5" +time: 2023-11-29T00:15:23.00000Z +custom: + Author: dependabot[bot] + PR: 1037