diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index b5b5315d7..45b9c6efb 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -355,7 +355,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.28.0"), + ("DBT_BRANCH", "v3.28.1"), ("DBT_SSH_KEY", ""), ("DBT_STATE_DIR", "/app/aspects/dbt_state/"), # This is the name of the database dbt will write to