From 50ea5f578b3a216032a4d8833e6c95004c55c3df Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Tue, 12 Nov 2024 13:45:21 -0500 Subject: [PATCH] Bump dbt-common version to 1.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cee4706b..3c62898d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "dbt-common>=1.11,<2.0", + "dbt-common>=1.13,<2.0", "pytz>=2015.7", # installed via dbt-common but used directly "agate>=1.0,<2.0",