From 973a217b31bdf9b9e998f626ed694547027c14c0 Mon Sep 17 00:00:00 2001 From: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Sat, 30 Mar 2024 11:35:44 -0700 Subject: [PATCH] soft pin pytest and use ddtrace 2.6.4 (#958) --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 37561a74e..669395a43 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -7,7 +7,7 @@ git+https://github.com/dbt-labs/dbt-core.git@1.2.latest#egg=dbt-tests-adapter&su black==22.3.0 click~=8.0.4 bumpversion -ddtrace~=1.16 +ddtrace==2.6.4 flake8 flaky freezegun==0.3.12 @@ -15,7 +15,7 @@ ipdb mypy==0.942 pip-tools pre-commit -pytest +pytest~=8.0.2 pytest-dotenv pytest-logbook pytest-csv