diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 8a59c40f..d55cb934 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -386,7 +386,7 @@ # For now we are pulling this from github, which should allow maximum # flexibility for forking, running branches, specific versions, etc. ("DBT_REPOSITORY", "https://github.com/openedx/aspects-dbt"), - ("DBT_BRANCH", "v3.33.8"), + ("DBT_BRANCH", "v3.33.9"), ("DBT_SSH_KEY", ""), ("DBT_STATE_DIR", "/app/aspects-dbt/state"), ("DBT_PROFILES_DIR", "/app/aspects/dbt/"),