-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test ddtrace dependency range (#733)
* set bounds for ddtrace due to tests failing * hard pin ddtrace, create changelog --------- Co-authored-by: Mike Alfare <[email protected]> (cherry picked from commit 13ada0a)
- Loading branch information
1 parent
736e27e
commit 91159b1
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ git+https://github.com/dbt-labs/[email protected]#egg=dbt-postgres&subdire | |
black~=23.3 | ||
bumpversion~=0.6.0 | ||
click~=8.1 | ||
ddtrace~=1.16 | ||
ddtrace==2.3.0 | ||
flake8~=6.0 | ||
flaky~=3.7 | ||
freezegun~=1.2 | ||
|