From 267d1cdd905302935d9a4d5ec77a76b2e11be7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:15:55 +0000 Subject: [PATCH 1/2] Update pytest requirement from ~=7.4 to ~=8.2 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.2.2) --- 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 ce327ab86..8d19e4225 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,7 +13,7 @@ pre-commit==3.5.0;python_version <"3.9" # test ddtrace==2.3.0 freezegun~=1.4 -pytest~=7.4 +pytest~=8.2 pytest-csv~=3.0 pytest-dotenv~=0.5.2 pytest-logbook~=1.2 From 04bb2f22f336b03f14117836b4f944317298aa24 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 18 Jul 2024 19:16:22 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240718-191620.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240718-191620.yaml diff --git a/.changes/unreleased/Dependencies-20240718-191620.yaml b/.changes/unreleased/Dependencies-20240718-191620.yaml new file mode 100644 index 000000000..2950fb101 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240718-191620.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pytest requirement from ~=7.4 to ~=8.2" +time: 2024-07-18T19:16:20.00000Z +custom: + Author: dependabot[bot] + PR: 869