From 7ca0299fa95575ec509620eece3a3e89bf4c00e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:56:17 -0500 Subject: [PATCH 1/2] Update pytest-xdist requirement from ~=3.3 to ~=3.4 (#664) * Update pytest-xdist requirement from ~=3.3 to ~=3.4 Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.0...v3.4.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-20231113-195504.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231113-195504.yaml diff --git a/.changes/unreleased/Dependencies-20231113-195504.yaml b/.changes/unreleased/Dependencies-20231113-195504.yaml new file mode 100644 index 000000000..39b81e3e8 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231113-195504.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytest-xdist requirement from ~=3.3 to ~=3.4" +time: 2023-11-13T19:55:04.00000Z +custom: + Author: dependabot[bot] + PR: 664 diff --git a/dev-requirements.txt b/dev-requirements.txt index 0b81f22e2..13f61b294 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -22,7 +22,7 @@ pytest~=7.4 pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2 -pytest-xdist~=3.3 +pytest-xdist~=3.4 pytz~=2023.3 tox~=4.11 types-pytz~=2023.3 From 88b55ebf7da9834dde1c48203fad94ec21f58b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:40:55 -0500 Subject: [PATCH 2/2] Update wheel requirement from ~=0.41 to ~=0.42 (#670) * Update wheel requirement from ~=0.41 to ~=0.42 Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.41.0...0.42.0) --- updated-dependencies: - dependency-name: wheel 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-201942.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231127-201942.yaml diff --git a/.changes/unreleased/Dependencies-20231127-201942.yaml b/.changes/unreleased/Dependencies-20231127-201942.yaml new file mode 100644 index 000000000..ac6c15d53 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231127-201942.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update wheel requirement from ~=0.41 to ~=0.42" +time: 2023-11-27T20:19:42.00000Z +custom: + Author: dependabot[bot] + PR: 670 diff --git a/dev-requirements.txt b/dev-requirements.txt index 13f61b294..21dc500fa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -28,4 +28,4 @@ tox~=4.11 types-pytz~=2023.3 types-requests~=2.31 twine~=4.0 -wheel~=0.41 +wheel~=0.42