diff --git a/.changes/unreleased/Dependencies-20240319-102636.yaml b/.changes/unreleased/Dependencies-20240319-102636.yaml new file mode 100644 index 000000000..060040f63 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240319-102636.yaml @@ -0,0 +1,6 @@ +kind: Dependencies +body: hard pin ddtrace to 2.3.0 +time: 2024-03-19T10:26:36.090014-05:00 +custom: + Author: McKnight-42 + PR: "932" diff --git a/dev-requirements.txt b/dev-requirements.txt index 7084b228e..cba696939 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ git+https://github.com/dbt-labs/dbt-core.git@1.4.latest#egg=dbt-tests-adapter&su black==22.8.0 click~=8.1.3 cryptography~=41.0.7 -ddtrace~=1.16 +ddtrace==2.3.0 bumpversion flake8 flaky @@ -15,7 +15,7 @@ ipdb mypy==0.971 pip-tools pre-commit -pytest +pytest~=7.0 pytest-dotenv pytest-logbook pytest-csv