Skip to content

Commit

Permalink
Test ddtrace dependency range (#1141)
Browse files Browse the repository at this point in the history
* set bounds for ddtrace due to tests failing

* hard pin ddtrace, create changelog
  • Loading branch information
McKnight-42 authored Mar 19, 2024
1 parent 6c0afe4 commit faf1a7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240319-102258.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: hard pin ddtrace to 2.3.0
time: 2024-03-19T10:22:58.3838-05:00
custom:
Author: McKnight-42
PR: "1141"
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter
black~=23.12
bumpversion~=0.6.0
click~=8.1
ddtrace~=2.3
ddtrace==2.3.0
flake8~=6.1
flaky~=3.7
freezegun~=1.3
Expand Down

0 comments on commit faf1a7f

Please sign in to comment.