diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 3768d35f2..3e85705e6 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -385,7 +385,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.2"), + ("DBT_BRANCH", "v3.33.3"), ("DBT_SSH_KEY", ""), ("DBT_STATE_DIR", "/app/aspects-dbt/state"), ("DBT_PROFILES_DIR", "/app/aspects/dbt/"),