From ad3ac53f98a321d110cfe7ba92da1adc215b774c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 04:06:25 +0000 Subject: [PATCH 1/2] Update pytest requirement from ~=7.4 to ~=8.3 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...8.3.1) --- updated-dependencies: - dependency-name: pytest 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 a81a841f0..2532bf93b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -19,7 +19,7 @@ pip-tools~=7.3 pre-commit==3.7.0;python_version >="3.9" pre-commit==3.5.0;python_version <"3.9" pre-commit-hooks~=4.6 -pytest~=7.4 +pytest~=8.3 pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2 From 9ada0b8682176780159f519ae664591cb88bb48e Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Wed, 24 Jul 2024 04:06:52 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240724-040652.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240724-040652.yaml diff --git a/.changes/unreleased/Dependencies-20240724-040652.yaml b/.changes/unreleased/Dependencies-20240724-040652.yaml new file mode 100644 index 000000000..7f11a75b9 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240724-040652.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytest requirement from ~=7.4 to ~=8.3" +time: 2024-07-24T04:06:52.00000Z +custom: + Author: dependabot[bot] + PR: 1303