From 293e56af605dacd4e82363199d66ed8b73269fc1 Mon Sep 17 00:00:00 2001 From: Matthew McKnight <91097623+mcknight-42@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:33:35 -0400 Subject: [PATCH 1/2] Test ddtrace dependency range (#733) * set bounds for ddtrace due to tests failing * hard pin ddtrace, create changelog --------- Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> (cherry picked from commit 13ada0a84b466e53f76c8a1bd1633cde7f5c72a0) --- .changes/unreleased/Dependencies-20240319-101832.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20240319-101832.yaml diff --git a/.changes/unreleased/Dependencies-20240319-101832.yaml b/.changes/unreleased/Dependencies-20240319-101832.yaml new file mode 100644 index 000000000..7b5f0eb3a --- /dev/null +++ b/.changes/unreleased/Dependencies-20240319-101832.yaml @@ -0,0 +1,6 @@ +kind: Dependencies +body: hard pin ddtrace +time: 2024-03-19T10:18:32.426032-05:00 +custom: + Author: McKnight-42 + PR: "733" diff --git a/dev-requirements.txt b/dev-requirements.txt index f36ef29e0..efce49185 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ git+https://github.com/dbt-labs/dbt-core.git@1.3.latest#egg=dbt-postgres&subdire black==22.8.0 click~=8.1.3 bumpversion -ddtrace~=1.16 +ddtrace==2.3.0 flake8 flaky freezegun==0.3.12 From c1f95e9c4cefc93b05d641a1f095afc6720b2596 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 1 Apr 2024 13:41:19 -0400 Subject: [PATCH 2/2] Test ddtrace dependency range (#733) * set bounds for ddtrace due to tests failing * hard pin ddtrace, create changelog --------- Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> (cherry picked from commit 13ada0a84b466e53f76c8a1bd1633cde7f5c72a0) --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index efce49185..8ae510f52 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ ipdb mypy==0.971 pip-tools pre-commit -pytest +pytest~=7.0 pytest-dotenv pytest-logbook pytest-csv